-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-version_gem: add package version 1.1.0
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
Showing
4 changed files
with
51 additions
and
0 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 |
---|---|---|
@@ -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 |
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 |
---|---|---|
@@ -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" |
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 |
---|---|---|
@@ -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 |
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 |
---|---|---|
@@ -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 |