nytimes-articles.gemspec in nytimes-articles-0.4.0 vs nytimes-articles.gemspec in nytimes-articles-0.4.1

- old
+ new

@@ -1,14 +1,17 @@ +# Generated by jeweler +# DO NOT EDIT THIS FILE DIRECTLY +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{nytimes-articles} - s.version = "0.4.0" + s.version = "0.4.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jacob Harris"] - s.date = %q{2009-07-23} + s.date = %q{2009-12-13} s.description = %q{A gem for accessing the New York Times Article Search API} s.email = %q{jharris@nytimes.com} s.extra_rdoc_files = [ "LICENSE", "README" @@ -62,12 +65,16 @@ 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<htmlentities>, [">= 0"]) + s.add_development_dependency(%q<fakeweb>, [">= 0"]) else s.add_dependency(%q<htmlentities>, [">= 0"]) + s.add_dependency(%q<fakeweb>, [">= 0"]) end else s.add_dependency(%q<htmlentities>, [">= 0"]) + s.add_dependency(%q<fakeweb>, [">= 0"]) end end +