le1t0-capistrano 2.5.18.011 → 2.5.18.012

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/VERSION +1 -1
  3. data/bin/cap +0 -3
  4. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 2.5.18.012 / Jul 23, 2010
2
+
3
+ Removed all calls to TeeIO, leaving it up to the user to initiate it
4
+
1
5
  == 2.5.18.011 / Jul 22, 2010
2
6
 
3
7
  Fix such that taking output of TeeIO is left to the user of capistrano, not capistrano itself
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.18.011
1
+ 2.5.18.012
data/bin/cap CHANGED
@@ -1,7 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require 'capistrano/cli/tee_io'
4
3
  require 'capistrano/cli'
5
-
6
- TeeIO.tee_all
7
4
  Capistrano::CLI.execute
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 5
8
8
  - 18
9
- - 11
10
- version: 2.5.18.011
9
+ - 12
10
+ version: 2.5.18.012
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-22 00:00:00 +02:00
18
+ date: 2010-07-23 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency