smokey_bear 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,7 @@ module SmokeyBear
58
58
  end
59
59
  @response = ResponseDelegate.new response
60
60
  rescue RestClient::Exception => e
61
- @response = e.response
61
+ @response = ResponseDelegate.new e.response
62
62
  end
63
63
 
64
64
  end
@@ -1,3 +1,3 @@
1
1
  module SmokeyBear
2
- VERSION = "1.0.0"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smokey_bear
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
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-05-11 00:00:00.000000000 Z
12
+ date: 2012-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client