iron_core 0.5.1 → 0.5.2

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.
@@ -67,7 +67,7 @@ module IronCore
67
67
 
68
68
  @content_type = 'application/json'
69
69
 
70
- default_http_gem = RUBY_VERSION.split('.')[1].to_i == 8 ? :excon : nil
70
+ default_http_gem = RUBY_VERSION.split('.')[1].to_i == 8 ? :rest_client : nil
71
71
  http_gem = @http_gem.nil? ? default_http_gem : @http_gem.to_sym
72
72
 
73
73
  @rest = Rest::Client.new(:gem => http_gem)
@@ -1,5 +1,5 @@
1
1
  module IronCore
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
 
4
4
  def self.version
5
5
  VERSION
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_core
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 1
10
- version: 0.5.1
9
+ - 2
10
+ version: 0.5.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Kirilenko
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2013-01-15 00:00:00 Z
19
+ date: 2013-03-07 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rest