Recharge 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: Recharge
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 0
8
+ - 0
9
+ version: 1.0.0
10
+ platform: ruby
11
+ authors:
12
+ - Recharge
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2012-02-15 00:00:00 -08:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description: An API client library for Recharge http://rechargebilling.com
22
+ email: help@rechargebilling.com
23
+ executables: []
24
+
25
+ extensions: []
26
+
27
+ extra_rdoc_files: []
28
+
29
+ files:
30
+ - lib/happymapper/attribute.rb
31
+ - lib/happymapper/element.rb
32
+ - lib/happymapper/item.rb
33
+ - lib/happymapper/version.rb
34
+ - lib/happymapper.rb
35
+ - lib/recharge/base.rb
36
+ - lib/recharge/charge.rb
37
+ - lib/recharge/client.rb
38
+ - lib/recharge/customer.rb
39
+ - lib/recharge/paymethod.rb
40
+ - lib/recharge/product.rb
41
+ - lib/recharge/response.rb
42
+ - lib/recharge/transaction.rb
43
+ - lib/recharge.rb
44
+ - lib/test.rb
45
+ has_rdoc: true
46
+ homepage: http://rechargebilling.com/api
47
+ licenses: []
48
+
49
+ post_install_message:
50
+ rdoc_options: []
51
+
52
+ require_paths:
53
+ - lib
54
+ required_ruby_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ segments:
59
+ - 0
60
+ version: "0"
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ segments:
66
+ - 0
67
+ version: "0"
68
+ requirements: []
69
+
70
+ rubyforge_project:
71
+ rubygems_version: 1.3.6
72
+ signing_key:
73
+ specification_version: 3
74
+ summary: Recharge API Client
75
+ test_files: []
76
+