Skip to content

Commit

Permalink
security/ruby-oauth: update to 0.5.6
Browse files Browse the repository at this point in the history
0.5.6 (2021-04-02)

* Add metadata to Gemspec file
* Change default timeout to be the same as Net::HTTP default, 60 seconds
  instead of 30 seconds.
* Add support for PUT requests with Action Controller (#181)
  • Loading branch information
taca committed May 30, 2021
1 parent 462863a commit 5084dba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions security/ruby-oauth/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2021/02/03 15:04:58 taca Exp $
# $NetBSD: Makefile,v 1.17 2021/05/30 15:42:22 taca Exp $

DISTNAME= oauth-0.5.5
DISTNAME= oauth-0.5.6
CATEGORIES= security

MAINTAINER= [email protected]
Expand Down
3 changes: 2 additions & 1 deletion security/ruby-oauth/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2017/12/09 19:18:47 tsutsui Exp $
@comment $NetBSD: PLIST,v 1.9 2021/05/30 15:42:22 taca Exp $
bin/oauth${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
Expand Down Expand Up @@ -42,6 +42,7 @@ ${GEM_LIBDIR}/lib/oauth/server.rb
${GEM_LIBDIR}/lib/oauth/signature.rb
${GEM_LIBDIR}/lib/oauth/signature/base.rb
${GEM_LIBDIR}/lib/oauth/signature/hmac/sha1.rb
${GEM_LIBDIR}/lib/oauth/signature/hmac/sha256.rb
${GEM_LIBDIR}/lib/oauth/signature/plaintext.rb
${GEM_LIBDIR}/lib/oauth/signature/rsa/sha1.rb
${GEM_LIBDIR}/lib/oauth/token.rb
Expand Down
10 changes: 5 additions & 5 deletions security/ruby-oauth/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.13 2021/02/03 15:04:58 taca Exp $
$NetBSD: distinfo,v 1.14 2021/05/30 15:42:22 taca Exp $

SHA1 (oauth-0.5.5.gem) = 291da348250695ae873b3880f6175a0668ae5b98
RMD160 (oauth-0.5.5.gem) = 8d898bfa216bff44aa046f532b718f5aa2a3739a
SHA512 (oauth-0.5.5.gem) = f705584c1c895d93b61fa3aa994d4fc54ec34e8539787a73586a485e66724449b8191d815a1b0bc37dd2f4a6936c3725429ce8fa5f5d6ce7cd173b23b9f1614b
Size (oauth-0.5.5.gem) = 28672 bytes
SHA1 (oauth-0.5.6.gem) = 14f43d0950ef1e2e3a4939fd78804df62e00a69a
RMD160 (oauth-0.5.6.gem) = 57166d8f5b2f55f6639e1185d3789f2d86e0bc8d
SHA512 (oauth-0.5.6.gem) = c91cf3e2e794e762a7d5f55c974a23bf8fdf4f74280529a78bc41e690440296ec71761a48c533a7eb09a4610da01155b17dd4b024073040791f52c364e44c0b1
Size (oauth-0.5.6.gem) = 28672 bytes

0 comments on commit 5084dba

Please sign in to comment.