google-scholar.gemspec in google-scholar-0.0.1 vs google-scholar.gemspec in google-scholar-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Google::Scholar::VERSION spec.authors = ["Trey Terrell"] spec.email = ["trey.terrell@oregonstate.edu"] spec.description = %q{Google Scholar interface. Currently only works for Author searches.} spec.summary = %q{Google Scholar interface. Currently only works for Author searches.} - spec.homepage = "" + spec.homepage = "https://github.com/terrellt/ruby-google-scholar" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})