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 Sep 23 15:18:53 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/meta-pkgs/ruby-shoulda/Makefile
cvs rdiff -u -r1.2 -r1.3 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.8 pkgsrc/meta-pkgs/ruby-shoulda/Makefile:1.9
--- pkgsrc/meta-pkgs/ruby-shoulda/Makefile:1.8  Sat Sep 16 19:27:00 2017
+++ pkgsrc/meta-pkgs/ruby-shoulda/Makefile      Sun Sep 23 15:18:53 2018
@@ -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 @@ HOMEPAGE=       https://github.com/thoughtbot/
 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
 

Index: pkgsrc/meta-pkgs/ruby-shoulda/PLIST
diff -u pkgsrc/meta-pkgs/ruby-shoulda/PLIST:1.2 pkgsrc/meta-pkgs/ruby-shoulda/PLIST:1.3
--- pkgsrc/meta-pkgs/ruby-shoulda/PLIST:1.2     Wed Jul 16 07:56:28 2014
+++ pkgsrc/meta-pkgs/ruby-shoulda/PLIST Sun Sep 23 15:18:53 2018
@@ -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}/Appraisals
 ${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}/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}/lib/shoulda.rb
-${GEM_LIBDIR}/lib/shoulda/version.rb
 ${GEM_LIBDIR}/MIT-LICENSE
-${GEM_LIBDIR}/Rakefile
 ${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}/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
Index: pkgsrc/meta-pkgs/ruby-shoulda/distinfo
diff -u pkgsrc/meta-pkgs/ruby-shoulda/distinfo:1.2 pkgsrc/meta-pkgs/ruby-shoulda/distinfo:1.3
--- pkgsrc/meta-pkgs/ruby-shoulda/distinfo:1.2  Thu Mar 23 17:06:55 2017
+++ pkgsrc/meta-pkgs/ruby-shoulda/distinfo      Sun Sep 23 15:18:53 2018
@@ -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