pinboard.gemspec in pinboard-0.0.3 vs pinboard.gemspec in pinboard-0.0.4

- old
+ new

@@ -7,13 +7,13 @@ if RUBY_PLATFORM =~ /darwin/ s.add_development_dependency "growl_notify" s.add_development_dependency "rb-fsevent" end - s.add_runtime_dependency 'httparty', '~> 0.7' + s.add_runtime_dependency 'httparty', '= 0.7.8' s.name = 'pinboard' - s.version = '0.0.3' - s.date = '2011-12-14' + s.version = '0.0.4' + s.date = '2012-05-08' s.summary = "Ruby wrapper for the Pinboard API" s.description = "Ruby wrapper for the Pinboard API" s.authors = ["Ryan Waker"] s.email = 'ry@anotherventure.com' s.require_paths = ['lib']