summaryrefslogtreecommitdiff
path: root/security/ruby-rex-core
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-12-11 13:53:21 +0000
committertaca <taca@pkgsrc.org>2021-12-11 13:53:21 +0000
commit24d56f875c92b2fe324c959484639b483ed30258 (patch)
treed5baa49902ec907b05a5fb9853f24ac40435ff78 /security/ruby-rex-core
parent5d1e8db358fec4407b5734dc2142eb9f2fb2c07f (diff)
downloadpkgsrc-24d56f875c92b2fe324c959484639b483ed30258.tar.gz
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 (limited to 'security/ruby-rex-core')
-rw-r--r--security/ruby-rex-core/Makefile4
-rw-r--r--security/ruby-rex-core/PLIST3
-rw-r--r--security/ruby-rex-core/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/security/ruby-rex-core/Makefile b/security/ruby-rex-core/Makefile
index f91ee0763e6..7cd88dc9355 100644
--- a/security/ruby-rex-core/Makefile
+++ b/security/ruby-rex-core/Makefile
@@ -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
diff --git a/security/ruby-rex-core/PLIST b/security/ruby-rex-core/PLIST
index c85c7939b49..93f717ea0b3 100644
--- a/security/ruby-rex-core/PLIST
+++ b/security/ruby-rex-core/PLIST
@@ -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/socket_abstraction.rb
${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 --git a/security/ruby-rex-core/distinfo b/security/ruby-rex-core/distinfo
index b7b253a7641..56a1b436335 100644
--- a/security/ruby-rex-core/distinfo
+++ b/security/ruby-rex-core/distinfo
@@ -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