Sha256: 5eba0fc78cac5d4a325a5d12efebb9babe30fd42d22c653dd953f62afbe383cc
Contents?: true
Size: 779 Bytes
Versions: 6
Compression:
Stored size: 779 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/capistrano-sbt/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Yamashita Yuu"] gem.email = ["yamashita@geishatokyo.com"] gem.description = %q{a capistrano recipe to deploy sbt based projects.} gem.summary = %q{a capistrano recipe to deploy sbt based projects.} gem.homepage = "https://github.com/yyuu/capistrano-sbt" 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-sbt" gem.require_paths = ["lib"] gem.version = Capistrano::Sbt::VERSION gem.add_dependency("capistrano") end
Version data entries
6 entries across 6 versions & 1 rubygems