aws-sdk 1.6.7 → 1.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,7 +69,7 @@ require 'aws/core/autoloader'
69
69
  module AWS
70
70
 
71
71
  # Current version of the AWS SDK for Ruby
72
- VERSION = "1.6.7"
72
+ VERSION = "1.6.8"
73
73
 
74
74
  register_autoloads(self) do
75
75
  autoload :Errors, 'errors'
@@ -11,7 +11,6 @@
11
11
  # ANY KIND, either express or implied. See the License for the specific
12
12
  # language governing permissions and limitations under the License.
13
13
 
14
- require 'base64'
15
14
  require 'bigdecimal'
16
15
  require 'json'
17
16
 
@@ -112,11 +111,11 @@ module AWS
112
111
  end
113
112
 
114
113
  def encode_value(value)
115
- Base64.strict_encode64(value.to_s)
114
+ [value.to_s].pack("m0").gsub("\n", '')
116
115
  end
117
116
 
118
117
  def hash_format(value)
119
- Base64.strict_encode64(value.to_s)
118
+ [value.to_s].pack("m0").gsub("\n", '')
120
119
  end
121
120
 
122
121
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.7
4
+ version: 1.6.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-01 00:00:00.000000000 Z
12
+ date: 2012-10-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: uuidtools
@@ -540,7 +540,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
540
540
  version: '0'
541
541
  segments:
542
542
  - 0
543
- hash: -16682750197108041
543
+ hash: 408577406262412248
544
544
  required_rubygems_version: !ruby/object:Gem::Requirement
545
545
  none: false
546
546
  requirements: