pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-rex-core security/ruby-rex-core: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63fa9df4852a
branches:  trunk
changeset: 770902:63fa9df4852a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Dec 11 13:53:21 2021 +0000

description:
security/ruby-rex-core: update to 0.1.20

0.1.18 (2021-09-29)

* Land #16, Make the synchronization functions public

0.1.19 (2021-11-15)

* Land #17, Add the stopwatch function

0.1.20 (2021-11-16)

* Merge pull request #18 from zeroSteiner/feat/stopwatch/elapsed_seconds
  Refactor into a Stopwatch module

diffstat:

 security/ruby-rex-core/Makefile |  4 ++--
 security/ruby-rex-core/PLIST    |  3 ++-
 security/ruby-rex-core/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 77f715e10a4e -r 63fa9df4852a security/ruby-rex-core/Makefile
--- a/security/ruby-rex-core/Makefile   Sat Dec 11 13:50:21 2021 +0000
+++ b/security/ruby-rex-core/Makefile   Sat Dec 11 13:53:21 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/09/19 17:13:46 taca Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/11 13:53:21 taca Exp $
 
-DISTNAME=      rex-core-0.1.17
+DISTNAME=      rex-core-0.1.20
 CATEGORIES=    security
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r 77f715e10a4e -r 63fa9df4852a security/ruby-rex-core/PLIST
--- a/security/ruby-rex-core/PLIST      Sat Dec 11 13:50:21 2021 +0000
+++ b/security/ruby-rex-core/PLIST      Sat Dec 11 13:53:21 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/12 16:18:13 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/12/11 13:53:21 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
@@ -19,6 +19,7 @@
 ${GEM_LIBDIR}/lib/rex/io/stream.rb
 ${GEM_LIBDIR}/lib/rex/io/stream_abstraction.rb
 ${GEM_LIBDIR}/lib/rex/io/stream_server.rb
+${GEM_LIBDIR}/lib/rex/stopwatch.rb
 ${GEM_LIBDIR}/lib/rex/sync.rb
 ${GEM_LIBDIR}/lib/rex/sync/event.rb
 ${GEM_LIBDIR}/lib/rex/sync/read_write_lock.rb
diff -r 77f715e10a4e -r 63fa9df4852a security/ruby-rex-core/distinfo
--- a/security/ruby-rex-core/distinfo   Sat Dec 11 13:50:21 2021 +0000
+++ b/security/ruby-rex-core/distinfo   Sat Dec 11 13:53:21 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:17:57 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/12/11 13:53:21 taca Exp $
 
-BLAKE2s (rex-core-0.1.17.gem) = b0caa8a885d90825ef878d96512fa2fa68004c3951b85540c8372e9b592f8477
-SHA512 (rex-core-0.1.17.gem) = 47bd9fdd6b15351bd6c22bf94d12de4b062b981c24386ad8c24deb2c3a41ca70192b3e499834e91464fccd0e8b0e8d75d9d06127060f164bbf9e0dbe9870ee6a
-Size (rex-core-0.1.17.gem) = 30720 bytes
+BLAKE2s (rex-core-0.1.20.gem) = 6e1b9c09d2ab728f3da580e82c12402762c3abaac6930908759a8e5c047a7e3c
+SHA512 (rex-core-0.1.20.gem) = 0e49e29ec3605b09b379d19e95ada416f59abb84c65e9819aafed8be51709388f26f1552e2d84044c78c913cb5549f068a9c3b45737e995de79d5085526b8415
+Size (rex-core-0.1.20.gem) = 31232 bytes



Home | Main Index | Thread Index | Old Index