pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-mocks Update ruby-rspec-mocks to 2.14.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2731cb98bbe5
branches:  trunk
changeset: 631922:2731cb98bbe5
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 14 16:42:56 2014 +0000

description:
Update ruby-rspec-mocks to 2.14.6.

### 2.14.6 development
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.14.5...v2.14.6)

Bug Fixes:

* Ensure `any_instance` method stubs and expectations are torn down regardless of
  expectation failures. (Sam Phippen)

### 2.14.5 / 2014-02-01
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.14.4...v2.14.5)

Bug Fixes:

* Fix regression that caused block implementations to not receive all
  args on 1.8.7 if the block also receives a block, due to Proc#arity
  reporting `1` no matter how many args the block receives if it
  receives a block, too. (Myron Marston)

### 2.14.4 / 2013-10-15
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.14.3...v2.14.4)

Bug Fixes:

* Fix issue where unstubing methods on "any instances" would not
  remove stubs on existing instances (Jon Rowe)
* Fix issue with receive(:message) do ... end precedence preventing
  the usage of modifications (`and_return` etc) (Jon Rowe)

diffstat:

 devel/ruby-rspec-mocks/Makefile |  4 ++--
 devel/ruby-rspec-mocks/PLIST    |  3 ++-
 devel/ruby-rspec-mocks/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r d80b52105176 -r 2731cb98bbe5 devel/ruby-rspec-mocks/Makefile
--- a/devel/ruby-rspec-mocks/Makefile   Fri Mar 14 16:42:22 2014 +0000
+++ b/devel/ruby-rspec-mocks/Makefile   Fri Mar 14 16:42:56 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/09/15 10:15:50 taca Exp $
+# $NetBSD: Makefile,v 1.13 2014/03/14 16:42:56 taca Exp $
 
-DISTNAME=      rspec-mocks-2.14.3
+DISTNAME=      rspec-mocks-2.14.6
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r d80b52105176 -r 2731cb98bbe5 devel/ruby-rspec-mocks/PLIST
--- a/devel/ruby-rspec-mocks/PLIST      Fri Mar 14 16:42:22 2014 +0000
+++ b/devel/ruby-rspec-mocks/PLIST      Fri Mar 14 16:42:56 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2013/09/15 10:15:50 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2014/03/14 16:42:56 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
 ${GEM_LIBDIR}/.yardopts
@@ -122,6 +122,7 @@
 ${GEM_LIBDIR}/spec/rspec/mocks/precise_counts_spec.rb
 ${GEM_LIBDIR}/spec/rspec/mocks/record_messages_spec.rb
 ${GEM_LIBDIR}/spec/rspec/mocks/serialization_spec.rb
+${GEM_LIBDIR}/spec/rspec/mocks/space_spec.rb
 ${GEM_LIBDIR}/spec/rspec/mocks/stash_spec.rb
 ${GEM_LIBDIR}/spec/rspec/mocks/stub_chain_spec.rb
 ${GEM_LIBDIR}/spec/rspec/mocks/stub_implementation_spec.rb
diff -r d80b52105176 -r 2731cb98bbe5 devel/ruby-rspec-mocks/distinfo
--- a/devel/ruby-rspec-mocks/distinfo   Fri Mar 14 16:42:22 2014 +0000
+++ b/devel/ruby-rspec-mocks/distinfo   Fri Mar 14 16:42:56 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2013/09/15 10:15:50 taca Exp $
+$NetBSD: distinfo,v 1.13 2014/03/14 16:42:56 taca Exp $
 
-SHA1 (rspec-mocks-2.14.3.gem) = 906e3168d3c7183936b00c338fe04059875692d7
-RMD160 (rspec-mocks-2.14.3.gem) = dad97897e00ce43df95ebfd0a68ebc816cc07179
-Size (rspec-mocks-2.14.3.gem) = 90112 bytes
+SHA1 (rspec-mocks-2.14.6.gem) = 024a5a290170a7cac6e19db0a966dd55e5f11228
+RMD160 (rspec-mocks-2.14.6.gem) = c6a63e249a2cf513c73e125be857fa2d48e742dc
+Size (rspec-mocks-2.14.6.gem) = 91136 bytes



Home | Main Index | Thread Index | Old Index