Sha256: 59b4ad909d8a11d6a46d0f695b61313d2002cf1c09ee495c96615356074dca0c

Contents?: true

Size: 912 Bytes

Versions: 5

Compression:

Stored size: 912 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.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  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

5 entries across 5 versions & 1 rubygems

Version Path
image_optim_bin-0.0.5 image_optim_bin.gemspec
image_optim_bin-0.0.4 image_optim_bin.gemspec
image_optim_bin-0.0.3 image_optim_bin.gemspec
image_optim_bin-0.0.2 image_optim_bin.gemspec
image_optim_bin-0.0.1 image_optim_bin.gemspec