cable 0.8.4 → 0.8.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cable/capistrano.rb +1 -1
  2. metadata +2 -1
@@ -5,7 +5,7 @@ Capistrano::Configuration.instance(:must_exist).load do
5
5
  namespace :cable do
6
6
  desc "links the most recent bundled cable gem to shared path."
7
7
  task :symlink do
8
- run "cd #{release_path} && ln -nfs `bundle list cable` /home/deploy/jardenlicensedproducts.com/shared/cable"
8
+ run "cd #{release_path} && ln -nfs `bundle list cable` #{shared_path}/cable"
9
9
  end
10
10
  end
11
11
 
metadata CHANGED
@@ -2,10 +2,11 @@
2
2
  name: cable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.8.4
5
+ version: 0.8.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Spencer Markowski
9
+ - Mike Bishop
9
10
  - The Able Few
10
11
  autorequire:
11
12
  bindir: bin