Sha256: 6909a48c2d24f10355d1a8c05837b21ac8b2e01b13436d9d852ade915b9c892f

Contents?: true

Size: 932 Bytes

Versions: 1

Compression:

Stored size: 932 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Yamashita Yuu"]
  gem.email         = ["yamashita@geishatokyo.com"]
  gem.description   = %q{a capistrano recipe to deploy Apache Maven based projects.}
  gem.summary       = %q{a capistrano recipe to deploy Apache Maven based projects.}
  gem.homepage      = "https://github.com/yyuu/capistrano-maven"

  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-maven"
  gem.require_paths = ["lib"]
  gem.version       = Capistrano::Maven::VERSION

  gem.add_dependency("capistrano")
  gem.add_dependency("capistrano-file-resources", "~> 0.0.1")
  gem.add_dependency("capistrano-file-transfer-ext", "~> 0.0.3")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-maven-0.0.7 capistrano-maven.gemspec