[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/38: gnu: ruby-parallel-tests: Update to 3.0.0.
From: |
guix-commits |
Subject: |
37/38: gnu: ruby-parallel-tests: Update to 3.0.0. |
Date: |
Wed, 8 Jul 2020 23:42:37 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 8a01e2fa1e36d5f00f664f29308917eb89ecf6b2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jul 8 22:23:41 2020 -0400
gnu: ruby-parallel-tests: Update to 3.0.0.
* gnu/packages/ruby.scm (ruby-parallel-tests): Update to 3.0.0.
[native-inputs]: Add ruby-cuke-modeler.
---
gnu/packages/ruby.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 2e4ca7b..f3f5663 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4255,7 +4255,7 @@ then be analyzed or manipulated more easily than the
underlying AST layer.")
(define-public ruby-parallel-tests
(package
(name "ruby-parallel-tests")
- (version "2.32.0")
+ (version "3.0.0")
(home-page "https://github.com/grosser/parallel_tests")
(source (origin
(method git-fetch)
@@ -4265,7 +4265,7 @@ then be analyzed or manipulated more easily than the
underlying AST layer.")
(file-name (string-append name version))
(sha256
(base32
- "0l2rjz9fnxv7hvz679v7a75mghsh9x9qpvbyapiavqsx21v42l7m"))))
+ "08a6ndqn2dqacmc7yg48k0dh2rfrynvhkd5hiay16dl9m1r9q8pz"))))
(build-system ruby-build-system)
(arguments
'(#:test-target "default"
@@ -4303,6 +4303,7 @@ then be analyzed or manipulated more easily than the
underlying AST layer.")
(native-inputs
`(("ruby-bump" ,ruby-bump)
("ruby-cucumber" ,ruby-cucumber)
+ ("ruby-cuke-modeler" ,ruby-cuke-modeler)
("ruby-minitest" ,ruby-minitest)
("ruby-rake" ,ruby-rake)
("ruby-rspec" ,ruby-rspec)
- 19/38: gnu: Add ruby-varint., (continued)
- 19/38: gnu: Add ruby-varint., guix-commits, 2020/07/08
- 20/38: gnu: Add ruby-ruby-prof., guix-commits, 2020/07/08
- 26/38: gnu: Add ruby-unindent., guix-commits, 2020/07/08
- 25/38: gnu: Add ruby-coveralls., guix-commits, 2020/07/08
- 30/38: gnu: Add ruby-cucumber-create-meta., guix-commits, 2020/07/08
- 22/38: gnu: Add ruby-protobuf-cucumber., guix-commits, 2020/07/08
- 24/38: gnu: ruby-gherkin: Update to 14.0.1., guix-commits, 2020/07/08
- 18/38: gnu: Add ruby-pry-stack-explorer., guix-commits, 2020/07/08
- 27/38: gnu: ruby-cucumber-core: Update to 7.1.0., guix-commits, 2020/07/08
- 28/38: gnu: ruby-cucumber-tag-expressions: Update to 3.0.0., guix-commits, 2020/07/08
- 37/38: gnu: ruby-parallel-tests: Update to 3.0.0.,
guix-commits <=
- 21/38: gnu: Add ruby-protobuf., guix-commits, 2020/07/08
- 29/38: gnu: Add ruby-sys-uname., guix-commits, 2020/07/08
- 31/38: gnu: ruby-cucumber-expressions: Update to 10.2.0., guix-commits, 2020/07/08
- 32/38: gnu: ruby-cucumber-wire: Update to 3.1.0., guix-commits, 2020/07/08
- 33/38: gnu: Add ruby-cucumber-html-formatter., guix-commits, 2020/07/08
- 23/38: gnu: Add ruby-cucumber-messages, guix-commits, 2020/07/08
- 34/38: gnu: ruby-cucumber: Update to 4.1.0., guix-commits, 2020/07/08
- 35/38: gnu: ruby_version: Update to 1.0.2., guix-commits, 2020/07/08
- 36/38: gnu: Add ruby-cuke-modeler., guix-commits, 2020/07/08
- 38/38: gnu: ruby-sdoc: Update to 1.1.0., guix-commits, 2020/07/08