le1t0-capistrano 2.5.18.009 → 2.5.18.010

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 2.5.18.010 / Jul 22, 2010
2
+
3
+ Small fix, so TeeIO works for capistrano as well
4
+
1
5
  == 2.5.18.009 / Jul 22, 2010
2
6
 
3
7
  Added TeeIO class which can catch all output to $stderr/$stdout/etc, so the output can be emailed/stored
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.18.009
1
+ 2.5.18.010
@@ -63,6 +63,10 @@ class TeeIO
63
63
  end
64
64
  end
65
65
 
66
+ def puts(*args)
67
+ call_on_io(:puts, *args)
68
+ end
69
+
66
70
  def write(str)
67
71
  call_on_io(:write, str)
68
72
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 5
8
8
  - 18
9
- - 9
10
- version: 2.5.18.009
9
+ - 10
10
+ version: 2.5.18.010
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0