Sha256: 153e0ef9b3eb66f61d992c3dd0c84e9f2c1c86a2bb3c9f2c0763f7b0fa8ee4b1

Contents?: true

Size: 837 Bytes

Versions: 2

Compression:

Stored size: 837 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'image_optim_bin/version'

Gem::Specification.new do |spec|
  spec.name          = "image_optim_bin"
  spec.version       = ImageOptimBin::VERSION
  spec.authors       = ["Mooktakim Ahmed"]
  spec.email         = ["Mooktakim@fluxter.co.uk"]
  spec.description   = %q{Statically compiled bins to make image_optim work on Linux x86_64 or Heroku}
  spec.summary       = %q{Statically compiled bins for image_optim}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
image_optim_bin-0.0.7 image_optim_bin.gemspec
image_optim_bin-0.0.6 image_optim_bin.gemspec