pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/ruby-shoulda meta-pkgs/ruby-shoulda: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc4226151041
branches:  trunk
changeset: 313092:fc4226151041
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 23 15:18:53 2018 +0000

description:
meta-pkgs/ruby-shoulda: update ot 3.6.0

* Convert RSpec tests to Minitest
* Appraisal::File is now Appraisal::AppraisalFile
* Switch to last released version for Rails 4.2.

diffstat:

 meta-pkgs/ruby-shoulda/Makefile |   8 ++--
 meta-pkgs/ruby-shoulda/PLIST    |  57 +++++++++++++++++++++++++++++-----------
 meta-pkgs/ruby-shoulda/distinfo |  10 +++---
 3 files changed, 50 insertions(+), 25 deletions(-)

diffs (108 lines):

diff -r 93bf0486c97c -r fc4226151041 meta-pkgs/ruby-shoulda/Makefile
--- a/meta-pkgs/ruby-shoulda/Makefile   Sun Sep 23 15:15:37 2018 +0000
+++ b/meta-pkgs/ruby-shoulda/Makefile   Sun Sep 23 15:18:53 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:00 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/09/23 15:18:53 taca Exp $
 
-DISTNAME=      shoulda-3.5.0
+DISTNAME=      shoulda-3.6.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel meta-pkgs ruby
 
@@ -9,8 +9,8 @@
 COMMENT=       Making tests easy on the fingers and eyes
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-shoulda-context>=1.0.1<2.0:../../devel/ruby-shoulda-context
-DEPENDS+=      ${RUBY_PKGPREFIX}-shoulda-matchers>=1.4.1<3.0:../../devel/ruby-shoulda-matchers
+DEPENDS+=      ${RUBY_PKGPREFIX}-shoulda-context>=1.0.1:../../devel/ruby-shoulda-context
+DEPENDS+=      ${RUBY_PKGPREFIX}-shoulda-matchers>=3.0<4:../../devel/ruby-shoulda-matchers
 
 USE_LANGUAGES= # none
 
diff -r 93bf0486c97c -r fc4226151041 meta-pkgs/ruby-shoulda/PLIST
--- a/meta-pkgs/ruby-shoulda/PLIST      Sun Sep 23 15:15:37 2018 +0000
+++ b/meta-pkgs/ruby-shoulda/PLIST      Sun Sep 23 15:18:53 2018 +0000
@@ -1,25 +1,50 @@
-@comment $NetBSD: PLIST,v 1.2 2014/07/16 07:56:28 rodent Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/09/23 15:18:53 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.autotest
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.hound.yml
+${GEM_LIBDIR}/.hound/ruby.yml
+${GEM_LIBDIR}/.rubocop.yml
+${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/Appraisals
-${GEM_LIBDIR}/.autotest
 ${GEM_LIBDIR}/CONTRIBUTING.md
-${GEM_LIBDIR}/features/rails_integration.feature
-${GEM_LIBDIR}/features/step_definitions/rails_steps.rb
-${GEM_LIBDIR}/features/support/env.rb
 ${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/gemfiles/3.0.gemfile
-${GEM_LIBDIR}/gemfiles/3.0.gemfile.lock
-${GEM_LIBDIR}/gemfiles/3.1.gemfile
-${GEM_LIBDIR}/gemfiles/3.1.gemfile.lock
-${GEM_LIBDIR}/gemfiles/3.2.gemfile
-${GEM_LIBDIR}/gemfiles/3.2.gemfile.lock
-${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/gemfiles/4.2.gemfile
+${GEM_LIBDIR}/gemfiles/4.2.gemfile.lock
+${GEM_LIBDIR}/gemfiles/5.0.gemfile
+${GEM_LIBDIR}/gemfiles/5.0.gemfile.lock
 ${GEM_LIBDIR}/lib/shoulda.rb
 ${GEM_LIBDIR}/lib/shoulda/version.rb
-${GEM_LIBDIR}/MIT-LICENSE
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/shoulda.gemspec
-${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/test/acceptance/rails_integration_test.rb
+${GEM_LIBDIR}/test/acceptance_test_helper.rb
+${GEM_LIBDIR}/test/report_warnings.rb
+${GEM_LIBDIR}/test/support/acceptance/add_shoulda_to_project.rb
+${GEM_LIBDIR}/test/support/acceptance/helpers.rb
+${GEM_LIBDIR}/test/support/acceptance/helpers/active_model_helpers.rb
+${GEM_LIBDIR}/test/support/acceptance/helpers/array_helpers.rb
+${GEM_LIBDIR}/test/support/acceptance/helpers/base_helpers.rb
+${GEM_LIBDIR}/test/support/acceptance/helpers/command_helpers.rb
+${GEM_LIBDIR}/test/support/acceptance/helpers/file_helpers.rb
+${GEM_LIBDIR}/test/support/acceptance/helpers/gem_helpers.rb
+${GEM_LIBDIR}/test/support/acceptance/helpers/pluralization_helpers.rb
+${GEM_LIBDIR}/test/support/acceptance/helpers/step_helpers.rb
+${GEM_LIBDIR}/test/support/acceptance/matchers/have_output.rb
+${GEM_LIBDIR}/test/support/acceptance/matchers/indicate_number_of_tests_was_run_matcher.rb
+${GEM_LIBDIR}/test/support/acceptance/matchers/indicate_that_tests_were_run_matcher.rb
+${GEM_LIBDIR}/test/support/tests/bundle.rb
+${GEM_LIBDIR}/test/support/tests/command_runner.rb
+${GEM_LIBDIR}/test/support/tests/current_bundle.rb
+${GEM_LIBDIR}/test/support/tests/filesystem.rb
+${GEM_LIBDIR}/test/support/tests/version.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/warnings_spy.rb
+${GEM_LIBDIR}/test/warnings_spy/filesystem.rb
+${GEM_LIBDIR}/test/warnings_spy/partitioner.rb
+${GEM_LIBDIR}/test/warnings_spy/reader.rb
+${GEM_LIBDIR}/test/warnings_spy/reporter.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
 @pkgdir lib/ruby/gems/2.0.0/build_info
diff -r 93bf0486c97c -r fc4226151041 meta-pkgs/ruby-shoulda/distinfo
--- a/meta-pkgs/ruby-shoulda/distinfo   Sun Sep 23 15:15:37 2018 +0000
+++ b/meta-pkgs/ruby-shoulda/distinfo   Sun Sep 23 15:18:53 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/03/23 17:06:55 joerg Exp $
+$NetBSD: distinfo,v 1.3 2018/09/23 15:18:53 taca Exp $
 
-SHA1 (shoulda-3.5.0.gem) = 473f0a8f5cdcaf298b70cb4dd0c418a853a35058
-RMD160 (shoulda-3.5.0.gem) = ba82ac19dc194930e22ff4867aca675083306aab
-SHA512 (shoulda-3.5.0.gem) = 9f9b4c2fa5968bad0a03c5838ead637e89817f2608dfdf477d84d4cc8bf0a5e9ff905db6aec527fe36495729ec4073bc478500e8a13364824e354bb4ea28297a
-Size (shoulda-3.5.0.gem) = 11264 bytes
+SHA1 (shoulda-3.6.0.gem) = 0340a8d20631383cdedef41133100cb908d7cd32
+RMD160 (shoulda-3.6.0.gem) = ef54a44be45b3172fb8056592cbd021f53ac53ec
+SHA512 (shoulda-3.6.0.gem) = ff0bfae1c643c069ee3a597ef8b4f1b5cbed4cbdfa4fb6c81c0b4d8b15fece3792783e01dba2f705fe9b935be7366e8b13e1f8998e1879605738b701ea06c7f7
+Size (shoulda-3.6.0.gem) = 26112 bytes



Home | Main Index | Thread Index | Old Index