Sha256: 5dfb0d9675e2a2ebc84c9c8bb45b46c6e2a65f0a2eb41e02260a48e1522b6f2e
Contents?: true
Size: 1.15 KB
Versions: 21
Compression:
Stored size: 1.15 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/ms_deploy/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Michael Schiller"] gem.email = ["michael.schiller@gmx.de"] gem.description = %q{capistrano deployment task for my projects} gem.summary = %q{capistrano deployment task for my projects} gem.homepage = "https://github.com/mschiller/ms_deploy" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "ms_deploy" gem.require_paths = ["lib"] gem.add_dependency('gemcutter') gem.add_dependency('capistrano', '>= 2.12.0') gem.add_dependency('capistrano-ext', '>= 1.2.1') gem.add_dependency('capistrano_colors', '>= 0.5.5') gem.add_dependency('capistrano-unicorn', '>= 0.1.6') gem.add_dependency('capistrano-file_db', '>= 0.1.0') gem.add_dependency('capistrano-uptodate', '>= 0.0.2') gem.add_dependency('rvm-capistrano', '>= 1.2.2') gem.add_dependency('erubis') gem.version = MsDeploy::VERSION end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
ms_deploy-0.1.2 | ms_deploy.gemspec |