-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-multi_test: update to 1.1.0
pkgsrc changes: * Update HOMEPAGE since cukes.info is unreachable. * Add "USE_LANGUAGES= # empty". 1.1.0 (2022-05-11) Added * MultiTest.disable_autorun is back again! (#33 #26) 1.0.0 (2022-05-04) Changed * As per #251: renamed History.md to CHANGELOG.md, added contributing message at beginning, and other formatting. (#12 jaysonesmith) Removed * Remove test files from the gem to prevent false-positive with security scanners as reported in #21 * Drop support for ruby < 2.0 (PR#28) * Removed disable_autorun (PR#30 Issue#26)
- Loading branch information
taca
committed
Aug 24, 2022
1 parent
70ec3f8
commit 47ed5d6
Showing
3 changed files
with
20 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.1 2017/02/21 06:30:46 minskim Exp $ | ||
# $NetBSD: Makefile,v 1.2 2022/08/24 14:14:56 taca Exp $ | ||
|
||
DISTNAME= multi_test-0.1.2 | ||
DISTNAME= multi_test-1.1.0 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= minskim@NetBSD.org | ||
HOMEPAGE= http://cukes.info/ | ||
HOMEPAGE= https://github.com/cucumber/multi_test | ||
COMMENT= Ruby module to help control rogue test/unit/autorun | ||
LICENSE= mit | ||
|
||
USE_LANGUAGES= # empty | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,20 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2017/02/21 06:30:46 minskim Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2022/08/24 14:14:56 taca Exp $ | ||
${GEM_HOME}/cache/${GEM_NAME}.gem | ||
${GEM_LIBDIR}/.travis.yml | ||
${GEM_LIBDIR}/History.md | ||
${GEM_LIBDIR}/.github/CODEOWNERS | ||
${GEM_LIBDIR}/.github/settings.yml | ||
${GEM_LIBDIR}/.github/workflows/release-github.yml | ||
${GEM_LIBDIR}/.github/workflows/release-ruby.yml | ||
${GEM_LIBDIR}/.github/workflows/test-ruby.yml | ||
${GEM_LIBDIR}/.whitesource | ||
${GEM_LIBDIR}/CHANGELOG.md | ||
${GEM_LIBDIR}/LICENSE | ||
${GEM_LIBDIR}/Makefile | ||
${GEM_LIBDIR}/README.md | ||
${GEM_LIBDIR}/Rakefile | ||
${GEM_LIBDIR}/VERSION | ||
${GEM_LIBDIR}/lib/multi_test.rb | ||
${GEM_LIBDIR}/lib/multi_test/assertion_library.rb | ||
${GEM_LIBDIR}/lib/multi_test/minitest_world.rb | ||
${GEM_LIBDIR}/multi_test.gemspec | ||
${GEM_LIBDIR}/test/README.md | ||
${GEM_LIBDIR}/test/all | ||
${GEM_LIBDIR}/test/gemfiles/activesupport-4.0.0/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/activesupport-4.0.0/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/activesupport-4.0.0/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/activesupport-4.1.0/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/activesupport-4.1.0/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/activesupport-4.1.0/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/minitest-5.0.1/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/minitest-5.0.1/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/minitest-5.0.1/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/minitest-5.1.0/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/minitest-5.1.0/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/minitest-5.1.0/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/minitest-5.2.0/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/minitest-5.2.0/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/minitest-5.2.0/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/plain-ruby/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/plain-ruby/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/plain-ruby/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/rspec-1.3.2/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/rspec-1.3.2/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/rspec-1.3.2/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/rspec-2.14/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/rspec-2.14/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/rspec-2.14/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/rspec-3.0/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/rspec-3.0/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/rspec-3.0/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/rspec-3.1/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/rspec-3.1/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/rspec-3.1/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.8/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.8/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.8/scenarios | ||
${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.9/Gemfile | ||
${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.9/Gemfile.lock | ||
${GEM_LIBDIR}/test/gemfiles/test-unit-2.4.9/scenarios | ||
${GEM_LIBDIR}/test/run | ||
${GEM_LIBDIR}/test/scenarios/bundler_require.rb | ||
${GEM_LIBDIR}/test/scenarios/minitest_assertions.rb | ||
${GEM_LIBDIR}/test/scenarios/minitest_propagate_exit_code.rb | ||
${GEM_LIBDIR}/test/scenarios/no_assertion_library.rb | ||
${GEM_LIBDIR}/test/scenarios/require_activesupport_testing_autorun.rb | ||
${GEM_LIBDIR}/test/scenarios/require_test_unit.rb | ||
${GEM_LIBDIR}/test/scenarios/rspec_matchers.rb | ||
${GEM_LIBDIR}/test/scenarios/spec_matchers.rb | ||
${GEM_LIBDIR}/test/scenarios/test_unit_assertions.rb | ||
${GEM_LIBDIR}/test-all | ||
${GEM_LIBDIR}/test-gemfile | ||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.3 2021/10/26 10:19:38 nia Exp $ | ||
$NetBSD: distinfo,v 1.4 2022/08/24 14:14:56 taca Exp $ | ||
|
||
BLAKE2s (multi_test-0.1.2.gem) = df94076232c6ac9ecb9b85b56a0b06019fbae408396b44ebaed1a38300307398 | ||
SHA512 (multi_test-0.1.2.gem) = a0d59f51dc959b7febe9c32853b5ac5cbbb3215e8810de5e46fe10fa42931c1ea89df477155cc8124264d608c5928e54fd4e1949e7d0940f927e1430bfd60a2b | ||
Size (multi_test-0.1.2.gem) = 9216 bytes | ||
BLAKE2s (multi_test-1.1.0.gem) = 9710f009a59f6e534df25e6bb50d31d4106c7bad20d323cac0ca72320c8c0f2f | ||
SHA512 (multi_test-1.1.0.gem) = 593b7cec0c63b497df5d2f05da72a401656a71229070ee3bdfbc89fd95991a803915929df0c89781470a12c63ac621e7a5ee00b5e6f610c9279a6fe99668c959 | ||
Size (multi_test-1.1.0.gem) = 9728 bytes |