active_zuora 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source :rubygems
1
+ source "https://rubygems.org"
2
2
 
3
3
  gemspec
4
4
 
data/Gemfile.lock CHANGED
@@ -1,33 +1,36 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_zuora (2.0.0)
4
+ active_zuora (2.0.2)
5
5
  activemodel (>= 3.0.0, < 4.0.0)
6
6
  activesupport (>= 3.0.0, < 4.0.0)
7
7
  savon (~> 0.9.9)
8
8
 
9
9
  GEM
10
- remote: http://rubygems.org/
10
+ remote: https://rubygems.org/
11
11
  specs:
12
- activemodel (3.2.3)
13
- activesupport (= 3.2.3)
12
+ activemodel (3.2.13)
13
+ activesupport (= 3.2.13)
14
14
  builder (~> 3.0.0)
15
- activesupport (3.2.3)
16
- i18n (~> 0.6)
15
+ activesupport (3.2.13)
16
+ i18n (= 0.6.1)
17
17
  multi_json (~> 1.0)
18
- akami (1.0.0)
18
+ akami (1.2.0)
19
19
  gyoku (>= 0.4.0)
20
- builder (3.0.0)
20
+ nokogiri (>= 1.4.0)
21
+ builder (3.0.4)
21
22
  diff-lcs (1.1.3)
22
- gyoku (0.4.5)
23
+ gyoku (1.0.0)
23
24
  builder (>= 2.1.2)
24
- httpi (0.9.7)
25
+ httpi (1.1.1)
25
26
  rack
26
- i18n (0.6.0)
27
- multi_json (1.5.0)
28
- nokogiri (1.5.2)
29
- nori (1.1.0)
30
- rack (1.4.1)
27
+ i18n (0.6.1)
28
+ mini_portile (0.5.0)
29
+ multi_json (1.7.6)
30
+ nokogiri (1.6.0)
31
+ mini_portile (~> 0.5.0)
32
+ nori (1.1.5)
33
+ rack (1.5.2)
31
34
  rake (0.8.7)
32
35
  rspec (2.8.0)
33
36
  rspec-core (~> 2.8.0)
@@ -37,15 +40,16 @@ GEM
37
40
  rspec-expectations (2.8.0)
38
41
  diff-lcs (~> 1.1.2)
39
42
  rspec-mocks (2.8.0)
40
- savon (0.9.9)
41
- akami (~> 1.0)
43
+ savon (0.9.14)
44
+ akami (~> 1.1)
42
45
  builder (>= 2.1.2)
43
46
  gyoku (>= 0.4.0)
44
- httpi (~> 0.9)
47
+ httpi (~> 1.0)
45
48
  nokogiri (>= 1.4.0)
46
49
  nori (~> 1.1)
47
- wasabi (~> 2.1)
48
- wasabi (2.1.1)
50
+ wasabi (~> 2.2)
51
+ wasabi (2.5.1)
52
+ httpi (~> 1.0)
49
53
  nokogiri (>= 1.4.0)
50
54
 
51
55
  PLATFORMS
@@ -1,3 +1,3 @@
1
1
  module ActiveZuora
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_zuora
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-03-19 00:00:00.000000000 Z
13
+ date: 2013-06-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: savon
@@ -163,15 +163,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
163
  - - ! '>='
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
+ segments:
167
+ - 0
168
+ hash: -1094981425830523332
166
169
  required_rubygems_version: !ruby/object:Gem::Requirement
167
170
  none: false
168
171
  requirements:
169
172
  - - ! '>='
170
173
  - !ruby/object:Gem::Version
171
174
  version: '0'
175
+ segments:
176
+ - 0
177
+ hash: -1094981425830523332
172
178
  requirements: []
173
179
  rubyforge_project:
174
- rubygems_version: 1.8.24
180
+ rubygems_version: 1.8.25
175
181
  signing_key:
176
182
  specification_version: 3
177
183
  summary: ActiveZuora - Zuora API that looks and feels like ActiveRecord.