snapa.gemspec in snapa-0.0.7 vs snapa.gemspec in snapa-0.0.8
- old
+ new
@@ -11,10 +11,10 @@
spec.description = %q{Uses phantomjs to render and take a png snapshot of part of a page}
spec.summary = %q{Use this gem to render your page with phantomjs and take a png snapshot
of the rendered body / css selector, usefull for generating an IE friendly
version of an svg or html5 canvas. A map example is provided by passing :map
to the initializer.}
- spec.homepage = ""
+ spec.homepage = "https://github.com/crossroads/snapa"
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)/})