Sha256: bd7534d522d895a89b9b614220114d707a08202b35c247cac12b8735f49a6f4c

Contents?: true

Size: 938 Bytes

Versions: 3

Compression:

Stored size: 938 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/capistrano-s3-copy/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Richie McMahon"]
  gem.email         = ["richie.mcmahon@gmail.com"]
  gem.description   = %q{Capistrano deployment strategy that creates and pushes a tarball
into S3, for both pushed deployments and pulled auto-scaling.}
  gem.summary       = %q{Capistrano deployment strategy that transfers the release on S3}
  gem.homepage      = "http://github.com/richie/capistrano-s3-copy"

  gem.add_dependency 'capistrano', ">= 2.12.0"
  gem.add_dependency 'frahugo-s3sync'

  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-copy"
  gem.require_paths = ["lib"]
  gem.version       = Capistrano::S3::Copy::VERSION
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capistrano-s3-copy-0.0.4 capistrano-s3-copy.gemspec
capistrano-s3-copy-0.0.3 capistrano-s3-copy.gemspec
capistrano-s3-copy-0.0.2 capistrano-s3-copy.gemspec