Sha256: 76ce4c5affbda8a7cfc806e16884b6079a8defdbfb0f1cb8d9683e0d780cff10

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

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

Gem::Specification.new do |spec|
  spec.authors       = ['Michael Schiller']
  spec.email         = ['michael.schiller@gmx.de']
  spec.description   = %q{capistrano deployment helpling}
  spec.summary       = %q{capistrano deployment tasks for different projects}
  spec.homepage      = 'https://github.com/mschiller/caploy'
  spec.license       = 'MIT'

  spec.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  spec.files         = `git ls-files`.split("\n")
  spec.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  spec.name          = 'caploy'
  spec.require_paths = ['lib']

  spec.add_dependency('gemcutter')

  spec.add_dependency('capistrano-rails', '1.1.6')
  spec.add_dependency('capistrano-bundler', '1.1.4')
  spec.add_dependency('capistrano-rbenv', '2.0.4')
  spec.add_dependency('capistrano3-unicorn', '0.2.1')
  spec.add_dependency('capistrano-db-tasks', '0.4')

  spec.version       = Caploy::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
caploy-1.0.4 caploy.gemspec