pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-oauth



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun  5 15:15:01 UTC 2017

Modified Files:
        pkgsrc/security/ruby-oauth: Makefile PLIST distinfo

Log Message:
Update ruby-oauth to 0.5.3

=== 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)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/ruby-oauth/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-oauth/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/ruby-oauth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ruby-oauth/Makefile
diff -u pkgsrc/security/ruby-oauth/Makefile:1.13 pkgsrc/security/ruby-oauth/Makefile:1.14
--- pkgsrc/security/ruby-oauth/Makefile:1.13    Tue Mar 15 15:15:49 2016
+++ pkgsrc/security/ruby-oauth/Makefile Mon Jun  5 15:15:01 2017
@@ -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=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/security/ruby-oauth/PLIST
diff -u pkgsrc/security/ruby-oauth/PLIST:1.6 pkgsrc/security/ruby-oauth/PLIST:1.7
--- pkgsrc/security/ruby-oauth/PLIST:1.6        Tue Mar 15 15:15:49 2016
+++ pkgsrc/security/ruby-oauth/PLIST    Mon Jun  5 15:15:01 2017
@@ -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
@@ -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
@@ -45,32 +51,4 @@ ${GEM_LIBDIR}/lib/oauth/tokens/request_t
 ${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

Index: pkgsrc/security/ruby-oauth/distinfo
diff -u pkgsrc/security/ruby-oauth/distinfo:1.10 pkgsrc/security/ruby-oauth/distinfo:1.11
--- pkgsrc/security/ruby-oauth/distinfo:1.10    Tue Mar 15 15:15:49 2016
+++ pkgsrc/security/ruby-oauth/distinfo Mon Jun  5 15:15:01 2017
@@ -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



Home | Main Index | Thread Index | Old Index