mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Update Gemspec, removing stray line, fixing version, and CHANGELOG with changed from Ben L
This commit is contained in:
parent
87cd4da19a
commit
aa2302061a
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
## 2.5.21 / April 6 2011
|
||||
|
||||
* Fixed to follow best-practice guidelines from Bundler (Ben Langfeld)
|
||||
* No longer force a gemset for Capistrano development. (Ben Langfeld)
|
||||
|
||||
## 2.5.20 / March 16 2011
|
||||
|
||||
* `deploy:migrations` will now always operate on the latest_release, not
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5.20
|
||||
2.5.21
|
||||
|
|
|
@ -13,8 +13,6 @@ Gem::Specification.new do |s|
|
|||
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.rubyforge_project = "testgem"
|
||||
|
||||
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) }
|
||||
|
|
Loading…
Reference in a new issue