Sha256: 8c5e9544dec7d602c49bf7c308ee57afa1b3f8b6f887f89c9cdda5e8f7d97e08
Contents?: true
Size: 1.01 KB
Versions: 6
Compression:
Stored size: 1.01 KB
Contents
require "./lib/capistrano/version" begin require 'echoe' rescue LoadError abort "You'll need to have `echoe' installed to use Capistrano's Rakefile" end version = Capistrano::Version::STRING.dup if ENV['SNAPSHOT'].to_i == 1 version << "." << Time.now.utc.strftime("%Y%m%d%H%M%S") end Echoe.new('capistrano', version) do |p| p.include_gemspec = true p.changelog = "CHANGELOG.rdoc" p.author = "Jamis Buck" p.email = "jamis@jamisbuck.org" p.summary = <<-DESC.strip.gsub(/\n\s+/, " ") Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH. DESC p.url = "http://www.capify.org" p.need_zip = true p.rdoc_pattern = /^(lib|README.rdoc|CHANGELOG.rdoc)/ p.dependencies = ["net-ssh >=2.0.10", "net-sftp >=2.0.0", "net-scp >=1.0.0", "net-ssh-gateway >=1.0.0", "highline"] end
Version data entries
6 entries across 6 versions & 4 rubygems
Version | Path |
---|---|
dan-capistrano-2.5.6 | Rakefile |
sneakin-capistrano-2.5.5 | Rakefile |
capistrano-2.5.6 | Rakefile |
capistrano-2.5.7 | Rakefile |
capistrano-2.5.8 | Rakefile |
capistrano-edge-2.5.6 | Rakefile |