--- !ruby/object:Gem::Specification name: imgkit version: !ruby/object:Gem::Version hash: 17 prerelease: segments: - 1 - 3 - 5 version: 1.3.5 platform: ruby authors: - csquared autorequire: bindir: bin cert_chain: [] date: 2012-02-09 00:00:00 -08:00 default_executable: dependencies: [] description: Uses wkhtmltoimage to create Images using HTML email: christopher.continanza@gmail.com executables: - imgkit extensions: [] extra_rdoc_files: [] files: - .document - .gitignore - .rspec - .rvmrc - Gemfile - Gemfile.lock - LICENSE - POST_INSTALL - README.md - Rakefile - bin/imgkit - imgkit.gemspec - lib/imgkit.rb - lib/imgkit/configuration.rb - lib/imgkit/imgkit.rb - lib/imgkit/source.rb - lib/imgkit/version.rb - spec/error_binary - spec/fixtures/example.css - spec/fixtures/example.html - spec/imgkit_spec.rb - spec/source_spec.rb - spec/spec_helper.rb - spec/warning_binary has_rdoc: true homepage: http://rubygems.org/gems/imgkit licenses: [] post_install_message: | ****************************************************************** Now install wkhtmltoimage binaries: Global: sudo `which imgkit` --install-wkhtmltoimage rvmsudo imgkit --install-wkhtmltoimage (installs to default /usr/local/bin/wkhtmltoimage) inside RVM folder: export TO=`which imgkit | sed 's:/imgkit:/wkhtmltoimage:'` && imgkit --install-wkhtmltoimage (you'll have to configure the location of the binary if you do this!) (run imgkit --help to see more options) ****************************************************************** rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: imgkit rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: HTML+CSS -> JPG test_files: - spec/error_binary - spec/fixtures/example.css - spec/fixtures/example.html - spec/imgkit_spec.rb - spec/source_spec.rb - spec/spec_helper.rb - spec/warning_binary