forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.3.5 (Jan 13, 2021) * Special thanks to Jochen Seeber (@jochenseeber): - Fix remaining delegation on Ruby 2.7 (PR #62) * Remove support for Ruby 1.8.7 and REE, because they are no longer runnable on Travis CI * Announce that continued support for any EOL Ruby versions (that is, versions prior to Ruby 2.5 as of Jan 13 2021) will be decided on Feb 1, 2021 based on comments to issue #58
- Loading branch information
taca
committed
Jan 14, 2021
1 parent
9590e96
commit b5f97ff
Showing
2 changed files
with
9 additions
and
7 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.6 2021/01/10 14:44:45 taca Exp $ | ||
# $NetBSD: Makefile,v 1.7 2021/01/14 14:02:47 taca Exp $ | ||
|
||
DISTNAME= docile-1.3.4 | ||
DISTNAME= docile-1.3.5 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://ms-ati.github.com/docile/ | ||
COMMENT= Keeps your Ruby DSLs tame and well-behaved | ||
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.7 2021/01/10 14:44:45 taca Exp $ | ||
$NetBSD: distinfo,v 1.8 2021/01/14 14:02:47 taca Exp $ | ||
|
||
SHA1 (docile-1.3.4.gem) = 46e477548fe6c9b2b3181427919c9be58b7e05bb | ||
RMD160 (docile-1.3.4.gem) = 355c746d6d19697649c03dbbe98b522d0fe52d20 | ||
SHA512 (docile-1.3.4.gem) = 88cfa7463ddf5c071cb906d0457d518f4528512d6db788dda9f35957df114f5f90f3dccba9fb2027f87dde901965ed46f7798af04471c0ff9c5bc240f36e01db | ||
Size (docile-1.3.4.gem) = 15872 bytes | ||
SHA1 (docile-1.3.5.gem) = 7046971bc30cbf71197e34308cef3583a4dbcde5 | ||
RMD160 (docile-1.3.5.gem) = 31f89a114abed3acf973325a6019ff7403cb8aee | ||
SHA512 (docile-1.3.5.gem) = 3ca3b62e68fb761004e7470558c56dadc645f809f46243d9e9532d91862360b528a956517c91f1f7c830f8b8869a1c8be75adfacafa4d2136d3c54d29fc9fc6b | ||
Size (docile-1.3.5.gem) = 15872 bytes |