Sha256: d725da48d59221907558afad2dc6de7343fe9858995c1cd15b932dbed0c7263a

Contents?: true

Size: 785 Bytes

Versions: 2

Compression:

Stored size: 785 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    = "https://github.com/csquared/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

2 entries across 2 versions & 1 rubygems

Version Path
imgkit-1.6.3 imgkit.gemspec
imgkit-1.6.2 imgkit.gemspec