Sha256: 4b5d9d4bbd775524d008bec96d84b047617c83c5cdb73450c020ced011110c78

Contents?: true

Size: 805 Bytes

Versions: 6

Compression:

Stored size: 805 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")
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
capistrano-maven-0.0.6 capistrano-maven.gemspec
capistrano-maven-0.0.5 capistrano-maven.gemspec
capistrano-maven-0.0.4 capistrano-maven.gemspec
capistrano-maven-0.0.3 capistrano-maven.gemspec
capistrano-maven-0.0.2 capistrano-maven.gemspec
capistrano-maven-0.0.1 capistrano-maven.gemspec