chargify 0.2.4 → 0.2.5
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/VERSION +1 -1
- data/changelog.md +6 -0
- data/chargify.gemspec +2 -2
- data/lib/chargify.rb +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.5
|
data/changelog.md
CHANGED
data/chargify.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{chargify}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Wynn Netherland", "Nash Kabbara"]
|
|
12
|
-
s.date = %q{2010-05-
|
|
12
|
+
s.date = %q{2010-05-24}
|
|
13
13
|
s.description = %q{Ruby wrapper for the chargify.com SAAS and billing API}
|
|
14
14
|
s.email = %q{wynn.netherland@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/chargify.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
require 'hashie'
|
|
2
2
|
require 'httparty'
|
|
3
|
-
require 'json
|
|
3
|
+
require 'json'
|
|
4
4
|
|
|
5
5
|
directory = File.expand_path(File.dirname(__FILE__))
|
|
6
6
|
|
|
@@ -9,5 +9,5 @@ Hash.send :include, Hashie::HashExtensions
|
|
|
9
9
|
require File.join(directory, 'chargify', 'client')
|
|
10
10
|
|
|
11
11
|
module Chargify
|
|
12
|
-
VERSION = "0.2.
|
|
12
|
+
VERSION = "0.2.5".freeze
|
|
13
13
|
end
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 5
|
|
9
|
+
version: 0.2.5
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Wynn Netherland
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-05-
|
|
18
|
+
date: 2010-05-24 00:00:00 -05:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|