active_zuora 2.0.0 → 2.0.1
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/.gitignore +3 -0
- data/README.md +6 -1
- data/active_zuora.gemspec +2 -2
- data/lib/active_zuora/version.rb +1 -1
- metadata +5 -10
data/.gitignore
ADDED
data/README.md
CHANGED
@@ -1,9 +1,14 @@
|
|
1
1
|
# active_zuora - Auto-Generated ActiveModel Interface for Zuora
|
2
2
|
|
3
|
-
[](http://travis-ci.org/tstmedia/active_zuora "Travis-CI ActiveZuora") [](http://travis-ci.org/tstmedia/active_zuora "Travis-CI ActiveZuora") [](https://codeclimate.com/github/tstmedia/active_zuora)
|
4
4
|
|
5
5
|
Use Zuora's API like ActiveRecord. Auto-generate all the classes from the wsdl file, or easily declare your own.
|
6
6
|
|
7
|
+
## Active Zuora Version 1
|
8
|
+
This repostiory contains >= Version 2 of Active Zuora
|
9
|
+
|
10
|
+
Version 1 can be found at http://github.com/tstmedia/active_zuora_v1
|
11
|
+
|
7
12
|
## Configuration
|
8
13
|
|
9
14
|
ActiveZuora.configure(
|
data/active_zuora.gemspec
CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
require "active_zuora/version"
|
4
4
|
authors = {
|
5
5
|
"Ed Lebert" => "edlebert@gmail.com",
|
6
|
-
"Andy Fleener" => "andy.fleener@
|
6
|
+
"Andy Fleener" => "andy.fleener@sportngin.com",
|
7
7
|
}
|
8
8
|
Gem::Specification.new do |s|
|
9
9
|
s.name = "active_zuora"
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.platform = Gem::Platform::RUBY
|
12
12
|
s.authors = authors.keys
|
13
13
|
s.email = authors.values
|
14
|
-
s.homepage = "https://github.com/
|
14
|
+
s.homepage = "https://github.com/sportngin/active_zuora"
|
15
15
|
s.summary = %q{ActiveZuora - Zuora API that looks and feels like ActiveRecord.}
|
16
16
|
s.description = %q{ActiveZuora - Zuora API based on ActiveModel and auto-generated from your zuora.wsdl.}
|
17
17
|
s.files = `git ls-files`.split("\n")
|
data/lib/active_zuora/version.rb
CHANGED
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.
|
4
|
+
version: 2.0.1
|
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-
|
13
|
+
date: 2013-03-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: savon
|
@@ -108,12 +108,13 @@ description: ActiveZuora - Zuora API based on ActiveModel and auto-generated fro
|
|
108
108
|
your zuora.wsdl.
|
109
109
|
email:
|
110
110
|
- edlebert@gmail.com
|
111
|
-
- andy.fleener@
|
111
|
+
- andy.fleener@sportngin.com
|
112
112
|
executables: []
|
113
113
|
extensions: []
|
114
114
|
extra_rdoc_files:
|
115
115
|
- README.md
|
116
116
|
files:
|
117
|
+
- .gitignore
|
117
118
|
- Gemfile
|
118
119
|
- Gemfile.lock
|
119
120
|
- README.md
|
@@ -150,7 +151,7 @@ files:
|
|
150
151
|
- spec/subscribe_integration_spec.rb
|
151
152
|
- spec/zobject_integration_spec.rb
|
152
153
|
- wsdl/zuora.wsdl
|
153
|
-
homepage: https://github.com/
|
154
|
+
homepage: https://github.com/sportngin/active_zuora
|
154
155
|
licenses: []
|
155
156
|
post_install_message:
|
156
157
|
rdoc_options: []
|
@@ -162,18 +163,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
162
163
|
- - ! '>='
|
163
164
|
- !ruby/object:Gem::Version
|
164
165
|
version: '0'
|
165
|
-
segments:
|
166
|
-
- 0
|
167
|
-
hash: 1918986324253221205
|
168
166
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
169
167
|
none: false
|
170
168
|
requirements:
|
171
169
|
- - ! '>='
|
172
170
|
- !ruby/object:Gem::Version
|
173
171
|
version: '0'
|
174
|
-
segments:
|
175
|
-
- 0
|
176
|
-
hash: 1918986324253221205
|
177
172
|
requirements: []
|
178
173
|
rubyforge_project:
|
179
174
|
rubygems_version: 1.8.24
|