Sha256: 4f08cb089d4e60a74039d7b46feb78aaeecf912a66e34fcc5ab070e31cef3235

Contents?: true

Size: 866 Bytes

Versions: 9

Compression:

Stored size: 866 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'imageboss/version'

Gem::Specification.new do |spec|
  spec.name          = 'imageboss-rb'
  spec.version       = ImageBoss::VERSION
  spec.authors       = ['Igor Escobar']
  spec.email         = ['igor@imageboss.me']
  spec.description   = 'Generate ImageBoss URLs with Ruby'
  spec.summary       = 'Official Ruby Gem for generating ImageBoss URLs.'
  spec.homepage      = 'https://github.com/imageboss/imageboss-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_development_dependency "rspec"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
imageboss-rb-2.1.3 imageboss-rb.gemspec
imageboss-rb-2.1.2 imageboss-rb.gemspec
imageboss-rb-2.1.1 imageboss-rb.gemspec
imageboss-rb-2.1.0 imageboss-rb.gemspec
imageboss-rb-2.0.0 imageboss-rb.gemspec
imageboss-rb-1.0.3 imageboss-rb.gemspec
imageboss-rb-1.0.2 imageboss-rb.gemspec
imageboss-rb-1.0.1 imageboss-rb.gemspec
imageboss-rb-1.0.0 imageboss-rb.gemspec