--- !ruby/object:Gem::Specification name: imgkit version: !ruby/object:Gem::Version version: 1.4.0 prerelease: platform: ruby authors: - csquared autorequire: bindir: bin cert_chain: [] date: 2014-02-14 00:00:00.000000000 Z 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/configuration_spec.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 homepage: http://rubygems.org/gems/imgkit licenses: [] post_install_message: ! "******************************************************************\n\nNow install wkhtmltoimage binaries:\nGlobal: sudo `which imgkit` --install-wkhtmltoimage\n \ rvmsudo imgkit --install-wkhtmltoimage\n(installs to default /usr/local/bin/wkhtmltoimage)\n\ninside RVM folder: export TO=`which imgkit | sed 's:/imgkit:/wkhtmltoimage:'` && imgkit --install-wkhtmltoimage\n(you'll have to configure the location of the binary if you do this!)\n\n(run imgkit --help to see more options)\n******************************************************************\n" rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -2785353123807079228 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -2785353123807079228 requirements: [] rubyforge_project: imgkit rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: HTML+CSS -> JPG test_files: - spec/configuration_spec.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