[DRE-commits] [ruby-aws-sdk] 03/08: Refresh 'use-correct-path-for-bundled-files' patch
David Suárez
deiv-guest at moszumanska.debian.org
Tue Aug 11 16:16:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
deiv-guest pushed a commit to branch master
in repository ruby-aws-sdk.
commit c395c1d22ce37f421467c77aee2d6e8eb18461ad
Author: David Suárez <david.sephirot at gmail.com>
Date: Sat May 30 13:53:20 2015 +0200
Refresh 'use-correct-path-for-bundled-files' patch
---
debian/patches/use-correct-path-for-bundled-files | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/use-correct-path-for-bundled-files b/debian/patches/use-correct-path-for-bundled-files
index 7e82e64..0f76fc5 100644
--- a/debian/patches/use-correct-path-for-bundled-files
+++ b/debian/patches/use-correct-path-for-bundled-files
@@ -14,14 +14,14 @@ Last-Update: 2014-09-22
autoload :Errors, "#{SRC}/errors"
autoload :Record, "#{SRC}/record"
autoload :VERSION, "#{SRC}/version"
-@@ -676,7 +678,7 @@ module AWS
+@@ -655,7 +657,7 @@ module AWS
@versions ||= begin
# get a list of support services/apis from disk
versions = {}
- pattern = File.join(File.dirname(__FILE__), 'api_config', '*.yml')
+ pattern = File.join(AWS::SHARE, 'api_config', '*.yml')
Dir.glob(pattern).each do |path|
- matches = path.match(/(\w+)-(\d{4}-\d{2}-\d{2})/)
+ path.match(/(\w+)-(\d{4}-\d{2}-\d{2})/)
svc = SERVICES[$1].full_name
--- a/lib/aws/core/client.rb
+++ b/lib/aws/core/client.rb
@@ -38,7 +38,7 @@ Last-Update: 2014-09-22
--- a/lib/aws/core/configuration.rb
+++ b/lib/aws/core/configuration.rb
-@@ -525,7 +525,7 @@ module AWS
+@@ -509,7 +509,7 @@ module AWS
add_option :ssl_verify_peer, true, :boolean => true
add_option :ssl_ca_file,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aws-sdk.git
More information about the Pkg-ruby-extras-commits
mailing list