Sha256: 075c6f3031c48378dd4dc00b8ce927c7b0065a20a509d6a410712adb0e80573b

Contents?: true

Size: 1.05 KB

Versions: 5

Compression:

Stored size: 1.05 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "attachie"
  spec.version       = Attachie::VERSION
  spec.authors       = ["Benjamin Vetter"]
  spec.email         = ["vetter@plainpicture.de"]
  spec.summary       = %q{Declarative and flexible attachments}
  spec.description   = %q{Declarative and flexible attachments}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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_dependency "aws-sdk-s3"
  spec.add_dependency "mime-types"
  spec.add_dependency "connection_pool"
  spec.add_dependency "activesupport"

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "fakes3"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
attachie-1.1.2 attachie.gemspec
attachie-1.1.1 attachie.gemspec
attachie-1.1.0 attachie.gemspec
attachie-1.0.1 attachie.gemspec
attachie-1.0.0 attachie.gemspec