--- !ruby/object:Gem::Specification name: imgkit version: !ruby/object:Gem::Version version: 1.6.3 platform: ruby authors: - csquared autorequire: bindir: bin cert_chain: [] date: 2023-05-25 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" - ".travis.yml" - 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/fixtures/example.js - spec/imgkit_spec.rb - spec/source_spec.rb - spec/spec_helper.rb - spec/warning_binary homepage: https://github.com/csquared/IMGKit licenses: [] metadata: {} 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 requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: HTML+CSS -> JPG test_files: - spec/configuration_spec.rb - spec/error_binary - spec/fixtures/example.css - spec/fixtures/example.html - spec/fixtures/example.js - spec/imgkit_spec.rb - spec/source_spec.rb - spec/spec_helper.rb - spec/warning_binary