pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/ruby-shoulda



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jun 14 13:32:57 UTC 2020

Modified Files:
        pkgsrc/meta-pkgs/ruby-shoulda: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/meta-pkgs/ruby-shoulda/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/meta-pkgs/ruby-shoulda/PLIST \
    pkgsrc/meta-pkgs/ruby-shoulda/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/ruby-shoulda/Makefile
diff -u pkgsrc/meta-pkgs/ruby-shoulda/Makefile:1.9 pkgsrc/meta-pkgs/ruby-shoulda/Makefile:1.10
--- pkgsrc/meta-pkgs/ruby-shoulda/Makefile:1.9  Sun Sep 23 15:18:53 2018
+++ pkgsrc/meta-pkgs/ruby-shoulda/Makefile      Sun Jun 14 13:32:57 2020
@@ -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 @@ HOMEPAGE=       https://github.com/thoughtbot/
 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
 

Index: pkgsrc/meta-pkgs/ruby-shoulda/PLIST
diff -u pkgsrc/meta-pkgs/ruby-shoulda/PLIST:1.3 pkgsrc/meta-pkgs/ruby-shoulda/PLIST:1.4
--- pkgsrc/meta-pkgs/ruby-shoulda/PLIST:1.3     Sun Sep 23 15:18:53 2018
+++ pkgsrc/meta-pkgs/ruby-shoulda/PLIST Sun Jun 14 13:32:57 2020
@@ -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
Index: pkgsrc/meta-pkgs/ruby-shoulda/distinfo
diff -u pkgsrc/meta-pkgs/ruby-shoulda/distinfo:1.3 pkgsrc/meta-pkgs/ruby-shoulda/distinfo:1.4
--- pkgsrc/meta-pkgs/ruby-shoulda/distinfo:1.3  Sun Sep 23 15:18:53 2018
+++ pkgsrc/meta-pkgs/ruby-shoulda/distinfo      Sun Jun 14 13:32:57 2020
@@ -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