Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drcapulet committed Jun 2, 2010
1 parent ea790ce commit c25cf0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions freeagent_api.gemspec
Expand Up @@ -5,12 +5,12 @@

Gem::Specification.new do |s|
s.name = %q{freeagent_api}
s.version = "0.3.1"
s.version = "0.3.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Russell"]
s.date = %q{2010-05-25}
s.description = %q{This is an ActiveResource Ruby wrapper for the Freeagent API. Currently supports the following API resources: Company, Contacts, Projects, Tasks, Invoices, Invoice Items, Timeslips (more will follow).}
s.date = %q{2010-06-01}
s.description = %q{This is an ActiveResource Ruby wrapper for the Freeagent API. Currently supports the following API resources: Company, Contacts, Projects, Tasks, Invoices, Invoice Items, Timeslips, Users (more will follow).}
s.email = %q{aaron@gc4.co.uk}
s.extra_rdoc_files = [
"LICENSE",
Expand Down Expand Up @@ -59,7 +59,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/aaronrussell/freeagent_api}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{ActiveResource Ruby wrapper for the Freeagent Central API.}
s.test_files = [
"test/authentication_test.rb",
Expand All @@ -78,7 +78,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_development_dependency(%q<fakeweb>, [">= 0"])
s.add_runtime_dependency(%q<activeresource>, ["< 3.0.0.beta1"])
Expand Down

0 comments on commit c25cf0d

Please sign in to comment.