summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2015-06-13 00:01:37 +0000
committertaca <taca>2015-06-13 00:01:37 +0000
commit4e88a5df4fb7287c8ae34fdd4501e43e1c25c58b (patch)
tree2230e5211580d51058973fc72d52780b901282a8 /devel
parent8df22499cc3eb70e09a24a19c9d4e85b5f7eb92c (diff)
downloadpkgsrc-4e88a5df4fb7287c8ae34fdd4501e43e1c25c58b.tar.gz
Update ruby-rspec-rails to 3.3.0.
### 3.3.0 / 2015-06-12 [Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.3...v3.3.0) Enhancements: * Add support for PATCH to route specs created via scaffold. (Igor Zubkov, #1336) * Improve controller and routing spec calls to `routes` by using `yield` instead of `call`. (Anton Davydov, #1308) * Add support for `ActiveJob` specs as standard `RSpec::Rails::RailsExampleGoup`s via both `:type => :job` and inferring type from spec directory `spec/jobs`. (Gabe Martin-Dempesy, #1361) * Include `RSpec::Rails::FixtureSupport` into example groups using metadata `:use_fixtures => true`. (Aaron Kromer, #1372) * Include `rspec:request` generator for generating request specs; this is an alias of `rspec:integration` (Aaron Kromer, #1378) * Update `rails_helper` generator with a default check to abort the spec run when the Rails environment is production. (Aaron Kromer, #1383)
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-rspec-rails/Makefile12
-rw-r--r--devel/ruby-rspec-rails/PLIST4
-rw-r--r--devel/ruby-rspec-rails/distinfo8
3 files changed, 13 insertions, 11 deletions
diff --git a/devel/ruby-rspec-rails/Makefile b/devel/ruby-rspec-rails/Makefile
index 4a5013ccd7c..2b2f19887dd 100644
--- a/devel/ruby-rspec-rails/Makefile
+++ b/devel/ruby-rspec-rails/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2015/06/07 04:17:39 taca Exp $
+# $NetBSD: Makefile,v 1.20 2015/06/13 00:01:37 taca Exp $
-DISTNAME= rspec-rails-3.2.3
+DISTNAME= rspec-rails-3.3.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -11,10 +11,10 @@ LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.2.0<3.3:../../devel/ruby-rspec-support
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.2.0<3.3:../../devel/ruby-rspec-core
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.2.0<3.3:../../devel/ruby-rspec-expectations
-DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.2.0<3.3:../../devel/ruby-rspec-mocks
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.3.0<3.4:../../devel/ruby-rspec-support
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.3.0<3.4:../../devel/ruby-rspec-core
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.3.0<3.4:../../devel/ruby-rspec-expectations
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-mocks>=3.3.0<3.4:../../devel/ruby-rspec-mocks
RUBY_RAILS_SUPPORTED=
diff --git a/devel/ruby-rspec-rails/PLIST b/devel/ruby-rspec-rails/PLIST
index 8433cfd4122..5bc0459aed0 100644
--- a/devel/ruby-rspec-rails/PLIST
+++ b/devel/ruby-rspec-rails/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2015/02/07 14:44:08 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2015/06/13 00:01:37 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.yardopts
@@ -29,6 +29,7 @@ ${GEM_LIBDIR}/lib/generators/rspec/model/templates/fixtures.yml
${GEM_LIBDIR}/lib/generators/rspec/model/templates/model_spec.rb
${GEM_LIBDIR}/lib/generators/rspec/observer/observer_generator.rb
${GEM_LIBDIR}/lib/generators/rspec/observer/templates/observer_spec.rb
+${GEM_LIBDIR}/lib/generators/rspec/request/request_generator.rb
${GEM_LIBDIR}/lib/generators/rspec/scaffold/scaffold_generator.rb
${GEM_LIBDIR}/lib/generators/rspec/scaffold/templates/controller_spec.rb
${GEM_LIBDIR}/lib/generators/rspec/scaffold/templates/edit_spec.rb
@@ -47,6 +48,7 @@ ${GEM_LIBDIR}/lib/rspec/rails/example.rb
${GEM_LIBDIR}/lib/rspec/rails/example/controller_example_group.rb
${GEM_LIBDIR}/lib/rspec/rails/example/feature_example_group.rb
${GEM_LIBDIR}/lib/rspec/rails/example/helper_example_group.rb
+${GEM_LIBDIR}/lib/rspec/rails/example/job_example_group.rb
${GEM_LIBDIR}/lib/rspec/rails/example/mailer_example_group.rb
${GEM_LIBDIR}/lib/rspec/rails/example/model_example_group.rb
${GEM_LIBDIR}/lib/rspec/rails/example/rails_example_group.rb
diff --git a/devel/ruby-rspec-rails/distinfo b/devel/ruby-rspec-rails/distinfo
index ba8d3652f51..4366b4b27a0 100644
--- a/devel/ruby-rspec-rails/distinfo
+++ b/devel/ruby-rspec-rails/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2015/06/07 04:17:39 taca Exp $
+$NetBSD: distinfo,v 1.18 2015/06/13 00:01:37 taca Exp $
-SHA1 (rspec-rails-3.2.3.gem) = b079f42aa78c06c35fab170b3010871e27bc71db
-RMD160 (rspec-rails-3.2.3.gem) = 6996dea6ab0e8720d383ea421f00397a000c6773
-Size (rspec-rails-3.2.3.gem) = 49664 bytes
+SHA1 (rspec-rails-3.3.0.gem) = f37d342700287535a4e4558507052e8ffcd4061a
+RMD160 (rspec-rails-3.3.0.gem) = ca297669842919bb8c8abd09cca763b98b75dfeb
+Size (rspec-rails-3.3.0.gem) = 50688 bytes