Sha256: d811141d503738b7f2f087afac093c834daf2882f97551978999f3b29057c0bc
Contents?: true
Size: 889 Bytes
Versions: 1
Compression:
Stored size: 889 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/traquitana/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Eustaquio Rangel"] gem.email = ["eustaquiorangel@gmail.com"] gem.description = %q{Simple tool for deploy Rails apps} gem.summary = %q{Just a simple tool to deploy Rails apps with SSH and some shell scripts} gem.homepage = "http://github.com/taq/traquitana" 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 = "traquitana" gem.require_paths = ["lib"] gem.version = Traquitana::VERSION gem.add_dependency("rubyzip", [">= 1.0.0"]) gem.add_dependency("net-ssh", [">= 0"]) gem.add_dependency("net-scp", [">= 0"]) gem.license = "GPL-2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
traquitana-0.0.20 | traquitana.gemspec |