kompanee-recipes 0.0.1 → 0.0.2
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.
- data/lib/kompanee-recipes/app_setup.rb +1 -0
- data/lib/kompanee-recipes.rb +2 -2
- metadata +3 -3
@@ -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
|
data/lib/kompanee-recipes.rb
CHANGED
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:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- The Kompanee
|