guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Adjust gemspec modifications for ruby-2.3.2.


From: Ben Woodcroft
Subject: 01/02: gnu: Adjust gemspec modifications for ruby-2.3.2.
Date: Fri, 9 Dec 2016 21:59:48 +0000 (UTC)

benwoodcroft pushed a commit to branch staging
in repository guix.

commit 71596c3ce66ef9269c21d85f815e2f473ab6c7a1
Author: Ben Woodcroft <address@hidden>
Date:   Sat Dec 10 07:40:47 2016 +1000

    gnu: Adjust gemspec modifications for ruby-2.3.2.
    
    * gnu/packages/ruby.scm (ruby-mocha)[arguments]: Adjust 'substitute*' of
    gemspec.
    (ruby-domain-name)[arguments]: Likewise.
---
 gnu/packages/ruby.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 276aa5b..eb554c4 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1426,8 +1426,8 @@ conversion to (X)HTML.")
          (add-before 'check 'use-latest-redcarpet
           (lambda _
             (substitute* "mocha.gemspec"
-              (("<redcarpet>, \\[\"~> 1\"\\]")
-               "<redcarpet>, [\">= 3\"]"))
+              (("<redcarpet>.freeze, \\[\"~> 1\"\\]")
+               "<redcarpet>.freeze, [\">= 3\"]"))
             #t))
          (add-before 'check 'hardcode-version
           (lambda _
@@ -3493,7 +3493,7 @@ support to both Ruby and JRuby.  It uses @code{unf_ext} 
on CRuby and
                 "Bundler::GemHelper.gemspec.version"))
              ;; Loosen unnecessarily strict test-unit version specification.
              (substitute* "domain_name.gemspec"
-               (("<test-unit>, \\[\\\"~> 2.5.5") "<test-unit>, [\">0"))
+               (("<test-unit>.freeze, \\[\\\"~> 2.5.5") "<test-unit>, [\">0"))
              #t)))))
     (propagated-inputs
      `(("ruby-unf" ,ruby-unf)))



reply via email to

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