Sha256: b3888e43a98d770c4b27c9808893b2f72d32bbc8288f8d921848cc0135cbf5a7

Contents?: true

Size: 1008 Bytes

Versions: 4

Compression:

Stored size: 1008 Bytes

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.1')
  spec.add_dependency('capistrano-bundler', '1.1.3')
  spec.add_dependency('capistrano-rbenv', '2.0.2')
  spec.add_dependency('capistrano3-unicorn', '0.2.1')

  spec.version       = Caploy::VERSION
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
caploy-1.0.3 caploy.gemspec
caploy-1.0.2 caploy.gemspec
caploy-1.0.1 caploy.gemspec
caploy-1.0.0 caploy.gemspec