Sha256: af9ca0c55e08efc59e6a5e94cb395144d5ef174848ffe52c9a402fc68f9893c9
Contents?: true
Size: 956 Bytes
Versions: 1
Compression:
Stored size: 956 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'imgix/version' Gem::Specification.new do |spec| spec.name = 'imgix' spec.version = Imgix::VERSION spec.authors = ['Kelly Sutton', 'Sam Soffes', 'Ryan LeFevre', 'Antony Denyer'] spec.email = ['kelly@imgix.com', 'sam@soff.es', 'ryan@layervault.com', 'email@antonydenyer.co.uk'] spec.description = 'Easily sign imgix URLs.' spec.summary = 'Unofficial Ruby Gem for easily signing imgix URLs.' spec.homepage = 'https://github.com/imgix/imgix-rb' 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.required_ruby_version = '>= 1.9.0' spec.add_dependency 'addressable' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
imgix-0.3.5 | imgix.gemspec |