pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-thor



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb 12 13:48:00 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-thor: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-thor/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-thor/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-thor/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-thor/Makefile
diff -u pkgsrc/devel/ruby-thor/Makefile:1.13 pkgsrc/devel/ruby-thor/Makefile:1.14
--- pkgsrc/devel/ruby-thor/Makefile:1.13        Tue Jan 26 15:33:05 2021
+++ pkgsrc/devel/ruby-thor/Makefile     Sat Feb 12 13:48:00 2022
@@ -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

Index: pkgsrc/devel/ruby-thor/PLIST
diff -u pkgsrc/devel/ruby-thor/PLIST:1.8 pkgsrc/devel/ruby-thor/PLIST:1.9
--- pkgsrc/devel/ruby-thor/PLIST:1.8    Tue Mar 24 18:30:19 2020
+++ pkgsrc/devel/ruby-thor/PLIST        Sat Feb 12 13:48:00 2022
@@ -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

Index: pkgsrc/devel/ruby-thor/distinfo
diff -u pkgsrc/devel/ruby-thor/distinfo:1.14 pkgsrc/devel/ruby-thor/distinfo:1.15
--- pkgsrc/devel/ruby-thor/distinfo:1.14        Tue Oct 26 10:19:50 2021
+++ pkgsrc/devel/ruby-thor/distinfo     Sat Feb 12 13:48:00 2022
@@ -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