diff options
author | taca <taca@pkgsrc.org> | 2021-01-13 14:45:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-01-13 14:45:09 +0000 |
commit | 8192d7c86af6b557ac103a3678a15e38c3f2baaa (patch) | |
tree | 82442fed3f74bb9a0e6eea081f1123ca686e4b5e /net | |
parent | 484ae3660e6bc3b61d30cf413c18c2e33d905a83 (diff) | |
download | pkgsrc-8192d7c86af6b557ac103a3678a15e38c3f2baaa.tar.gz |
net/ruby-train-core: update to 3.4.7
3.4.7 (2021-01-11)
Merged Pull Requests
* Update chefstyle requirement from 1.5.7 to 1.5.9 #654
(dependabot-preview[bot])
* Update google API upper constraints to allow Ruby 3 #656 (clintoncwolfe)
* Test on ruby 3.0, drop testing on ruby 2.4 #657 (clintoncwolfe)
3.4.4 (2020-12-14)
Merged Pull Requests
* Update parallel requirement from < 1.20.0 to < 1.21.0 #651
(dependabot-preview[bot])
* Update chefstyle requirement from 1.5.0 to 1.5.7 #652
(dependabot-preview[bot])
* Use IdentitiesOnly only when keys are present #650 (drbrain)
3.4.1 (2020-12-07)
Merged Pull Requests
* Change timeout log entry to debug #643 (james-stocks)
* Update chefstyle requirement from 1.4.5 to 1.5.0 and pin parallel for
ruby 2.4 #648 (dependabot-preview[bot])
* Support unpacking train options from URI query values #642 (lamont-granquist)
* Make :forward_agent a valid SSH option #649 (drbrain)
3.3.27 (2020-10-19)
Merged Pull Requests
* Check stdout even when exit_status is 0, and handle JSON.parse exception
#601 (CodesWhisperer)
* Update chefstyle requirement from 1.3.2 to 1.4.5 #646
(dependabot-preview[bot])
* Use the build in Expeditor gem caching #647 (tas50)
v3.3.24 (2020-09-30)
Merged Pull Requests
* Further optimize requires for external libraries #639 (tas50)
* Update chefstyle requirement from 1.2.1 to 1.3.2 #634
(dependabot-preview[bot])
* Allow timeout option per ssh command #625 (james-stocks)
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-train-core/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-train-core/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/ruby-train-core/Makefile b/net/ruby-train-core/Makefile index 04f28f589b0..b81b0fc670c 100644 --- a/net/ruby-train-core/Makefile +++ b/net/ruby-train-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/09/14 14:17:11 taca Exp $ +# $NetBSD: Makefile,v 1.6 2021/01/13 14:45:09 taca Exp $ -DISTNAME= train-core-3.3.21 +DISTNAME= train-core-3.4.7 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-train-core/distinfo b/net/ruby-train-core/distinfo index 0ab9f739394..1756a9ee84d 100644 --- a/net/ruby-train-core/distinfo +++ b/net/ruby-train-core/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/09/14 14:17:11 taca Exp $ +$NetBSD: distinfo,v 1.6 2021/01/13 14:45:09 taca Exp $ -SHA1 (train-core-3.3.21.gem) = cc464019a89297469de0b0427f9ae52f485bfb5a -RMD160 (train-core-3.3.21.gem) = 36563def6e6acaa5931a357c0dcbef5529855a70 -SHA512 (train-core-3.3.21.gem) = 7aad72b633590077b7454d8b5285e7caabca45185897d2698e594f9d8947822a58a0728ea162f695b6da9cb8d9c184b3b964110774146d9598da6002cd6956ed -Size (train-core-3.3.21.gem) = 43520 bytes +SHA1 (train-core-3.4.7.gem) = 17d51d2f1a3c2091c20fa0304feabaa3c8265b0c +RMD160 (train-core-3.4.7.gem) = 7b1602a5bac995d423b6d5e495c153f470987fda +SHA512 (train-core-3.4.7.gem) = ef38979f0bf4ad1e52ad5fc64129cbf39c16e36590d07ad7820371910f8c2bca9a9087e1b35f50df92b17be8a6823a6dac123c6b86fb0f77276efd8c2feb7e47 +Size (train-core-3.4.7.gem) = 44032 bytes |