Skip to content

Commit

Permalink
devel/ruby-docile: update to 1.3.4
Browse files Browse the repository at this point in the history
1.3.4 (Dec 22, 2020)

* Special thanks to Benoit Daloze (@eregon):
  - Fix delegation on Ruby 2.7 (issues #45 and #44, PR #52)

1.3.3 (Dec 18, 2020)

* Special thanks (again!) to Taichi Ishitani (@taichi-ishitani):
  - Fix keyword arg warnings on Ruby 2.7 (issue #44, PR #45)
  - Filter Docile's source files from backtrace (issue #35, PR #36)
  • Loading branch information
taca committed Jan 10, 2021
1 parent d8d3333 commit 0164161
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-docile/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2019/10/23 16:34:19 taca Exp $
# $NetBSD: Makefile,v 1.6 2021/01/10 14:44:45 taca Exp $

DISTNAME= docile-1.3.2
DISTNAME= docile-1.3.4
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 2 additions & 2 deletions devel/ruby-docile/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2018/02/28 15:47:49 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2021/01/10 14:44:45 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
Expand All @@ -11,10 +11,10 @@ ${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/docile.gemspec
${GEM_LIBDIR}/lib/docile.rb
${GEM_LIBDIR}/lib/docile/backtrace_filter.rb
${GEM_LIBDIR}/lib/docile/chaining_fallback_context_proxy.rb
${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

10 changes: 5 additions & 5 deletions devel/ruby-docile/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2019/10/23 16:34:19 taca Exp $
$NetBSD: distinfo,v 1.7 2021/01/10 14:44:45 taca Exp $

SHA1 (docile-1.3.2.gem) = 8392247595f2f43f6b3b75ae6f89c7f534b1cb55
RMD160 (docile-1.3.2.gem) = 90c7295e34c9cd59c7d54c21ab568f49b225f837
SHA512 (docile-1.3.2.gem) = 638829d6dff383f50ec78e944ef994b0c5fd1485434dad0d306e047d08cc404a5a36513f41676bd73461fb1776d44c9b5e74491718e0815c9c97c65b35e5e408
Size (docile-1.3.2.gem) = 15360 bytes
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

0 comments on commit 0164161

Please sign in to comment.