Sha256: 9bd8860cacf715044705699547216c2c5c95b4ce4d48d27926929fb7715bc049

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'dragonfly/manta_data_store/version'

Gem::Specification.new do |spec|
  spec.name          = "dragonfly-manta_data_store"
  spec.version       = Dragonfly::MantaDataStore::VERSION
  spec.authors       = ["Dan Connor"]
  spec.email         = ["danconn@danconnor.com"]
  spec.description   = %q{Manta data store for Dragonfly}
  spec.summary       = %q{Data store for storing Dragonfly content (e.g. images) on Manta}
  spec.homepage      = "https://github.com/onyxrev/dragonfly-manta_data_store"
  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.add_runtime_dependency "dragonfly", "~> 1.0"
  spec.add_runtime_dependency "ruby-manta", "~> 2.0"
  spec.add_development_dependency "rspec", "~> 2.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dragonfly-manta_data_store-1.0.0 dragonfly-manta_data_store.gemspec
dragonfly-manta_data_store-0.9.0 dragonfly-manta_data_store.gemspec