active_zuora 1.4.1 → 1.4.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.
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/active_zuora.gemspec +4 -4
- metadata +6 -5
data/Rakefile
CHANGED
|
@@ -7,9 +7,9 @@ begin
|
|
|
7
7
|
gem.name = "active_zuora"
|
|
8
8
|
gem.summary = "Active Zuora"
|
|
9
9
|
gem.description = "A client for Zuora API"
|
|
10
|
-
gem.email = "
|
|
11
|
-
gem.homepage = "http://github.com/
|
|
12
|
-
gem.authors = ["
|
|
10
|
+
gem.email = "andy.fleener@tstmedia.com"
|
|
11
|
+
gem.homepage = "http://github.com/tstmedia/active_zuora"
|
|
12
|
+
gem.authors = ["Andy Fleener", "Ed Lebert"]
|
|
13
13
|
gem.files = FileList["CHANGES", "active_zuora.gemspec", "Rakefile", "README", "VERSION", "custom_fields.yml",
|
|
14
14
|
"lib/**/*"]
|
|
15
15
|
gem.add_dependency "soap4r", ">= 1.5.8"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.4.
|
|
1
|
+
1.4.2
|
data/active_zuora.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "active_zuora"
|
|
8
|
-
s.version = "1.4.
|
|
8
|
+
s.version = "1.4.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["
|
|
11
|
+
s.authors = ["Andy Fleener", "Ed Lebert"]
|
|
12
12
|
s.date = "2013-02-18"
|
|
13
13
|
s.description = "A client for Zuora API"
|
|
14
|
-
s.email = "
|
|
14
|
+
s.email = "andy.fleener@tstmedia.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
17
17
|
"README.rdoc"
|
|
@@ -58,7 +58,7 @@ Gem::Specification.new do |s|
|
|
|
58
58
|
"lib/zuora_client.rb",
|
|
59
59
|
"lib/zuora_interface.rb"
|
|
60
60
|
]
|
|
61
|
-
s.homepage = "http://github.com/
|
|
61
|
+
s.homepage = "http://github.com/tstmedia/active_zuora"
|
|
62
62
|
s.require_paths = ["lib"]
|
|
63
63
|
s.requirements = ["none"]
|
|
64
64
|
s.rubygems_version = "1.8.24"
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_zuora
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Andy Fleener
|
|
9
|
+
- Ed Lebert
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -108,7 +109,7 @@ dependencies:
|
|
|
108
109
|
- !ruby/object:Gem::Version
|
|
109
110
|
version: 1.4.6
|
|
110
111
|
description: A client for Zuora API
|
|
111
|
-
email:
|
|
112
|
+
email: andy.fleener@tstmedia.com
|
|
112
113
|
executables: []
|
|
113
114
|
extensions: []
|
|
114
115
|
extra_rdoc_files:
|
|
@@ -157,7 +158,7 @@ files:
|
|
|
157
158
|
- lib/zuora_interface.rb
|
|
158
159
|
- LICENSE
|
|
159
160
|
- README.rdoc
|
|
160
|
-
homepage: http://github.com/
|
|
161
|
+
homepage: http://github.com/tstmedia/active_zuora
|
|
161
162
|
licenses: []
|
|
162
163
|
post_install_message:
|
|
163
164
|
rdoc_options: []
|
|
@@ -171,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
171
172
|
version: '0'
|
|
172
173
|
segments:
|
|
173
174
|
- 0
|
|
174
|
-
hash:
|
|
175
|
+
hash: 3251332774234130720
|
|
175
176
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
177
|
none: false
|
|
177
178
|
requirements:
|