pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-thor devel/ruby-thor: update to 1.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e14c09837573
branches:  trunk
changeset: 373743:e14c09837573
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Feb 12 13:48:00 2022 +0000

description:
devel/ruby-thor: update to 1.2.1

1.2.0 (2022-01-04)

What's Changed

* Support Thor::CoreExt::HashWithIndifferentAccess#except for Rails 6.0 by
  @koic in #734
* The klass parameter 'inject_into_class' should be given a string
  type.(also inject_into_module) by @ratovia in #752
* Added Shell::Basic#say_error by @postmodern in #750
* Check for duplicate content in relevant section when inserting into files
  by @excid3 in #735
* Loaded the directory under tasks. by @Mitsuru53 in #747
* Update Thor::Actions#inside to return the value yielded by the block by
  @jordan-brough in #712
* remove_file should unlink broken symlinks by @2called-chaos in #720
* Use string interpolation for trailing whitespace by @jonathanhefner in #730
* Indent multiline messages in say_status by @jonathanhefner in #714
* Allow leading hyphen in switch values when specified with = by @univerio
  in #737
* Fix for #707 by @scambra in #708
* Support latest did_you_mean by @deivid-rodriguez in #761

New Contributors

* @ratovia made their first contribution in #752
* @excid3 made their first contribution in #735
* @Mitsuru53 made their first contribution in #747
* @jordan-brough made their first contribution in #712
* @2called-chaos made their first contribution in #720
* @univerio made their first contribution in #737
* @scambra made their first contribution in #708

1.2.1 (2022-01-04)

What's Changed

* Fix regressions with insert_into_file

diffstat:

 devel/ruby-thor/Makefile |  4 ++--
 devel/ruby-thor/PLIST    |  3 +--
 devel/ruby-thor/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 864ef260d9ac -r e14c09837573 devel/ruby-thor/Makefile
--- a/devel/ruby-thor/Makefile  Sat Feb 12 13:42:47 2022 +0000
+++ b/devel/ruby-thor/Makefile  Sat Feb 12 13:48:00 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/01/26 15:33:05 taca Exp $
+# $NetBSD: Makefile,v 1.14 2022/02/12 13:48:00 taca Exp $
 
-DISTNAME=      thor-1.1.0
+DISTNAME=      thor-1.2.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 864ef260d9ac -r e14c09837573 devel/ruby-thor/PLIST
--- a/devel/ruby-thor/PLIST     Sat Feb 12 13:42:47 2022 +0000
+++ b/devel/ruby-thor/PLIST     Sat Feb 12 13:48:00 2022 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.8 2020/03/24 18:30:19 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/02/12 13:48:00 taca Exp $
 bin/thor${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.document
-${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/CONTRIBUTING.md
 ${GEM_LIBDIR}/LICENSE.md
 ${GEM_LIBDIR}/README.md
diff -r 864ef260d9ac -r e14c09837573 devel/ruby-thor/distinfo
--- a/devel/ruby-thor/distinfo  Sat Feb 12 13:42:47 2022 +0000
+++ b/devel/ruby-thor/distinfo  Sat Feb 12 13:48:00 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:19:50 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/02/12 13:48:00 taca Exp $
 
-BLAKE2s (thor-1.1.0.gem) = df86c8bc67f0c6375864fdc005762b4ed97351d7656b6a3cebe108ea31845509
-SHA512 (thor-1.1.0.gem) = 98e96ad70f8452e590b7c5266c495f4fbe11af2ce38aa2b3295da8cffe4bba7d660fab4faf604011cc4774ee77451d32002c43c74f3c422e1ed50866f7bcd927
-Size (thor-1.1.0.gem) = 56832 bytes
+BLAKE2s (thor-1.2.1.gem) = b142c6a84794e5f3cc16bc7a1b6e7efc54059d53922ab28a9c091be1790b0bf7
+SHA512 (thor-1.2.1.gem) = f72b7c6bb0a434f63f4713cdf5b853dddee319ef6380104400ecd4724d09ac6e22d02767fe991a5a1ad9cd5cb9c6886b6da04721d08adb328d31faf68551f8df
+Size (thor-1.2.1.gem) = 53248 bytes



Home | Main Index | Thread Index | Old Index