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 #{current_path}/public/#{down_html}.html #{shared_path}/#{down_html}.html"
15
+ run "cp #{release_path}/public/#{down_html}.html #{shared_path}/#{down_html}.html"
16
16
  end
17
17
 
18
18
  namespace :web do
@@ -3,7 +3,7 @@ module Useful
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 2
6
- TINY = 8
6
+ TINY = 9
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kelredd-useful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Redding