summaryrefslogtreecommitdiff
path: root/security/ruby-oauth/PLIST
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-06-05 15:15:01 +0000
committertaca <taca@pkgsrc.org>2017-06-05 15:15:01 +0000
commit441d787c33711752cd14846078d66d07e5645ca1 (patch)
tree15ead568ed0d9947a9593c569158d8c8041ca49f /security/ruby-oauth/PLIST
parentd7f0dcd4ce10475cae18eba9a31e64f4b4f38ea6 (diff)
downloadpkgsrc-441d787c33711752cd14846078d66d07e5645ca1.tar.gz
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)
Diffstat (limited to 'security/ruby-oauth/PLIST')
-rw-r--r--security/ruby-oauth/PLIST36
1 files changed, 7 insertions, 29 deletions
diff --git a/security/ruby-oauth/PLIST b/security/ruby-oauth/PLIST
index 2a475a0a905..cb7a8265aa6 100644
--- a/security/ruby-oauth/PLIST
+++ b/security/ruby-oauth/PLIST
@@ -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_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