active_zuora 1.3.0

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.
metadata ADDED
@@ -0,0 +1,93 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: active_zuora
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - anfleene
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-01-20 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: soap4r
16
+ requirement: &70106566724560 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 1.5.8
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *70106566724560
25
+ - !ruby/object:Gem::Dependency
26
+ name: json_pure
27
+ requirement: &70106566720320 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: 1.4.6
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: *70106566720320
36
+ description: A client for Zuora API
37
+ email: anfleene@gmail.com
38
+ executables: []
39
+ extensions: []
40
+ extra_rdoc_files:
41
+ - LICENSE
42
+ - README.rdoc
43
+ files:
44
+ - Rakefile
45
+ - VERSION
46
+ - active_zuora.gemspec
47
+ - custom_fields.yml
48
+ - lib/active_zuora.rb
49
+ - lib/zuora/ZUORA.rb
50
+ - lib/zuora/ZUORADriver.rb
51
+ - lib/zuora/ZUORAMappingRegistry.rb
52
+ - lib/zuora/ZuoraServiceClient.rb
53
+ - lib/zuora/account.rb
54
+ - lib/zuora/api.rb
55
+ - lib/zuora/contact.rb
56
+ - lib/zuora/rate_plan.rb
57
+ - lib/zuora/rate_plan_data.rb
58
+ - lib/zuora/subscribe_options.rb
59
+ - lib/zuora/subscribe_request.rb
60
+ - lib/zuora/subscribe_with_existing_account_request.rb
61
+ - lib/zuora/subscription.rb
62
+ - lib/zuora/subscription_data.rb
63
+ - lib/zuora/zobject.rb
64
+ - lib/zuora_client.rb
65
+ - lib/zuora_interface.rb
66
+ - LICENSE
67
+ - README.rdoc
68
+ homepage: http://github.com/anfleene/active_zuora
69
+ licenses: []
70
+ post_install_message:
71
+ rdoc_options: []
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ none: false
76
+ requirements:
77
+ - - ! '>='
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ! '>='
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ requirements:
87
+ - none
88
+ rubyforge_project:
89
+ rubygems_version: 1.8.10
90
+ signing_key:
91
+ specification_version: 3
92
+ summary: Active Zuora
93
+ test_files: []