pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-docile
Module Name: pkgsrc
Committed By: taca
Date: Sun May 23 13:25:28 UTC 2021
Modified Files:
pkgsrc/devel/ruby-docile: Makefile PLIST distinfo
Log Message:
devel/ruby-docile: update to 1.4.0
pkgsrc change: update HOMEPAGE which was broken link.
1.4.0 (May 12, 2021)
* Special thanks to Matt Schreiber (@tomeon):
- Short-circuit to calling #instance_exec directly on the DSL object
(prior to constructing a proxy object) when the DSL object and block
context object are identical (Sorry it took over a year to review and
merge this!)
* Renamed default branch from master to main, see:
https://github.com/github/renaming
* Temporarily removed YARD doc configuration, to replace after migration to
Github Actions
* Removed support for all EOL Rubies < 2.6
* Migrated CI from Travis to Github Actions
* Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
- Use more reliable codecov github action (via simplecov-cobertura) rather
than less reliable codecov gem
- Enable bundle caching in github action setup-ruby
* Added Rubocop, and configured it to run in CI
* Added Dependabot, and configured it to run daily
* Added SECURITY.md for vulnerability reporting policy
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-docile/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-docile/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-docile/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-docile/Makefile
diff -u pkgsrc/devel/ruby-docile/Makefile:1.7 pkgsrc/devel/ruby-docile/Makefile:1.8
--- pkgsrc/devel/ruby-docile/Makefile:1.7 Thu Jan 14 14:02:47 2021
+++ pkgsrc/devel/ruby-docile/Makefile Sun May 23 13:25:28 2021
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2021/01/14 14:02:47 taca Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/23 13:25:28 taca Exp $
-DISTNAME= docile-1.3.5
+DISTNAME= docile-1.4.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://ms-ati.github.com/docile/
+HOMEPAGE= https://github.com/ms-ati/docile
COMMENT= Keeps your Ruby DSLs tame and well-behaved
LICENSE= mit
Index: pkgsrc/devel/ruby-docile/PLIST
diff -u pkgsrc/devel/ruby-docile/PLIST:1.4 pkgsrc/devel/ruby-docile/PLIST:1.5
--- pkgsrc/devel/ruby-docile/PLIST:1.4 Sun Jan 10 14:44:45 2021
+++ pkgsrc/devel/ruby-docile/PLIST Sun May 23 13:25:28 2021
@@ -1,14 +1,17 @@
-@comment $NetBSD: PLIST,v 1.4 2021/01/10 14:44:45 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/05/23 13:25:28 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/dependabot.yml
+${GEM_LIBDIR}/.github/workflows/main.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
-${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/HISTORY.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/SECURITY.md
${GEM_LIBDIR}/docile.gemspec
${GEM_LIBDIR}/lib/docile.rb
${GEM_LIBDIR}/lib/docile/backtrace_filter.rb
@@ -16,5 +19,4 @@ ${GEM_LIBDIR}/lib/docile/chaining_fallba
${GEM_LIBDIR}/lib/docile/execution.rb
${GEM_LIBDIR}/lib/docile/fallback_context_proxy.rb
${GEM_LIBDIR}/lib/docile/version.rb
-${GEM_LIBDIR}/on_what.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-docile/distinfo
diff -u pkgsrc/devel/ruby-docile/distinfo:1.8 pkgsrc/devel/ruby-docile/distinfo:1.9
--- pkgsrc/devel/ruby-docile/distinfo:1.8 Thu Jan 14 14:02:47 2021
+++ pkgsrc/devel/ruby-docile/distinfo Sun May 23 13:25:28 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2021/01/14 14:02:47 taca Exp $
+$NetBSD: distinfo,v 1.9 2021/05/23 13:25:28 taca Exp $
-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
+SHA1 (docile-1.4.0.gem) = c0e3ecc6fd3a48ea6b5679addc8585e6f031a006
+RMD160 (docile-1.4.0.gem) = ae50177607e83b8f1aa7f48fc78a67c3b7a4c9dd
+SHA512 (docile-1.4.0.gem) = e2fb8eabe6e8e3bc6cf05354afe91cb75f52701c3b90c0ba36cee20c920c379ca7da8acf49ac0bcb9128a8176a738172c5754fb422e660a107f4615c415bfe15
+Size (docile-1.4.0.gem) = 16384 bytes
Home |
Main Index |
Thread Index |
Old Index