Sha256: b359594b1d3789e9ef8d32d74812e5dff198b451a9ac37e588b93304472179b8

Contents?: true

Size: 891 Bytes

Versions: 1

Compression:

Stored size: 891 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |gem|
  gem.authors       = ["Jean-Philippe Doyle","Josh Delsman"]
  gem.email         = ["jeanphilippe.doyle@hooktstudios.com"]
  gem.description   = "Using Ruby and Capistrano, build and deploy a static website to Amazon S3"
  gem.summary       = "Using Ruby and Capistrano, build and deploy a static website to Amazon S3"
  gem.homepage      = "http://github.com/hooktstudios/capistrano-s3"
  gem.licenses      = ["MIT"]
  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "capistrano-s3"
  gem.require_paths = ["lib"]
  gem.version       = "0.2.1"

  # Gem dependencies
  gem.add_dependency("aws-sdk")
  gem.add_dependency("capistrano")
  gem.add_dependency("mime-types")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-s3-0.2.1 capistrano-s3.gemspec