Archived
1
0
Fork 0

gnu: ruby-spring: Update to 1.7.2.

* gnu/packages/rails.scm (ruby-spring): Update to 1.7.2.
This commit is contained in:
Ben Woodcroft 2016-07-24 09:47:56 +10:00
parent 2d9f1c06b5
commit 29f49403a9
No known key found for this signature in database
GPG key ID: E44DCCD146E0CCF4

View file

@ -26,7 +26,7 @@
(define-public ruby-spring (define-public ruby-spring
(package (package
(name "ruby-spring") (name "ruby-spring")
(version "1.7.1") (version "1.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -36,7 +36,7 @@
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0czc4mkwfngcqmna49a0l98f6wlhdq2i8gwr63lrmk90d9k25x1n")))) "1dd58y0cpsm2izj74yscn0ybfygmgcbbfdw1891g7cq41aai4b35"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
`(#:test-target "test:unit" `(#:test-target "test:unit"
@ -45,7 +45,9 @@
(add-before 'check 'remove-bump (add-before 'check 'remove-bump
(lambda _ (lambda _
(substitute* "spring.gemspec" (substitute* "spring.gemspec"
(("gem.add_development_dependency 'bump'") "")) (("gem.add_development_dependency 'bump'") "")
(("gem.add_development_dependency 'activesupport'.*")
"gem.add_development_dependency 'activesupport'\n"))
(substitute* "Rakefile" (substitute* "Rakefile"
(("require \\\"bump/tasks\\\"") "")) (("require \\\"bump/tasks\\\"") ""))
#t))))) #t)))))