palmtree 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,2 @@
1
1
  require 'palmtree/capistrano_extensions/configuration_extensions'
2
- require 'palmtree/recipes/tail_log'
2
+ require 'palmtree/recipes/tail'
@@ -2,7 +2,7 @@ module Palmtree #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.1
3
3
  specification_version: 1
4
4
  name: palmtree
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
6
+ version: 0.0.2
7
7
  date: 2007-05-10 00:00:00 +01:00
8
8
  summary: Collection of Capistrano recipes
9
9
  require_paths: