tumblr_client.gemspec in tumblr_client-0.7.4 vs tumblr_client.gemspec in tumblr_client-0.7.5

- old
+ new

@@ -13,10 +13,11 @@ gem.authors = ['John Bunting', 'John Crepezzi'] gem.description = %q{A Ruby wrapper for the Tumblr v2 API} 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.homepage = "http://github.com/tumblr/tumblr_client" + gem.license = "Apache" gem.name = "tumblr_client" gem.require_paths = ["lib"] gem.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') gem.summary = %q{Tumblr API wrapper} gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")