kompanee-recipes 0.0.5 → 0.0.6

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.
@@ -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.5'
5
+ VERSION = '0.0.6'
6
6
  end
@@ -75,7 +75,9 @@ Capistrano::Configuration.instance(:must_exist).load do
75
75
  namespace :gems do
76
76
  desc "Install Bundled Gems"
77
77
  task :install do
78
- run "bundle install"
78
+ Net::SSH.start(web_server_ip, user) do |ssh|
79
+ ssh.exec!("rvm use #{app_ruby_version}@#{application_safe} && bundle install")
80
+ end
79
81
  end
80
82
 
81
83
  desc "Update Bundled Gems"
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: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - The Kompanee