ace-client 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/ace-client/query2.rb +1 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.16
1
+ 0.0.17
@@ -104,7 +104,7 @@ module AceClient
104
104
 
105
105
  def string_to_sign
106
106
  host = @host_with_port ? @endpoint : @endpoint.gsub(/\:\d+$/, '')
107
- [@http_method.to_s.upcase, @endpoint, @path, canonical_query_string].join("\n")
107
+ [@http_method.to_s.upcase, host, @path, canonical_query_string].join("\n")
108
108
  end
109
109
 
110
110
  def canonical_query_string
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -161,7 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  segments:
163
163
  - 0
164
- hash: 2697402469122249656
164
+ hash: -293639598898322907
165
165
  required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  none: false
167
167
  requirements: