instapaper_full.gemspec in instapaper_full-0.1.1 vs instapaper_full.gemspec in instapaper_full-0.2.0

- old
+ new

@@ -4,12 +4,12 @@ Gem::Specification.new do |s| s.name = "instapaper_full" s.version = InstapaperFull::VERSION s.platform = Gem::Platform::RUBY - s.authors = ["Matt Biddulph"] - s.email = ["mb@hackdiary.com"] + s.authors = ["Matt Biddulph", "Tom Taylor"] + s.email = ["mb@hackdiary.com", "tom@tomtaylor.co.uk"] s.homepage = "https://github.com/mattb/instapaper_full" s.summary = %q{Wrapper for the Instapaper Full Developer API} s.description = %q{See http://www.instapaper.com/api/full} s.rubyforge_project = "instapaper_full" @@ -24,6 +24,8 @@ s.add_dependency("simple_oauth", "~> 0.1") s.add_dependency("multi_json", "~> 1.0.4") s.add_dependency("yajl-ruby", "~> 1.1.0") s.add_development_dependency("rake") + s.add_development_dependency("test-unit", "~> 2.4.2") + s.add_development_dependency("webmock", "~> 1.7.8") end