harvestthingstest.gemspec in harvestthingstest-1.0.0.2 vs harvestthingstest.gemspec in harvestthingstest-1.0.0.3
- 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{harvestthingstest}
- s.version = "1.0.0.2"
+ s.version = "1.0.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Barry Hess"]
s.date = %q{2009-12-11}
s.description = %q{harvestthings will sync your clients, projects, and tasks between Things and Harvest, where areas in Things correspond to clients in Harvest}
@@ -43,16 +43,13 @@
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<hpricot>, [">= 0.8.1"])
- s.add_runtime_dependency(%q<jcode>, [">= 0"])
else
s.add_dependency(%q<hpricot>, [">= 0.8.1"])
- s.add_dependency(%q<jcode>, [">= 0"])
end
else
s.add_dependency(%q<hpricot>, [">= 0.8.1"])
- s.add_dependency(%q<jcode>, [">= 0"])
end
end