1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix #75 (static gemset release)

Thanks to @cgreigo. Gem release date will now be inferred by `rubygems.org`
This commit is contained in:
Lee Hambley 2011-09-07 13:04:32 +02:00
parent b5681adb24
commit f5a57ec1a3

View file

@ -11,7 +11,6 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/capistrano/capistrano"
s.summary = %q{Capistrano - Welcome to easy deployment with Ruby over SSH}
s.description = %q{Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.}
s.date = %q{2011-03-22}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }