gnu: ruby-shoulda-matchers: Update to 3.1.1.

* gnu/packages/ruby.scm (ruby-shoulda-matchers): Update to 3.1.1.
[arguments]: Remove 'fix-import' phase.
This commit is contained in:
Ben Woodcroft 2016-05-21 23:01:37 +10:00
parent 33a45ed652
commit 80756fa66b
1 changed files with 2 additions and 10 deletions

View File

@ -3271,26 +3271,18 @@ names.")
(define-public ruby-shoulda-matchers (define-public ruby-shoulda-matchers
(package (package
(name "ruby-shoulda-matchers") (name "ruby-shoulda-matchers")
(version "3.0.1") (version "3.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "shoulda-matchers" version)) (uri (rubygems-uri "shoulda-matchers" version))
(sha256 (sha256
(base32 (base32
"1agabvb8i39mjrp3kb78nvhl41xk1i258hdwdlj0fm8nj9yzn1jb")))) "1cf6d2d9br82vylr9p362yk9cfrd14jz8v77n0yb0lbcxdbk7xzq"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'build 'fix-import
(lambda _
;; A presumed bug reported upstream at
;; https://github.com/thoughtbot/shoulda-matchers/pull/871
(substitute* (string-append "lib/shoulda/matchers/active_model/"
"validate_inclusion_of_matcher.rb")
(("^require 'bigdecimal'")
"require 'bigdecimal'; require 'date'"))))
(replace 'check (replace 'check
(lambda _ (lambda _
;; Do not run tests to avoid circular dependence with rails. Instead ;; Do not run tests to avoid circular dependence with rails. Instead