Sha256: 543882ac19146d5e13102d8d5ccfab4c0a56b813ffec7a964e4d7862366246f6
Contents?: true
Size: 877 Bytes
Versions: 2
Compression:
Stored size: 877 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 = ['Sam Soffes', 'Ryan LeFevre'] spec.email = ['sam@soff.es', 'ryan@layervault.com'] spec.description = 'Easily sign imgix URLs.' spec.summary = 'Unofficial Ruby Gem for easily signing imgix URLs.' spec.homepage = 'https://github.com/soffes/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
imgix-0.2.1 | imgix.gemspec |
imgix-0.2.0 | imgix.gemspec |