Sha256: 046a90cacbfafdf8d0b4cdbfdab1c672416fee5ccbe575b7af16063ae7567342

Contents?: true

Size: 835 Bytes

Versions: 1

Compression:

Stored size: 835 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path("../lib/dimension/version", __FILE__)

Gem::Specification.new do |s|
  s.name        = "dimension"
  s.version     = Dimension::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Tomás Pollak']
  s.email       = ['tomas@forkhq.com']
  s.homepage    = "https://github.com/tomas/dimension"
  s.summary     = "Native, in-process image resizing in Ruby."
  s.description = "Yes, there are other graphic libraries besides ImageMagick."

  s.required_rubygems_version = ">= 1.3.6"
  s.rubyforge_project         = "dimension"

  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
  s.require_path = 'lib'
  # s.bindir       = 'bin'

  s.add_runtime_dependency 'rack-throttle', '~> 0.3'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dimension-0.0.5 dimension.gemspec