summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2015-02-02 14:20:08 +0000
committertaca <taca>2015-02-02 14:20:08 +0000
commit85a759f4445d84fd780fe29e1bc53a32926f8699 (patch)
tree46a111d796fa91cb69d2cac74616015954ec4dc2 /devel
parent356fc105418f938002b98a93c3affe7e967a4b5f (diff)
downloadpkgsrc-85a759f4445d84fd780fe29e1bc53a32926f8699.tar.gz
Update ruby-rspec-expectations to 3.1.2.
Changes from 2.14.5 is too many to write here, please refer Changelog.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-rspec-expectations/Makefile5
-rw-r--r--devel/ruby-rspec-expectations/PLIST111
-rw-r--r--devel/ruby-rspec-expectations/distinfo8
3 files changed, 21 insertions, 103 deletions
diff --git a/devel/ruby-rspec-expectations/Makefile b/devel/ruby-rspec-expectations/Makefile
index 4d92247d012..5133f782bf9 100644
--- a/devel/ruby-rspec-expectations/Makefile
+++ b/devel/ruby-rspec-expectations/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2014/03/14 16:42:22 taca Exp $
+# $NetBSD: Makefile,v 1.15 2015/02/02 14:20:08 taca Exp $
-DISTNAME= rspec-expectations-2.14.5
+DISTNAME= rspec-expectations-3.1.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,6 +8,7 @@ HOMEPAGE= http://relishapp.com/rspec
COMMENT= Behaviour Driven Development framework for Ruby, expectations
LICENSE= mit
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.1.0<3.2:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
diff --git a/devel/ruby-rspec-expectations/PLIST b/devel/ruby-rspec-expectations/PLIST
index fa51a488575..62672c0a741 100644
--- a/devel/ruby-rspec-expectations/PLIST
+++ b/devel/ruby-rspec-expectations/PLIST
@@ -1,135 +1,52 @@
-@comment $NetBSD: PLIST,v 1.11 2014/03/14 16:42:22 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2015/02/02 14:20:08 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.md
-${GEM_LIBDIR}/features/Upgrade.md
-${GEM_LIBDIR}/features/built_in_matchers/README.md
-${GEM_LIBDIR}/features/built_in_matchers/be.feature
-${GEM_LIBDIR}/features/built_in_matchers/be_within.feature
-${GEM_LIBDIR}/features/built_in_matchers/cover.feature
-${GEM_LIBDIR}/features/built_in_matchers/end_with.feature
-${GEM_LIBDIR}/features/built_in_matchers/equality.feature
-${GEM_LIBDIR}/features/built_in_matchers/exist.feature
-${GEM_LIBDIR}/features/built_in_matchers/expect_change.feature
-${GEM_LIBDIR}/features/built_in_matchers/expect_error.feature
-${GEM_LIBDIR}/features/built_in_matchers/have.feature
-${GEM_LIBDIR}/features/built_in_matchers/include.feature
-${GEM_LIBDIR}/features/built_in_matchers/match.feature
-${GEM_LIBDIR}/features/built_in_matchers/operators.feature
-${GEM_LIBDIR}/features/built_in_matchers/predicates.feature
-${GEM_LIBDIR}/features/built_in_matchers/respond_to.feature
-${GEM_LIBDIR}/features/built_in_matchers/satisfy.feature
-${GEM_LIBDIR}/features/built_in_matchers/start_with.feature
-${GEM_LIBDIR}/features/built_in_matchers/throw_symbol.feature
-${GEM_LIBDIR}/features/built_in_matchers/types.feature
-${GEM_LIBDIR}/features/built_in_matchers/yield.feature
-${GEM_LIBDIR}/features/custom_matchers/access_running_example.feature
-${GEM_LIBDIR}/features/custom_matchers/define_diffable_matcher.feature
-${GEM_LIBDIR}/features/custom_matchers/define_matcher.feature
-${GEM_LIBDIR}/features/custom_matchers/define_matcher_outside_rspec.feature
-${GEM_LIBDIR}/features/custom_matchers/define_matcher_with_fluent_interface.feature
-${GEM_LIBDIR}/features/customized_message.feature
-${GEM_LIBDIR}/features/diffing.feature
-${GEM_LIBDIR}/features/implicit_docstrings.feature
-${GEM_LIBDIR}/features/step_definitions/additional_cli_steps.rb
-${GEM_LIBDIR}/features/support/env.rb
-${GEM_LIBDIR}/features/support/rubinius.rb
-${GEM_LIBDIR}/features/syntax_configuration.feature
-${GEM_LIBDIR}/features/test_frameworks/test_unit.feature
-${GEM_LIBDIR}/lib/rspec-expectations.rb
${GEM_LIBDIR}/lib/rspec/expectations.rb
-${GEM_LIBDIR}/lib/rspec/expectations/deprecation.rb
-${GEM_LIBDIR}/lib/rspec/expectations/differ.rb
-${GEM_LIBDIR}/lib/rspec/expectations/errors.rb
+${GEM_LIBDIR}/lib/rspec/expectations/configuration.rb
${GEM_LIBDIR}/lib/rspec/expectations/expectation_target.rb
-${GEM_LIBDIR}/lib/rspec/expectations/extensions.rb
-${GEM_LIBDIR}/lib/rspec/expectations/extensions/array.rb
-${GEM_LIBDIR}/lib/rspec/expectations/extensions/object.rb
${GEM_LIBDIR}/lib/rspec/expectations/fail_with.rb
${GEM_LIBDIR}/lib/rspec/expectations/handler.rb
+${GEM_LIBDIR}/lib/rspec/expectations/minitest_integration.rb
${GEM_LIBDIR}/lib/rspec/expectations/syntax.rb
${GEM_LIBDIR}/lib/rspec/expectations/version.rb
${GEM_LIBDIR}/lib/rspec/matchers.rb
-${GEM_LIBDIR}/lib/rspec/matchers/be_close.rb
+${GEM_LIBDIR}/lib/rspec/matchers/aliased_matcher.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/all.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_between.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/compound.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/contain_exactly.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/have_attributes.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/operators.rb
+${GEM_LIBDIR}/lib/rspec/matchers/built_in/output.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/start_and_end_with.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/throw_symbol.rb
${GEM_LIBDIR}/lib/rspec/matchers/built_in/yield.rb
-${GEM_LIBDIR}/lib/rspec/matchers/compatibility.rb
-${GEM_LIBDIR}/lib/rspec/matchers/configuration.rb
+${GEM_LIBDIR}/lib/rspec/matchers/composable.rb
${GEM_LIBDIR}/lib/rspec/matchers/dsl.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/matcher.rb
-${GEM_LIBDIR}/lib/rspec/matchers/method_missing.rb
-${GEM_LIBDIR}/lib/rspec/matchers/operator_matcher.rb
+${GEM_LIBDIR}/lib/rspec/matchers/matcher_delegator.rb
+${GEM_LIBDIR}/lib/rspec/matchers/matcher_protocol.rb
${GEM_LIBDIR}/lib/rspec/matchers/pretty.rb
-${GEM_LIBDIR}/lib/rspec/matchers/test_unit_integration.rb
-${GEM_LIBDIR}/spec/rspec/expectations/differ_spec.rb
-${GEM_LIBDIR}/spec/rspec/expectations/expectation_target_spec.rb
-${GEM_LIBDIR}/spec/rspec/expectations/extensions/kernel_spec.rb
-${GEM_LIBDIR}/spec/rspec/expectations/fail_with_spec.rb
-${GEM_LIBDIR}/spec/rspec/expectations/handler_spec.rb
-${GEM_LIBDIR}/spec/rspec/expectations/syntax_spec.rb
-${GEM_LIBDIR}/spec/rspec/expectations_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/base_matcher_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/be_close_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/be_instance_of_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/be_kind_of_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/be_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/be_within_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/change_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/configuration_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/cover_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/description_generation_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/dsl_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/eq_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/eql_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/equal_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/exist_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/has_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/have_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/include_matcher_integration_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/include_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/match_array_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/match_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/matcher_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/matchers_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/method_missing_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/operator_matcher_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/raise_error_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/respond_to_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/satisfy_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/start_with_end_with_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/throw_symbol_spec.rb
-${GEM_LIBDIR}/spec/rspec/matchers/yield_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/support/classes.rb
-${GEM_LIBDIR}/spec/support/in_sub_process.rb
-${GEM_LIBDIR}/spec/support/matchers.rb
-${GEM_LIBDIR}/spec/support/ruby_version.rb
-${GEM_LIBDIR}/spec/support/shared_examples.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-rspec-expectations/distinfo b/devel/ruby-rspec-expectations/distinfo
index 9500a538915..f3e712e01c0 100644
--- a/devel/ruby-rspec-expectations/distinfo
+++ b/devel/ruby-rspec-expectations/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2014/03/14 16:42:22 taca Exp $
+$NetBSD: distinfo,v 1.14 2015/02/02 14:20:08 taca Exp $
-SHA1 (rspec-expectations-2.14.5.gem) = 09faafe87f2a5ef6558cbe5ddf42c4eebc3e1c3c
-RMD160 (rspec-expectations-2.14.5.gem) = a8dbabc0396d72d7e68273271c2ecb4ea88137dd
-Size (rspec-expectations-2.14.5.gem) = 90112 bytes
+SHA1 (rspec-expectations-3.1.2.gem) = 7c65ed8b33fee31a75a5030245bd03870dd20326
+RMD160 (rspec-expectations-3.1.2.gem) = f60e1d11dd7265cb682c9eab5182fd12d8aa503c
+Size (rspec-expectations-3.1.2.gem) = 64000 bytes