chargify_api_ares 1.2.1 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/Gemfile.lock +1 -1
- data/chargify_api_ares.gemspec +2 -2
- data/lib/chargify_api_ares.rb +1 -0
- data/lib/chargify_api_ares/resources/allocation.rb +9 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48e64563d9deb05bde8aa0d73e6b26ca0d3a85da
|
4
|
+
data.tar.gz: c25bfbc8d20991140071e2a5f99be2c399f095e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76ea7196b907b827ff34e7d40b874f256a2848ea5c7f9ae72a4e1bd7d75eb5da955b8d83082656c53cae8fe1e91563467f683e6b58b35207b18a09a699c0b6e7
|
7
|
+
data.tar.gz: b930750ef0e56496b650c84bcaf8c597f4dff0f7b522d42e1a00bb2c172eb89ea3fef09ae938f38376bd3771c060ee1fbd2f4c35dad6854618e8332f3322b127
|
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
data/chargify_api_ares.gemspec
CHANGED
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
|
|
4
4
|
s.rubygems_version = '1.3.7'
|
5
5
|
|
6
6
|
s.name = 'chargify_api_ares'
|
7
|
-
s.version = '1.
|
8
|
-
s.date = '2014-
|
7
|
+
s.version = '1.3.0'
|
8
|
+
s.date = '2014-10-19'
|
9
9
|
s.summary = 'A Chargify API wrapper for Ruby using ActiveResource'
|
10
10
|
s.description = ''
|
11
11
|
s.authors = ["Michael Klett", "Nathan Verni", "Jeremy W. Rowe", "Eric Farkas"]
|
data/lib/chargify_api_ares.rb
CHANGED
@@ -25,6 +25,7 @@ require 'chargify_api_ares/resources/webhook'
|
|
25
25
|
require 'chargify_api_ares/resources/invoice'
|
26
26
|
require 'chargify_api_ares/resources/customer_metafield'
|
27
27
|
require 'chargify_api_ares/resources/subscription_metafield'
|
28
|
+
require 'chargify_api_ares/resources/allocation'
|
28
29
|
|
29
30
|
require 'active_resource/version'
|
30
31
|
if defined?(::ActiveResource::VERSION::MAJOR) &&
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chargify_api_ares
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Klett
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-
|
14
|
+
date: 2014-10-19 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: activeresource
|
@@ -215,6 +215,7 @@ files:
|
|
215
215
|
- lib/chargify_api_ares/behaviors/metadata.rb
|
216
216
|
- lib/chargify_api_ares/behaviors/metafield.rb
|
217
217
|
- lib/chargify_api_ares/config.rb
|
218
|
+
- lib/chargify_api_ares/resources/allocation.rb
|
218
219
|
- lib/chargify_api_ares/resources/base.rb
|
219
220
|
- lib/chargify_api_ares/resources/charge.rb
|
220
221
|
- lib/chargify_api_ares/resources/component.rb
|
@@ -283,7 +284,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
283
284
|
version: '0'
|
284
285
|
requirements: []
|
285
286
|
rubyforge_project:
|
286
|
-
rubygems_version: 2.
|
287
|
+
rubygems_version: 2.2.2
|
287
288
|
signing_key:
|
288
289
|
specification_version: 3
|
289
290
|
summary: A Chargify API wrapper for Ruby using ActiveResource
|