capistrano 2.5.6 → 2.5.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,8 @@
1
- == 2.5.6 / 25 May 2009
1
+ == 2.5.7 / 06 July 2009
2
+
3
+ * Masks a broken 2.5.6 release via Rubyforge
4
+
5
+ == 2.5.6 / 06 July 2009
2
6
 
3
7
  * Clean the cached git repository [Graeme Mathieson]
4
8
  * Fixes perforce issues reported at http://bit.ly/wt0es [Scott Johnson]
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{capistrano}
3
- s.version = "2.5.6"
3
+ s.version = "2.5.7"
4
4
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
5
5
  s.authors = ["Jamis Buck", "Lee Hambley"]
6
- s.date = %q{2009-02-24}
6
+ s.date = %q{2009-07-06}
7
7
  s.description = %q{Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.}
8
8
  s.email = %q{lee.hambley@gmail.com}
9
9
  s.executables = ["cap", "capify"]
@@ -6,7 +6,7 @@ module Capistrano
6
6
  class Version < Net::SSH::Version
7
7
  MAJOR = 2
8
8
  MINOR = 5
9
- TINY = 6
9
+ TINY = 7
10
10
 
11
11
  # The current version, as a Version instance
12
12
  CURRENT = new(MAJOR, MINOR, TINY)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.6
4
+ version: 2.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-02-24 00:00:00 +00:00
13
+ date: 2009-07-06 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency