Source-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: udpate ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd7117e2fb9c
branches:  trunk
changeset: 434321:bd7117e2fb9c
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 14 13:32:57 2020 +0000

description:
meta-pkgs/ruby-shoulda: udpate to 4.0.0

Update ruby-shoulda to 4.0.0.


## 4.0.0 (2020-06-13)

* `shoulda` now brings in `shoulda-context` 2.0.0, which adds compatibility for
  Ruby 2.7, Rails 6.0, and shoulda-matchers 4.0! Note that there are some
  backward incompatible changes, so please see the [changelog
  entry][shoulda-context-2-0-0] for this release to learn more.

diffstat:

 meta-pkgs/ruby-shoulda/Makefile |   8 +++---
 meta-pkgs/ruby-shoulda/PLIST    |  51 ++++++++++++++++++----------------------
 meta-pkgs/ruby-shoulda/distinfo |  10 ++++----
 3 files changed, 32 insertions(+), 37 deletions(-)

diffs (115 lines):

diff -r cdbca05ebe0c -r bd7117e2fb9c meta-pkgs/ruby-shoulda/Makefile
--- a/meta-pkgs/ruby-shoulda/Makefile   Sun Jun 14 13:31:57 2020 +0000
+++ b/meta-pkgs/ruby-shoulda/Makefile   Sun Jun 14 13:32:57 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/09/23 15:18:53 taca Exp $
+# $NetBSD: Makefile,v 1.10 2020/06/14 13:32:57 taca Exp $
 
-DISTNAME=      shoulda-3.6.0
+DISTNAME=      shoulda-4.0.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:../../devel/ruby-shoulda-context
-DEPENDS+=      ${RUBY_PKGPREFIX}-shoulda-matchers>=3.0<4:../../devel/ruby-shoulda-matchers
+DEPENDS+=      ${RUBY_PKGPREFIX}-shoulda-context>=2.0<3:../../devel/ruby-shoulda-context
+DEPENDS+=      ${RUBY_PKGPREFIX}-shoulda-matchers>=4.0<5:../../devel/ruby-shoulda-matchers
 
 USE_LANGUAGES= # none
 
diff -r cdbca05ebe0c -r bd7117e2fb9c meta-pkgs/ruby-shoulda/PLIST
--- a/meta-pkgs/ruby-shoulda/PLIST      Sun Jun 14 13:31:57 2020 +0000
+++ b/meta-pkgs/ruby-shoulda/PLIST      Sun Jun 14 13:32:57 2020 +0000
@@ -1,50 +1,45 @@
-@comment $NetBSD: PLIST,v 1.3 2018/09/23 15:18:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/06/14 13:32:57 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}/.ruby-version
 ${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/Appraisals
+${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/CONTRIBUTING.md
 ${GEM_LIBDIR}/Gemfile
 ${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}/gemfiles/rails_4_2.gemfile
+${GEM_LIBDIR}/gemfiles/rails_4_2.gemfile.lock
+${GEM_LIBDIR}/gemfiles/rails_5_0.gemfile
+${GEM_LIBDIR}/gemfiles/rails_5_0.gemfile.lock
+${GEM_LIBDIR}/gemfiles/rails_5_1.gemfile
+${GEM_LIBDIR}/gemfiles/rails_5_1.gemfile.lock
+${GEM_LIBDIR}/gemfiles/rails_5_2.gemfile
+${GEM_LIBDIR}/gemfiles/rails_5_2.gemfile.lock
+${GEM_LIBDIR}/gemfiles/rails_6_0.gemfile
+${GEM_LIBDIR}/gemfiles/rails_6_0.gemfile.lock
 ${GEM_LIBDIR}/lib/shoulda.rb
 ${GEM_LIBDIR}/lib/shoulda/version.rb
+${GEM_LIBDIR}/script/install_gems_in_all_appraisals
+${GEM_LIBDIR}/script/run_all_tests
+${GEM_LIBDIR}/script/supported_ruby_versions
+${GEM_LIBDIR}/script/update_gem_in_all_appraisals
+${GEM_LIBDIR}/script/update_gems_in_all_appraisals
 ${GEM_LIBDIR}/shoulda.gemspec
-${GEM_LIBDIR}/test/acceptance/rails_integration_test.rb
+${GEM_LIBDIR}/test/acceptance/integrates_with_rails_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/support/acceptance/matchers/indicate_that_tests_were_run.rb
+${GEM_LIBDIR}/test/support/acceptance/rails_application_with_shoulda.rb
+${GEM_LIBDIR}/test/support/current_bundle.rb
+${GEM_LIBDIR}/test/support/snowglobe.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 cdbca05ebe0c -r bd7117e2fb9c meta-pkgs/ruby-shoulda/distinfo
--- a/meta-pkgs/ruby-shoulda/distinfo   Sun Jun 14 13:31:57 2020 +0000
+++ b/meta-pkgs/ruby-shoulda/distinfo   Sun Jun 14 13:32:57 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/09/23 15:18:53 taca Exp $
+$NetBSD: distinfo,v 1.4 2020/06/14 13:32:57 taca Exp $
 
-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
+SHA1 (shoulda-4.0.0.gem) = 892cfcc9c446d539aa52fa5b1e9b4d37acc62f58
+RMD160 (shoulda-4.0.0.gem) = 49344828687974d290c93e78261c4ca8afed52ec
+SHA512 (shoulda-4.0.0.gem) = 27d9c20acafe847893fd92ef6c745efa0065f0092600c93fa64a1bdbb066cdd287fa26da28e6d31ba93f1e94e85236d8ebd901bea6159949a75587b33a1c9a30
+Size (shoulda-4.0.0.gem) = 20992 bytes



Home | Main Index | Thread Index | Old Index