eycap 0.6.11 → 0.6.12
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.
- checksums.yaml +8 -8
- data/History.txt +3 -0
- data/lib/eycap/recipes/bundler.rb +3 -9
- data/lib/eycap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZTE4MTRlYTgwNjc0ZGVkMGViNDQyNDk0NWFhYmQ3MzczYmY5YTBlZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Mzk4YzA2YmMxNzFlYTllZTk1Njc2ZGFiOTE4NWVhMjJhMWJiODQxNg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MmM3NGEzNWMyNTM4NTBiZTViZTUxZTQ4MzczYjJiZWIzZGFmZWYyNzEwZTA2
|
|
10
|
+
ZTQ5NmQyMjYxYjM2NTFmMGYyZDYxN2U3ZjY5MWU0ZmY1MzdjODQ0MzM2N2Nk
|
|
11
|
+
YmViOGU3NTNiNGJhNWE4YWY4ZjNjZjYyMWM3ODY2ZjA4NDY4Njk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MjE1ZWY1M2ZmNDczODllMzZlZTdiN2Q4ZTAxNmMyYTMzZmYyZTQ3MTA2ZTBj
|
|
14
|
+
Yjc2OWRhODgwNmYyYWMxNzhkZjc0ZjcyNmVlOGQwZmQwZDVlZDUyZGViNjYw
|
|
15
|
+
OGYyMmMzNTA5NDA4ODIwM2FjYzE2YmY3MGU4ODZiNzE0NGViZjg=
|
data/History.txt
CHANGED
|
@@ -21,16 +21,10 @@ set :bundle_without, "test development" unless exists?(:bundle_without)
|
|
|
21
21
|
SHELL
|
|
22
22
|
run_rvm_or only_with_rvm, only_without_rvm
|
|
23
23
|
end
|
|
24
|
-
task :
|
|
25
|
-
run_rvm_or "true",
|
|
26
|
-
cd #{release_path}
|
|
27
|
-
bundle config --local BIN #{release_path}/bin
|
|
28
|
-
bundle config --local PATH /data/#{application}/shared/bundled_gems
|
|
29
|
-
bundle config --local DISABLE_SHARED_GEMS "1"
|
|
30
|
-
bundle config --local WITHOUT test:development
|
|
31
|
-
SHELL
|
|
24
|
+
task :symlink_bundle_config, :roles => :app do
|
|
25
|
+
run_rvm_or "true", "mkdir -p #{shared_path}/bundle && ln -sf #{shared_path}/bundle #{release_path}/.bundle"
|
|
32
26
|
end
|
|
27
|
+
before "bundler:bundle_gems","bundler:symlink_bundle_config"
|
|
33
28
|
after "deploy:symlink_configs","bundler:bundle_gems"
|
|
34
|
-
after "bundler:bundle_gems","bundler:bundle_config"
|
|
35
29
|
end
|
|
36
30
|
end
|
data/lib/eycap/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eycap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Engine Yard
|
|
@@ -20,7 +20,7 @@ authors:
|
|
|
20
20
|
autorequire:
|
|
21
21
|
bindir: bin
|
|
22
22
|
cert_chain: []
|
|
23
|
-
date: 2014-
|
|
23
|
+
date: 2014-06-14 00:00:00.000000000 Z
|
|
24
24
|
dependencies:
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: capistrano
|