foreplay 0.16.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1acc3d32d3a9059cd7d30b0c94fd940e6b1c01ed
4
- data.tar.gz: a1bc3da15901ae17b86a4bcc2654bb626bd46265
3
+ metadata.gz: 26c9d6cbed4a92a4b4b5563d9206615b6437f0fe
4
+ data.tar.gz: e05eb4274e0dc08923dd61b90fdeeeb3391818c8
5
5
  SHA512:
6
- metadata.gz: 0ecf87c49b570cf477f451b52b807494a022c60b7c2f80a2092f11233480271cd7b508d2e9959a132a96c69c698ca2641a97f32dc1b37120e1f49cbf6f53df15
7
- data.tar.gz: f1a0141cb67f48da58cbc67125b3531716eb5dba45b697f2b4d4bac7789b108b7a81184d4752ba18a1a68cdf9228f68cc7b3f8865d7d1d759f34f4ddacb59237
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'
@@ -1,3 +1,3 @@
1
1
  module Foreplay
2
- VERSION = '0.16.0'.freeze
2
+ VERSION = '0.17.0'.freeze
3
3
  end
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.16.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-22 00:00:00.000000000 Z
11
+ date: 2016-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foreman