tumblr_client.gemspec in tumblr_client-0.7.0 vs tumblr_client.gemspec in tumblr_client-0.7.1

- old
+ new

@@ -8,12 +8,12 @@ gem.add_dependency 'oauth' gem.add_development_dependency 'rake' gem.add_development_dependency 'rspec' gem.add_development_dependency 'webmock' gem.add_development_dependency 'simplecov' - gem.authors = ["John Bunting"] + gem.authors = ['John Bunting', 'John Crepezzi'] gem.description = %q{A Ruby wrapper for the Tumblr v2 API} - gem.email = ['codingjester@gmail.com'] + gem.email = ['codingjester@gmail.com', 'john@crepezzi.com'] gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)} gem.files = `git ls-files`.split("\n") gem.homepage = "http://github.com/codingjester/tumblr_client" gem.name = "tumblr_client" gem.require_paths = ["lib"]