pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-expectations Update ruby-rspec-expect...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d763a132c867
branches:  trunk
changeset: 601330:d763a132c867
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 20 13:37:28 2012 +0000

description:
Update ruby-rspec-expectations to 2.9.0.

### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0...v2.9.0)

Enhancements

* Move built-in matcher classes to RSpec::Matchers::BuiltIn to reduce pollution
  of RSpec::Matchers (which is included in every example).
* Autoload files with matcher classes to improve load time.

Bug fixes

* Align respond_to? and method_missing in DSL-defined matchers.
* Clear out user-defined instance variables between invocations of DSL-defined
  matchers.
* Dup the instance of a DSL generated matcher so its state is not changed by
  subsequent invocations.
* Treat expected args consistently across positive and negative expectations
  (thanks to Ralf Kistner for the heads up)

diffstat:

 devel/ruby-rspec-expectations/Makefile |   4 +-
 devel/ruby-rspec-expectations/PLIST    |  47 ++++++++++++++++++---------------
 devel/ruby-rspec-expectations/distinfo |   8 ++--
 3 files changed, 31 insertions(+), 28 deletions(-)

diffs (97 lines):

diff -r 1eba9e57904c -r d763a132c867 devel/ruby-rspec-expectations/Makefile
--- a/devel/ruby-rspec-expectations/Makefile    Tue Mar 20 13:36:31 2012 +0000
+++ b/devel/ruby-rspec-expectations/Makefile    Tue Mar 20 13:37:28 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2012/03/17 15:07:41 taca Exp $
+# $NetBSD: Makefile,v 1.4 2012/03/20 13:37:28 taca Exp $
 
-DISTNAME=      rspec-expectations-2.8.0
+DISTNAME=      rspec-expectations-2.9.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 1eba9e57904c -r d763a132c867 devel/ruby-rspec-expectations/PLIST
--- a/devel/ruby-rspec-expectations/PLIST       Tue Mar 20 13:36:31 2012 +0000
+++ b/devel/ruby-rspec-expectations/PLIST       Tue Mar 20 13:37:28 2012 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2012/03/17 15:07:41 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/03/20 13:37:28 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/Changelog.md
 ${GEM_LIBDIR}/License.txt
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/features/README.markdown
@@ -45,37 +48,37 @@
 ${GEM_LIBDIR}/lib/rspec/expectations/handler.rb
 ${GEM_LIBDIR}/lib/rspec/expectations/version.rb
 ${GEM_LIBDIR}/lib/rspec/matchers.rb
-${GEM_LIBDIR}/lib/rspec/matchers/base_matcher.rb
-${GEM_LIBDIR}/lib/rspec/matchers/be.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/be_close.rb
-${GEM_LIBDIR}/lib/rspec/matchers/be_instance_of.rb
-${GEM_LIBDIR}/lib/rspec/matchers/be_kind_of.rb
-${GEM_LIBDIR}/lib/rspec/matchers/be_within.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/block_aliases.rb
-${GEM_LIBDIR}/lib/rspec/matchers/change.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/base_matcher.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/be.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/be_instance_of.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/be_kind_of.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/be_within.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/change.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/cover.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/eq.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/eql.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/equal.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/exist.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/has.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/have.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/include.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/match.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/match_array.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/raise_error.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/respond_to.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/satisfy.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/throw_symbol.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/compatibility.rb
-${GEM_LIBDIR}/lib/rspec/matchers/cover.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/dsl.rb
-${GEM_LIBDIR}/lib/rspec/matchers/eq.rb
-${GEM_LIBDIR}/lib/rspec/matchers/eql.rb
-${GEM_LIBDIR}/lib/rspec/matchers/equal.rb
-${GEM_LIBDIR}/lib/rspec/matchers/errors.rb
-${GEM_LIBDIR}/lib/rspec/matchers/exist.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/extensions/instance_eval_with_args.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/generated_descriptions.rb
-${GEM_LIBDIR}/lib/rspec/matchers/has.rb
-${GEM_LIBDIR}/lib/rspec/matchers/have.rb
-${GEM_LIBDIR}/lib/rspec/matchers/include.rb
-${GEM_LIBDIR}/lib/rspec/matchers/match.rb
-${GEM_LIBDIR}/lib/rspec/matchers/match_array.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/matcher.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/method_missing.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/operator_matcher.rb
 ${GEM_LIBDIR}/lib/rspec/matchers/pretty.rb
-${GEM_LIBDIR}/lib/rspec/matchers/raise_error.rb
-${GEM_LIBDIR}/lib/rspec/matchers/respond_to.rb
-${GEM_LIBDIR}/lib/rspec/matchers/satisfy.rb
-${GEM_LIBDIR}/lib/rspec/matchers/throw_symbol.rb
 ${GEM_LIBDIR}/spec/rspec/expectations/differ_spec.rb
 ${GEM_LIBDIR}/spec/rspec/expectations/extensions/kernel_spec.rb
 ${GEM_LIBDIR}/spec/rspec/expectations/fail_with_spec.rb
diff -r 1eba9e57904c -r d763a132c867 devel/ruby-rspec-expectations/distinfo
--- a/devel/ruby-rspec-expectations/distinfo    Tue Mar 20 13:36:31 2012 +0000
+++ b/devel/ruby-rspec-expectations/distinfo    Tue Mar 20 13:37:28 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2012/03/17 15:07:41 taca Exp $
+$NetBSD: distinfo,v 1.4 2012/03/20 13:37:28 taca Exp $
 
-SHA1 (rspec-expectations-2.8.0.gem) = b5bd5751350f39e603734d23f50c8ef13a3f5cfe
-RMD160 (rspec-expectations-2.8.0.gem) = 27b9b14def771f9e583f0008c78bbb7882962c2e
-Size (rspec-expectations-2.8.0.gem) = 60928 bytes
+SHA1 (rspec-expectations-2.9.0.gem) = c3621b002aab1e41c4cff238faf66dc259c704cc
+RMD160 (rspec-expectations-2.9.0.gem) = 0c507f31bb83f982204a50a5d8240058e5fdd2b5
+Size (rspec-expectations-2.9.0.gem) = 63488 bytes



Home | Main Index | Thread Index | Old Index