chargify_api_ares 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{chargify_api_ares}
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Klett", "The Lab Rats @ Phase Two Labs", "Brian Rose", "Nathan Verni"]
12
- s.date = %q{2010-04-16}
12
+ s.date = %q{2010-06-13}
13
13
  s.description = %q{}
14
14
  s.email = %q{mklett@grasshopper.com}
15
15
  s.extra_rdoc_files = [
@@ -17,7 +17,7 @@ end
17
17
 
18
18
  # Version check
19
19
  module Chargify
20
- ARES_VERSIONS = ['2.3.4', '2.3.5']
20
+ ARES_VERSIONS = ['2.3.4', '2.3.5', '2.3.6', '2.3.7', '2.3.8']
21
21
  end
22
22
  require 'active_resource/version'
23
23
  unless Chargify::ARES_VERSIONS.include?(ActiveResource::VERSION::STRING)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Klett
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-04-16 00:00:00 -06:00
20
+ date: 2010-06-13 00:00:00 -04:00
21
21
  default_executable:
22
22
  dependencies: []
23
23