kelredd-useful 0.2.8 → 0.2.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ Capistrano::Configuration.instance.load do
|
|
12
12
|
|
13
13
|
desc "_: (useful) Updates the shared down html page with the version from source"
|
14
14
|
task :update_down_html, :roles => :app, :except => { :no_release => true } do
|
15
|
-
run "cp #{
|
15
|
+
run "cp #{release_path}/public/#{down_html}.html #{shared_path}/#{down_html}.html"
|
16
16
|
end
|
17
17
|
|
18
18
|
namespace :web do
|
data/lib/useful/version.rb
CHANGED