pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-core Update ruby-rspec-core to 3.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f47a4b1d66c9
branches:  trunk
changeset: 652561:f47a4b1d66c9
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 04 14:40:36 2015 +0000

description:
Update ruby-rspec-core to 3.2.3.

### 3.2.3 / 2015-04-06
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.2...v3.2.3)

Bug Fixes:

* Fix how the DSL methods are defined so that RSpec is compatible with
  gems that define methods of the same name on `Kernel` (such as
  the `its-it` gem). (Alex Kwiatkowski, Ryan Ong, #1907)
* Fix `before(:context) { skip }` so that it does not wrongly cause the
  spec suite to exit with a non-zero status when no examples failed.
  (Myron Marston, #1926)

diffstat:

 devel/ruby-rspec-core/Makefile |  4 ++--
 devel/ruby-rspec-core/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 105df4809b2c -r f47a4b1d66c9 devel/ruby-rspec-core/Makefile
--- a/devel/ruby-rspec-core/Makefile    Thu Jun 04 14:39:51 2015 +0000
+++ b/devel/ruby-rspec-core/Makefile    Thu Jun 04 14:40:36 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2015/03/13 13:45:35 taca Exp $
+# $NetBSD: Makefile,v 1.15 2015/06/04 14:40:36 taca Exp $
 
-DISTNAME=      rspec-core-3.2.2
+DISTNAME=      rspec-core-3.2.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 105df4809b2c -r f47a4b1d66c9 devel/ruby-rspec-core/distinfo
--- a/devel/ruby-rspec-core/distinfo    Thu Jun 04 14:39:51 2015 +0000
+++ b/devel/ruby-rspec-core/distinfo    Thu Jun 04 14:40:36 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2015/03/13 13:45:35 taca Exp $
+$NetBSD: distinfo,v 1.15 2015/06/04 14:40:36 taca Exp $
 
-SHA1 (rspec-core-3.2.2.gem) = df72cab97497fda24075f72410b5bec5a387c9ab
-RMD160 (rspec-core-3.2.2.gem) = c3954a38a011ffcb6735d273e5b30ee509677c1e
-Size (rspec-core-3.2.2.gem) = 121856 bytes
+SHA1 (rspec-core-3.2.3.gem) = 734aa6fa49f280d20b956fdac6d73609cbbb1d6d
+RMD160 (rspec-core-3.2.3.gem) = 474f9bccf0a609c438f96f76cea990565f84359c
+Size (rspec-core-3.2.3.gem) = 121856 bytes



Home | Main Index | Thread Index | Old Index