Skip to content

Commit

Permalink
Update ruby-oauth to 0.5.3
Browse files Browse the repository at this point in the history
=== 0.5.3 2017-05-24

* Removing legacy scripts (James Pinto)
* Fix #145 - broken CLI required loading active_support (James Pinto)

=== 0.5.2 2017-05-17

* Adding a development dependency that had not been mentioned (James Pinto)
* Use assert_nil so as to silence a Minitest 6 deprecation warning (James Pinto)
* Stop bundling tests files in the gem (Michal Papis)
* Minor cleanup on tests (James Pinto)
* TravisCI no longer needs libcurl-dev (James Pinto)
* Nokogiri 1.7 does not accept Ruby 2.0 (James Pinto)
* Upgrading to CodeClimate 1.0 (James Pinto)
* Adding support to Ruby 2.4 and head (James Pinto)
* Locking gemspec to Rails 4 so as to allow our next version for Rails 5 (James Pinto)
* Fix #113 adding paths when a full URL has been specified   (James Pinto)
* moving development dependency to gemspec (James Pinto)
* Silencing 'Net::HTTPResponse#header is obsolete' (James Pinto)
* Silencing some test warnings (James Pinto)
* Silencing 'loading in progress, circular require considered harmful' (James Pinto)
* Silence 'URI.escape obsolete' (James Pinto)
* Refactored CLI (James Pinto)
* Bug Fix, webmock 2.0 has introduced a new bug (James Pinto)
* Moving test files into test/units/ (James Pinto)
* Adding CodeClimate (James Pinto)
* Reimplementing #82 - Debug Output Option (James Pinto)
* Making a test/support dir (James Pinto)
* Fix #177 - Adjusting to webmock latest recommended implementation for minitest (James Pinto)
* Adding support to Ruby 2.4 and head (James Pinto)
* Upgrading to CodeClimate 1.0 (James Pinto)
* Nokogiri 1.7 does not accept Ruby 2.0 (James Pinto)
  • Loading branch information
taca committed Jun 5, 2017
1 parent ea575a6 commit e4c0f22
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 36 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.13 2016/03/15 15:15:49 taca Exp $
# $NetBSD: Makefile,v 1.14 2017/06/05 15:15:01 taca Exp $

DISTNAME= oauth-0.5.1
DISTNAME= oauth-0.5.3
CATEGORIES= security

MAINTAINER= [email protected]
Expand Down
36 changes: 7 additions & 29 deletions security/ruby-oauth/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2016/03/15 15:15:49 taca Exp $
@comment $NetBSD: PLIST,v 1.7 2017/06/05 15:15:01 taca Exp $
bin/oauth${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
Expand All @@ -7,6 +7,12 @@ ${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/bin/oauth
${GEM_LIBDIR}/lib/oauth.rb
${GEM_LIBDIR}/lib/oauth/cli.rb
${GEM_LIBDIR}/lib/oauth/cli/authorize_command.rb
${GEM_LIBDIR}/lib/oauth/cli/base_command.rb
${GEM_LIBDIR}/lib/oauth/cli/help_command.rb
${GEM_LIBDIR}/lib/oauth/cli/query_command.rb
${GEM_LIBDIR}/lib/oauth/cli/sign_command.rb
${GEM_LIBDIR}/lib/oauth/cli/version_command.rb
${GEM_LIBDIR}/lib/oauth/client.rb
${GEM_LIBDIR}/lib/oauth/client/action_controller_request.rb
${GEM_LIBDIR}/lib/oauth/client/em_http.rb
Expand Down Expand Up @@ -45,32 +51,4 @@ ${GEM_LIBDIR}/lib/oauth/tokens/request_token.rb
${GEM_LIBDIR}/lib/oauth/tokens/server_token.rb
${GEM_LIBDIR}/lib/oauth/tokens/token.rb
${GEM_LIBDIR}/lib/oauth/version.rb
${GEM_LIBDIR}/test/cases/oauth_case.rb
${GEM_LIBDIR}/test/cases/spec/1_0-final/test_construct_request_url.rb
${GEM_LIBDIR}/test/cases/spec/1_0-final/test_normalize_request_parameters.rb
${GEM_LIBDIR}/test/cases/spec/1_0-final/test_parameter_encodings.rb
${GEM_LIBDIR}/test/cases/spec/1_0-final/test_signature_base_strings.rb
${GEM_LIBDIR}/test/integration/consumer_test.rb
${GEM_LIBDIR}/test/test_access_token.rb
${GEM_LIBDIR}/test/test_action_controller_request_proxy.rb
${GEM_LIBDIR}/test/test_consumer.rb
${GEM_LIBDIR}/test/test_curb_request_proxy.rb
${GEM_LIBDIR}/test/test_em_http_client.rb
${GEM_LIBDIR}/test/test_em_http_request_proxy.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/test_hmac_sha1.rb
${GEM_LIBDIR}/test/test_net_http_client.rb
${GEM_LIBDIR}/test/test_net_http_request_proxy.rb
${GEM_LIBDIR}/test/test_oauth_helper.rb
${GEM_LIBDIR}/test/test_rack_request_proxy.rb
${GEM_LIBDIR}/test/test_request_token.rb
${GEM_LIBDIR}/test/test_rest_client_request_proxy.rb
${GEM_LIBDIR}/test/test_rsa_sha1.rb
${GEM_LIBDIR}/test/test_server.rb
${GEM_LIBDIR}/test/test_signature.rb
${GEM_LIBDIR}/test/test_signature_base.rb
${GEM_LIBDIR}/test/test_signature_hmac_sha1.rb
${GEM_LIBDIR}/test/test_signature_plain_text.rb
${GEM_LIBDIR}/test/test_token.rb
${GEM_LIBDIR}/test/test_typhoeus_request_proxy.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
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.10 2016/03/15 15:15:49 taca Exp $
$NetBSD: distinfo,v 1.11 2017/06/05 15:15:01 taca Exp $

SHA1 (oauth-0.5.1.gem) = 7f46a6840f84f6622e71895386c8b7a74f65ed9a
RMD160 (oauth-0.5.1.gem) = 1ad850b8133b2ec8793de579c9ea0484e2eeb242
SHA512 (oauth-0.5.1.gem) = 8afa43c4cb8c606c37dd63c6a687f2aea54875fa67b8bcef04e529af9013625c86194e52aa53b54ff0bd2e4a0d64f00a044715c6672bc0529287586015702144
Size (oauth-0.5.1.gem) = 43520 bytes
SHA1 (oauth-0.5.3.gem) = 1d90a35c0687e701f50139108781ba06c6d52f4c
RMD160 (oauth-0.5.3.gem) = 903e5de9bff54c732b803d06a7877c9ee61ad1c8
SHA512 (oauth-0.5.3.gem) = d0a094f035ac6c6eba9b33a4c9358575c13f2a3214633c63ee5e45b4b2dc516bf0b812207953da064f6d262eb954b73e2014ccfeac04fc13dead1df78dfdc26d
Size (oauth-0.5.3.gem) = 28672 bytes

0 comments on commit e4c0f22

Please sign in to comment.