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