kelredd-useful 0.3.1 → 0.3.2
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/lib/useful/cap_tasks/rack_cache.rb +1 -1
- data/lib/useful/version.rb +1 -1
- metadata +3 -3
|
@@ -6,7 +6,7 @@ Capistrano::Configuration.instance.load do
|
|
|
6
6
|
|
|
7
7
|
namespace :deploy do
|
|
8
8
|
|
|
9
|
-
after 'deploy:setup', 'deploy:
|
|
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'
|
data/lib/useful/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 3
|
|
8
|
-
-
|
|
9
|
-
version: 0.3.
|
|
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-
|
|
17
|
+
date: 2010-04-07 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|