Sha256: 94a0e6f949c792d23bcb028f6c479c3fd23ac39422f63cd239f2dd46a629b5b1
Contents?: true
Size: 834 Bytes
Versions: 10
Compression:
Stored size: 834 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
10 entries across 10 versions & 1 rubygems