Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywrowe committed Jan 12, 2014
1 parent bbaa0e9 commit af5c141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
chargify_api_ares (1.0.0)
chargify_api_ares (1.0.1)
activeresource (>= 3.0.0)

GEM
Expand Down
6 changes: 3 additions & 3 deletions chargify_api_ares.gemspec
Expand Up @@ -2,16 +2,16 @@ Gem::Specification.new do |s|
s.specification_version = 3 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.rubygems_version = '1.3.7'

s.name = 'chargify_api_ares'
s.version = '1.0.0'
s.version = '1.0.1'.freeze
s.date = '2013-11-19'
s.summary = 'A Chargify API wrapper for Ruby using ActiveResource'
s.description = ''
s.authors = ["Michael Klett", "Nathan Verni", "Graham McIntire", "Jeremy W. Rowe", "Rodrigo Franco", "Shay Frendt", "Eric Farkas"]
s.email = 'support@chargify.com'
s.homepage = 'http://github.com/chargify/chargify_api_ares'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = %w[lib]
Expand Down

0 comments on commit af5c141

Please sign in to comment.