kelredd-useful 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ Capistrano::Configuration.instance.load do
6
6
 
7
7
  namespace :deploy do
8
8
 
9
- after 'deploy:setup', 'deploy:create_apache_log_folder'
9
+ after 'deploy:setup', 'deploy:create_cache_folders'
10
10
  after 'deploy:update_code', 'deploy:link_cache_folders'
11
11
 
12
12
  desc '_: (useful) Creates the shared cache folders'
@@ -3,7 +3,7 @@ module Useful
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 3
6
- TINY = 1
6
+ TINY = 2
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kelly Redding
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-30 00:00:00 -05:00
17
+ date: 2010-04-07 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency