1
0
Fork 0
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:
Lee Hambley 2011-04-06 11:10:02 +02:00
parent 87cd4da19a
commit aa2302061a
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -1 +1 @@
2.5.20
2.5.21

View file

@ -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) }