Sha256: 1fef476e7d00e695aaf410ba29c58769febf4484642afc346e30b9be92e6058e

Contents?: true

Size: 842 Bytes

Versions: 7

Compression:

Stored size: 842 Bytes

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('capistrano')
  gem.add_dependency('capistrano-ext')
  gem.add_dependency('erubis')

  gem.version       = MsDeploy::VERSION
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ms_deploy-0.0.11 ms_deploy.gemspec
ms_deploy-0.0.10 ms_deploy.gemspec
ms_deploy-0.0.7 ms_deploy.gemspec
ms_deploy-0.0.6 ms_deploy.gemspec
ms_deploy-0.0.5 ms_deploy.gemspec
ms_deploy-0.0.4 ms_deploy.gemspec
ms_deploy-0.0.3 ms_deploy.gemspec