foreplay 0.16.0 → 0.17.0
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 +4 -4
- data/lib/foreplay/engine/steps.yml +2 -2
- data/lib/foreplay/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26c9d6cbed4a92a4b4b5563d9206615b6437f0fe
|
|
4
|
+
data.tar.gz: e05eb4274e0dc08923dd61b90fdeeeb3391818c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62f9aabc395352d3b843ff1b193f57514d82e73683b71ae615bd65116b686a6042bbbacfbd733c32d4176fe56cea9a057674066051b6b68a39d41fdbac515a47
|
|
7
|
+
data.tar.gz: 123400f0bc6adb4fcb878405da223a0f360a78e5af47713fb3cdf7a64f706afb24d7abf80f08aa8426c759f5420d6e818c06893ccf8d13e37991543324badf21
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
commentary: 'Updating the bundler version'
|
|
53
53
|
- command: 'sudo ln -f `which bundle` /usr/bin/bundle || echo Using default version of bundle'
|
|
54
54
|
commentary: 'Setting the current version of bundle to be the default'
|
|
55
|
+
- command: "if [ <%= instructions['config'].include?('stop_first') ? '1' : '' %> ] ; then sudo stop <%= former_service %> || echo 'No previous instance running' ; fi"
|
|
56
|
+
commentary: 'Stopping the previous instance'
|
|
55
57
|
- command: '/usr/bin/bundle install --deployment --clean --full-index --jobs 2 --without development test'
|
|
56
58
|
commentary: 'Using bundler to install the required gems in deployment mode'
|
|
57
59
|
- command: 'mkdir -p ../cache/vendor && rsync -aW --no-compress --delete --info=STATS1 vendor/bundle/ ../cache/vendor/bundle'
|
|
58
60
|
commentary: 'Caching bundle'
|
|
59
|
-
- command: "if [ <%= instructions['config'].include?('stop_first') ? '1' : '' %> ] ; then sudo stop <%= former_service %> || echo 'No previous instance running' ; fi"
|
|
60
|
-
commentary: 'Stopping the previous instance'
|
|
61
61
|
- command: 'if [ -f public/assets/manifest.yml ] ; then echo "Not precompiling assets" ; else RAILS_ENV=<%= environment %> /usr/bin/bundle exec foreman run rake assets:precompile ; fi'
|
|
62
62
|
commentary: 'Precompiling assets unless they were supplied'
|
|
63
63
|
- command: 'sudo /usr/bin/bundle exec foreman export upstart<%= concurrency %> /etc/init'
|
data/lib/foreplay/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreplay
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Xenapto
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: foreman
|