imgkit.gemspec in imgkit-1.0.2 vs imgkit.gemspec in imgkit-1.1.0

- old
+ new

@@ -12,9 +12,10 @@ s.summary = %q{HTML+CSS -> JPG} s.description = %q{Uses wkhtmltoimage to create Images using HTML} s.post_install_message = File.read('POST_INSTALL') s.rubyforge_project = "imgkit" + s.add_dependency "open4" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]