google_cells.gemspec in google-cells-0.3.0 vs google_cells.gemspec in google-cells-0.4.0

- old
+ new

@@ -8,10 +8,10 @@ spec.version = GoogleCells::VERSION spec.authors = ["Jessica Megan Thrower"] spec.email = ["jmthrower@gmail.com"] spec.summary = %q{Google Spreadsheets API wrapper} spec.description = %q{An intuitive Google Spreadsheets API wrapper} - spec.homepage = "" + spec.homepage = "https://github.com/jmthrower/google-cells" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})