Sha256: 20f29678635accd474d4e12968a2b502f6b7c364501b2ad5aabebae66c7849bd
Contents?: true
Size: 782 Bytes
Versions: 21
Compression:
Stored size: 782 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "imgkit/version" Gem::Specification.new do |s| s.name = "imgkit" s.version = IMGKit::VERSION s.platform = Gem::Platform::RUBY s.authors = ["csquared"] s.email = %q{christopher.continanza@gmail.com} s.homepage = "http://rubygems.org/gems/imgkit" 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.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"] end
Version data entries
21 entries across 21 versions & 1 rubygems