kompanee-recipes 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of kompanee-recipes might be problematic. Click here for more details.

@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module KompaneeRecipes
5
- VERSION = '0.0.6'
5
+ VERSION = '0.0.7'
6
6
  end
@@ -76,7 +76,7 @@ Capistrano::Configuration.instance(:must_exist).load do
76
76
  desc "Install Bundled Gems"
77
77
  task :install do
78
78
  Net::SSH.start(web_server_ip, user) do |ssh|
79
- ssh.exec!("rvm use #{app_ruby_version}@#{application_safe} && bundle install")
79
+ ssh.exec!("cd #{current_path} && bundle install")
80
80
  end
81
81
  end
82
82
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kompanee-recipes
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - The Kompanee