Skip to content

Commit

Permalink
devel/ruby-version_gem: add package version 1.1.0
Browse files Browse the repository at this point in the history
Required by ruby-auth package version 1.0 and later.

VersionGem

Alternatives

This gem has a very niche purpose, which is:

1. providing introspection of a Version module based on a Version::VERSION
   constant string,
2. while not interfering with gemspec parsing where the VERSION string is
   traditionally used.

If this isn't precisely your use case you may be better off looking at
Versionaire, a wonderful, performant, well-maintained, gem from the
Alchemists.

For more discussion about this see issue #2
  • Loading branch information
taca committed Sep 11, 2022
1 parent 1e4f381 commit b99175b
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
16 changes: 16 additions & 0 deletions devel/ruby-version_gem/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
VersionGem

Alternatives

This gem has a very niche purpose, which is:

1. providing introspection of a Version module based on a Version::VERSION
constant string,
2. while not interfering with gemspec parsing where the VERSION string is
traditionally used.

If this isn't precisely your use case you may be better off looking at
Versionaire, a wonderful, performant, well-maintained, gem from the
Alchemists.

For more discussion about this see issue #2
14 changes: 14 additions & 0 deletions devel/ruby-version_gem/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 2022/09/11 05:31:41 taca Exp $

DISTNAME= version_gem-1.1.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pboling/version_gem
COMMENT= Sugar for Version modules
LICENSE= mit

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
16 changes: 16 additions & 0 deletions devel/ruby-version_gem/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@comment $NetBSD: PLIST,v 1.1 2022/09/11 05:31:41 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/SECURITY.md
${GEM_LIBDIR}/lib/version_gem.rb
${GEM_LIBDIR}/lib/version_gem/api.rb
${GEM_LIBDIR}/lib/version_gem/basic.rb
${GEM_LIBDIR}/lib/version_gem/error.rb
${GEM_LIBDIR}/lib/version_gem/rspec.rb
${GEM_LIBDIR}/lib/version_gem/version.rb
${GEM_LIBDIR}/sig/version_gem.rbs
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
5 changes: 5 additions & 0 deletions devel/ruby-version_gem/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2022/09/11 05:31:41 taca Exp $

BLAKE2s (version_gem-1.1.0.gem) = 736c9bd30d4056eb05656d17b6481c17ab00c0dd79a8fd0a7eab15504c94b538
SHA512 (version_gem-1.1.0.gem) = f4a82a1f24d49d603973ebd1ef3e623e27e72aab78802e6c88e18c632c96be69031b7496e424d69b0ba98ebf0ef50df96dfe08b5b7528a98fb2379aac74e9fe8
Size (version_gem-1.1.0.gem) = 13824 bytes

0 comments on commit b99175b

Please sign in to comment.