Skip to content

Commit

Permalink
Fix capistrano#75 (static gemset release)
Browse files Browse the repository at this point in the history
Thanks to @cgreigo. Gem release date will now be inferred by `rubygems.org`
  • Loading branch information
leehambley committed Sep 7, 2011
1 parent b5681ad commit f5a57ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion capistrano.gemspec
Expand Up @@ -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) }
Expand Down

0 comments on commit f5a57ec

Please sign in to comment.