CVS commit: pkgsrc/devel/ruby-version_gem
"Takahiro Kambe" <[email protected]> Tue, 4 Aug 2026 14:22:37 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_1785853357254840
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: taca
Date: Tue Aug 4 14:22:37 UTC 2026
Modified Files:
pkgsrc/devel/ruby-version_gem: Makefile PLIST distinfo
Log Message:
devel/ruby-version_gem: update to 1.1.15
1.1.15 (2026-08-01)
* TAG: v1.1.15
* COVERAGE: 100.00% -- 119/119 lines in 8 files
* BRANCH COVERAGE: 100.00% -- 4/4 branches in 8 files
* 92.59% documented
Changed
* kettle-jem-template-20260716-001 - Shim gemspec manifests now include
LICENSE.md instead of nonexistent LICENSE.txt.
* kettle-jem-template-20260716-002 - Generated gemspec manifests now ship
fewer repository-only files by default to reduce downstream distro
packaging churn.
* kettle-jem-template-20260720-002 - Development Gemfiles now use the
released tree_sitter_language_pack gem 1.13.3 or newer by default.
* kettle-jem-template-20260725-002 - Version specs now use anonymous_loader
to cover version.rb without redefining constants, or are removed when
version specs are not managed for the project.
* kettle-jem-template-20260728-001 - Generated Ruby workflows now use
clearer setup-ruby-flash planning and can prepare appraisal-only jobs
without installing the main Gemfile bundle.
Added
* kettle-jem-template-20260720-001 - READMEs can now display configured
corporate sponsor logos.
* kettle-jem-template-20260720-005 - README Support & Community links now
include RubyForum.
* kettle-jem-template-20260726-001 - Projects now include YARD lint
configuration and documentation dependencies so documentation issues fail
before generated docs are refreshed.
* kettle-jem-template-20260727-001 - Spec harness documentation now lists
the RSpec helpers provided by kettle-test.
* kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
project's RubyForum tag as mailing_list_uri, and support docs link to the
tagged RubyForum community alongside Discord.
Fixed
* kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config
now uses the installed smorg-rb driver command.
* kettle-jem-template-20260720-004 - MRI-only projects now omit JRuby and
TruffleRuby workflow jobs.
* kettle-jem-template-20260725-001 - Release pull request branches beginning
with feature/release now run JRuby and TruffleRuby workflows.
* kettle-jem-template-20260726-002 - Generated version files now document
their version namespace and constants, reducing warning-only YARD lint
output.
* kettle-jem-template-20260726-003 - Coverage upload steps now treat
Coveralls, QLTY, and Codecov as optional, so provider outages do not fail
CI when local coverage thresholds still pass.
* kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore
the same gemfiles/vendor/bundle tree as .gitignore, so vendored dependency
installs are not reported as project lint debt.
* kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup
failures before the test suite starts.
* kettle-jem-template-20260728-004 - Generated dep-heads workflows now use
the setup-ruby Bundler install path for direct appraisal Gemfiles,
avoiding rv lockfile parser failures on Git and path dependencies.
* kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
missing canonical version spec when a project only has shim namespace
version specs.
* kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use
the legacy manual bundle install path, avoiding setup-time Bundler
full-index failures against gem.coop.
* kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves and
templates dedicated version_gem.rb entrypoints even when the gemspec
dependency is intentionally omitted, and generated anonymous-loader specs
cover both version.rb and version_gem.rb.
* kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem
runtime floor now get managed minimal version.rb files and
anonymous-loader version specs without adding version_gem.
* kettle-jem-template-20260730-001 - Gemspec package file enumeration now
runs relative to the gemspec directory, so release package contents stay
correct even when the gemspec is loaded from another working directory.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-version_gem/Makefile \
pkgsrc/devel/ruby-version_gem/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-version_gem/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_1785853357254840
Content-Disposition: inline
Content-Length: 3161
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/devel/ruby-version_gem/Makefile
diff -u pkgsrc/devel/ruby-version_gem/Makefile:1.13 pkgsrc/devel/ruby-version_gem/Makefile:1.14
--- pkgsrc/devel/ruby-version_gem/Makefile:1.13 Sat Jul 18 14:11:30 2026
+++ pkgsrc/devel/ruby-version_gem/Makefile Tue Aug 4 14:22:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/07/18 14:11:30 taca Exp $
+# $NetBSD: Makefile,v 1.14 2026/08/04 14:22:37 taca Exp $
-DISTNAME= version_gem-1.1.14
+DISTNAME= version_gem-1.1.15
CATEGORIES= devel
MAINTAINER= [email protected]
Index: pkgsrc/devel/ruby-version_gem/distinfo
diff -u pkgsrc/devel/ruby-version_gem/distinfo:1.13 pkgsrc/devel/ruby-version_gem/distinfo:1.14
--- pkgsrc/devel/ruby-version_gem/distinfo:1.13 Sat Jul 18 14:11:30 2026
+++ pkgsrc/devel/ruby-version_gem/distinfo Tue Aug 4 14:22:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/07/18 14:11:30 taca Exp $
+$NetBSD: distinfo,v 1.14 2026/08/04 14:22:37 taca Exp $
-BLAKE2s (version_gem-1.1.14.gem) = 92e945f66254c6cd413187033a7d6df3dfa6c563160bae653cb49dd2b45a4418
-SHA512 (version_gem-1.1.14.gem) = aac335c0592c387c5c2b5152139b727c8a142e33867fd38f987cd4cce0d77d2cf64ced004cd4fe44a36fd443d02b2684d1eaba626a073356cea58d946b89000d
-Size (version_gem-1.1.14.gem) = 41472 bytes
+BLAKE2s (version_gem-1.1.15.gem) = f5bad7e18c661fe8c503d7c7fd14e43b87b30cb4fae7426fbb2723ad1b22b77b
+SHA512 (version_gem-1.1.15.gem) = cfeb3fcfbfaed66516e5949e7136769fcb7e66ae7fdad17f53ecbd97d1a66020c7a5bb7015fde5aeb2db667e85058f28c29d59d5a9d64aa9903e9410423667a0
+Size (version_gem-1.1.15.gem) = 29696 bytes
Index: pkgsrc/devel/ruby-version_gem/PLIST
diff -u pkgsrc/devel/ruby-version_gem/PLIST:1.7 pkgsrc/devel/ruby-version_gem/PLIST:1.8
--- pkgsrc/devel/ruby-version_gem/PLIST:1.7 Sat Jul 18 14:11:30 2026
+++ pkgsrc/devel/ruby-version_gem/PLIST Tue Aug 4 14:22:37 2026
@@ -1,16 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2026/07/18 14:11:30 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/08/04 14:22:37 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
-${GEM_LIBDIR}/CITATION.cff
-${GEM_LIBDIR}/CODE_OF_CONDUCT.md
-${GEM_LIBDIR}/CONTRIBUTING.md
-${GEM_LIBDIR}/FUNDING.md
${GEM_LIBDIR}/LICENSE.md
-${GEM_LIBDIR}/MIT.md
${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/RUBOCOP.md
-${GEM_LIBDIR}/SECURITY.md
-${GEM_LIBDIR}/certs/pboling.pem
${GEM_LIBDIR}/lib/version_gem.rb
${GEM_LIBDIR}/lib/version_gem/api.rb
${GEM_LIBDIR}/lib/version_gem/basic.rb
@@ -19,17 +11,5 @@ ${GEM_LIBDIR}/lib/version_gem/error.rb
${GEM_LIBDIR}/lib/version_gem/rspec.rb
${GEM_LIBDIR}/lib/version_gem/ruby.rb
${GEM_LIBDIR}/lib/version_gem/version.rb
-${GEM_LIBDIR}/sig/all_formatters.rbs
-${GEM_LIBDIR}/sig/debug.rbs
-${GEM_LIBDIR}/sig/debug_ide.rbs
-${GEM_LIBDIR}/sig/debug_jruby.rbs
-${GEM_LIBDIR}/sig/debugging.rbs
-${GEM_LIBDIR}/sig/run_coverage.rbs
${GEM_LIBDIR}/sig/version_gem.rbs
-${GEM_LIBDIR}/sig/version_gem/api.rbs
-${GEM_LIBDIR}/sig/version_gem/basic.rbs
-${GEM_LIBDIR}/sig/version_gem/epoch.rbs
-${GEM_LIBDIR}/sig/version_gem/error.rbs
-${GEM_LIBDIR}/sig/version_gem/ruby.rbs
-${GEM_LIBDIR}/sig/version_gem/version.rbs
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
--_----------=_1785853357254840--