diff options
author | taca <taca@pkgsrc.org> | 2012-03-20 13:37:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-20 13:37:28 +0000 |
commit | 41df8d25a94d909f4e19ab6dc6c47e8e03efb90e (patch) | |
tree | b4ac0602988bee2432c4b8d361d4455cb29575f7 /devel | |
parent | 5a134bff1bb0707695a222891e2a8b134c27582b (diff) | |
download | pkgsrc-41df8d25a94d909f4e19ab6dc6c47e8e03efb90e.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/ruby-rspec-expectations/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rspec-expectations/PLIST | 47 | ||||
-rw-r--r-- | devel/ruby-rspec-expectations/distinfo | 8 |
3 files changed, 31 insertions, 28 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile index 9aff235848f..a19138a30bf 100644 --- a/devel/ruby-rspec-expectations/Makefile +++ b/devel/ruby-rspec-expectations/Makefile @@ -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 diff --git a/devel/ruby-rspec-expectations/PLIST b/devel/ruby-rspec-expectations/PLIST index 826b71d0389..eafb4838114 100644 --- a/devel/ruby-rspec-expectations/PLIST +++ b/devel/ruby-rspec-expectations/PLIST @@ -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/fail_with.rb ${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 --git a/devel/ruby-rspec-expectations/distinfo b/devel/ruby-rspec-expectations/distinfo index e105c673c15..78468f63fa6 100644 --- a/devel/ruby-rspec-expectations/distinfo +++ b/devel/ruby-rspec-expectations/distinfo @@ -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 |