kompanee-recipes 0.0.1 → 0.0.2

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.
@@ -39,6 +39,7 @@ Capistrano::Configuration.instance(:must_exist).load do
39
39
 
40
40
  SetEnv GEM_HOME #{rvm_gemdir}@#{application}
41
41
  SetEnv GEM_PATH #{rvm_gemdir}@#{application}:#{rvm_gemdir}@global:#{rvm_gemdir}
42
+ SetEnv BUNDLE_PATH #{rvm_gemdir}@#{application}
42
43
 
43
44
  <Directory "#{deploy_to}/current/public">
44
45
  Options FollowSymLinks -MultiViews
@@ -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.1'
6
- end
5
+ VERSION = '0.0.2'
6
+ end
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - The Kompanee