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 CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
@@ -1,4 +1,10 @@
1
1
  # Changelog
2
+ ## 0.2.5 May 24, 2010
3
+ * Require fix from [@will](http://github.com/will)
4
+
5
+ ## 0.2.4 May 20, 2010
6
+
7
+ * Substantial new API coverage from [@miksago](http://twitter.com/miksago)
2
8
 
3
9
  ## 0.2.0 January 26, 2010
4
10
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{chargify}
8
- s.version = "0.2.4"
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-11}
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 = [
@@ -1,6 +1,6 @@
1
1
  require 'hashie'
2
2
  require 'httparty'
3
- require 'json/pure'
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.4".freeze
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
- - 4
9
- version: 0.2.4
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-11 00:00:00 -05:00
18
+ date: 2010-05-24 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency