barthes 0.0.32 → 0.0.33

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.
@@ -33,11 +33,11 @@ class Barthes::Client::Ace < Barthes::Client::HTTParty
33
33
  def initialize(env)
34
34
  # TODO: validate existence of required options
35
35
  @options = env.slice(*OPTION_KEYS).symbolize_keys
36
+ @options[:http_method] = @options[:http_method].downcase.to_sym if @options[:http_method]
36
37
  if env['client'] && env['client']['user']
37
38
  @user = env['client']['user']
38
39
  @options[:access_key_id] = env["#{@user}.access_key_id"]
39
40
  @options[:secret_access_key] = env["#{@user}.secret_access_key"]
40
- @options.update(env['client'].slice(*OPTION_KEYS).symbolize_keys)
41
41
  end
42
42
  end
43
43
 
@@ -1,3 +1,3 @@
1
1
  module Barthes
2
- VERSION = "0.0.32"
2
+ VERSION = "0.0.33"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barthes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.32
4
+ version: 0.0.33
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -238,7 +238,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
238
238
  version: '0'
239
239
  segments:
240
240
  - 0
241
- hash: 919998751350032028
241
+ hash: 2802895571999473863
242
242
  required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  none: false
244
244
  requirements:
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
247
  version: '0'
248
248
  segments:
249
249
  - 0
250
- hash: 919998751350032028
250
+ hash: 2802895571999473863
251
251
  requirements: []
252
252
  rubyforge_project:
253
253
  rubygems_version: 1.8.24