[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: ruby-shoulda-matchers: Update to 3.1.1.
From: |
Ben Woodcroft |
Subject: |
04/10: gnu: ruby-shoulda-matchers: Update to 3.1.1. |
Date: |
Wed, 25 May 2016 12:41:27 +0000 (UTC) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 80756fa66b853fb3ab2f8a7886268a64b5aac6e6
Author: Ben Woodcroft <address@hidden>
Date: Sat May 21 23:01:37 2016 +1000
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.
---
gnu/packages/ruby.scm | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1bd3e93..8f43ec6 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3271,26 +3271,18 @@ names.")
(define-public ruby-shoulda-matchers
(package
(name "ruby-shoulda-matchers")
- (version "3.0.1")
+ (version "3.1.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "shoulda-matchers" version))
(sha256
(base32
- "1agabvb8i39mjrp3kb78nvhl41xk1i258hdwdlj0fm8nj9yzn1jb"))))
+ "1cf6d2d9br82vylr9p362yk9cfrd14jz8v77n0yb0lbcxdbk7xzq"))))
(build-system ruby-build-system)
(arguments
`(#: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
(lambda _
;; Do not run tests to avoid circular dependence with rails.
Instead
- branch master updated (2301195 -> 803bcc8), Ben Woodcroft, 2016/05/25
- 02/10: gnu: ruby-nokogiri: Update to 1.6.7.2., Ben Woodcroft, 2016/05/25
- 04/10: gnu: ruby-shoulda-matchers: Update to 3.1.1.,
Ben Woodcroft <=
- 08/10: gnu: Add ruby-sequel., Ben Woodcroft, 2016/05/25
- 09/10: gnu: Add ruby-minitest-hooks., Ben Woodcroft, 2016/05/25
- 10/10: gnu: ruby-mime-types: Update to 3.1., Ben Woodcroft, 2016/05/25
- 05/10: gnu: ruby-mime-types-data: Update to 3.2016.0221., Ben Woodcroft, 2016/05/25
- 03/10: gnu: ruby-domain-name: Update to 0.5.20160310., Ben Woodcroft, 2016/05/25
- 07/10: gnu: ruby-nokogumbo: Update to 1.4.7-1., Ben Woodcroft, 2016/05/25
- 01/10: guix: ruby-build-system: Extract gemspec during 'extract-gemspec'., Ben Woodcroft, 2016/05/25
- 06/10: gnu: ruby-mini-portile-2: Update to 2.1.0., Ben Woodcroft, 2016/05/25