guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/12: gnu: ruby-aruba: Update to 0.14.14.


From: guix-commits
Subject: 02/12: gnu: ruby-aruba: Update to 0.14.14.
Date: Tue, 14 Jan 2020 18:47:38 -0500 (EST)

cbaines pushed a commit to branch core-updates
in repository guix.

commit cf7201c4cc8be4b66f16da1670edee8fe6e1fd72
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Jan 13 19:58:02 2020 +0000

    gnu: ruby-aruba: Update to 0.14.14.
    
    Stop patching out the use of simplecov, it's used throughout the tests now, 
so
    it's not as simple to avoid using it.
    
    * gnu/packages/ruby.scm (ruby-aruba): Update to 0.14.14.
    [arguments]: Stop patching out the use of simplecov.
    [native-inputs]: Add ruby-simplecov.
---
 gnu/packages/ruby.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index cc3510b..b11dc8a 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5441,14 +5441,14 @@ It is intended be used by all Cucumber implementations 
to parse
 (define-public ruby-aruba
   (package
     (name "ruby-aruba")
-    (version "0.14.8")
+    (version "0.14.14")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "aruba" version))
        (sha256
         (base32
-         "0zdd81l1lp0x78sxa6kkfqclpj5il3xl70nz05wqv2sfzzhqydxh"))))
+         "0l2mfpdxc03gdrbwc2hv4vdhjhqhfcdp6d02j05j64ncpi9srlqn"))))
     (build-system ruby-build-system)
     (arguments
      '(#:test-target "spec"
@@ -5480,11 +5480,7 @@ It is intended be used by all Cucumber implementations 
to parse
                ((".*cucumber.*") "\n")
                ((".*license_finder.*") "\n")
                ((".*rake.*") "gem 'rake'\n")
-               ((".*simplecov.*") "\n")
                ((".*relish.*") "\n"))
-             (substitute* "spec/spec_helper.rb"
-               ((".*simplecov.*") "")
-               (("^SimpleCov.*") ""))
              (substitute* "aruba.gemspec"
                (("spec\\.add\\_runtime\\_dependency 'cucumber'.*")
                 "spec.add_runtime_dependency 'cucumber'"))
@@ -5494,7 +5490,8 @@ It is intended be used by all Cucumber implementations to 
parse
     (native-inputs
      `(("bundler" ,bundler)
        ("ruby-rspec" ,ruby-rspec)
-       ("ruby-fuubar" ,ruby-fuubar)))
+       ("ruby-fuubar" ,ruby-fuubar)
+       ("ruby-simplecov" ,ruby-simplecov)))
     (propagated-inputs
      `(("ruby-childprocess" ,ruby-childprocess)
        ("ruby-contracts" ,ruby-contracts)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]