freeagent_api.gemspec in freeagent_api-0.3.0 vs freeagent_api.gemspec in freeagent_api-0.3.1
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{freeagent_api}
- s.version = "0.3.0"
+ s.version = "0.3.1"
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).}
@@ -79,18 +79,18 @@
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= 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>, [">= 0"])
+ s.add_runtime_dependency(%q<activeresource>, ["< 3.0.0.beta1"])
else
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<fakeweb>, [">= 0"])
- s.add_dependency(%q<activeresource>, [">= 0"])
+ s.add_dependency(%q<activeresource>, ["< 3.0.0.beta1"])
end
else
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
s.add_dependency(%q<fakeweb>, [">= 0"])
- s.add_dependency(%q<activeresource>, [">= 0"])
+ s.add_dependency(%q<activeresource>, ["< 3.0.0.beta1"])
end
end