Skip to content

Commit

Permalink
net/ruby-winrm: update to 2.3.7
Browse files Browse the repository at this point in the history
2.3.7 (2024-06-27)

What's Changed

* Add ruby-3.1 test by @skeshari12 in #332
* move from travis to GH actions and test ruby 3.1 by @mwrock in #335
* Add rexml as an explicit dependency for Ruby 3.x by @postmodern in #334
* Adding user-agent option by @laxa in #337
* Update CI to use ruby 3.X by @fwininger in #343
* Create thread in shell finalizer by @akihikodaki in #339

New Contributors

* @skeshari12 made their first contribution in #332
* @postmodern made their first contribution in #334
* @laxa made their first contribution in #337
* @akihikodaki made their first contribution in #339
  • Loading branch information
taca committed Jun 30, 2024
1 parent 8df8fdd commit 6dc5c14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions net/ruby-winrm/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2021/02/03 14:35:28 taca Exp $
# $NetBSD: Makefile,v 1.4 2024/06/30 16:18:17 taca Exp $

DISTNAME= winrm-2.3.6
DISTNAME= winrm-2.3.7
CATEGORIES= net

MAINTAINER= [email protected]
Expand All @@ -12,7 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.1.2:../../textproc/ruby-builder
DEPENDS+= ${RUBY_PKGPREFIX}-erubi>=1.8<2:../../textproc/ruby-erubi
DEPENDS+= ${RUBY_PKGPREFIX}-gssapi>=1.2<2:../../security/ruby-gssapi
DEPENDS+= ${RUBY_PKGPREFIX}-gyoku>=1.0<2:../../textproc/ruby-gyoku
DEPENDS+= ${RUBY_PKGPREFIX}-httpclient>=2.2<3:../../www/ruby-httpclient
DEPENDS+= ${RUBY_PKGPREFIX}-httpclient>=2.2.0.2<3:../../www/ruby-httpclient
DEPENDS+= ${RUBY_PKGPREFIX}-logging>=1.6.1:../../devel/ruby-logging
DEPENDS+= ${RUBY_PKGPREFIX}-nori>=2.0<3:../../textproc/ruby-nori
DEPENDS+= ${RUBY_PKGPREFIX}-rubyntlm>=0.6.1:../../security/ruby-rubyntlm
Expand Down
8 changes: 4 additions & 4 deletions net/ruby-winrm/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 11:06:53 nia Exp $
$NetBSD: distinfo,v 1.6 2024/06/30 16:18:17 taca Exp $

BLAKE2s (winrm-2.3.6.gem) = e80f15f65833fea28afbd174bb74437de62bf968d421377c2122edd488dd8b9d
SHA512 (winrm-2.3.6.gem) = 555bc17585daac9573e856a282e7805e00438d270dd6b9a15b0c0dd485101292e887ac3fd2433e7eea697b92d2bd5809a96cfbb916314046989ef22315341071
Size (winrm-2.3.6.gem) = 43008 bytes
BLAKE2s (winrm-2.3.7.gem) = a1192a9ec9d7f2bc7c4a6e33bb1e661d44799a9337c6c9f243c6669c0360fbc9
SHA512 (winrm-2.3.7.gem) = 90ba23031b870925004cab5893787096cd193a686cf3a5e402c917294888008ded902c7a4385680052551ff5153f355cc7c86cdbd73685e32cfd2c884be0d247
Size (winrm-2.3.7.gem) = 43008 bytes

0 comments on commit 6dc5c14

Please sign in to comment.