foreplay 0.5.1 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c6f5e8bfcabd20afbaf44cabda6241b916603ce
4
- data.tar.gz: 8a6de18e1a54e47caa12d1025cd9719f1cd928ac
3
+ metadata.gz: b019d7002830c0b6dcdc6841fab98bc93dd226dd
4
+ data.tar.gz: a82306548df264f90c1f5b3221feaecbd0067238
5
5
  SHA512:
6
- metadata.gz: 89befabb8377516f2b655941ebd32efa5a9c2044ebd56c70a5047eb9bc37bbec0b53227afaded76b2b9a4ce0073cd29491b26b6c5443130f2833c3a06a9fa38e
7
- data.tar.gz: fd4f72a2f5e5a1b209531a42e127dbaf2ee8515dc21145a81ca93641a45f3b12f53128ab0afb9eba87cecba5c7b6a0407bf57fe2d1aac8aef6a50d777d588e12
6
+ metadata.gz: 171786e587f728fc53df63805cea7bb7097ad0aa855382fc891b29d94b02224d61154eff2884c7aa8b4f9e275a12e5cd215ba82d797ccf6c0f7043eb97a4f8fe
7
+ data.tar.gz: 23907fd2f6aaca3343c9286be4ef39afc22cb4a7469cc3e3b02b70d642d9d1620f1f94a6d307afe6a42824b285f9773406fa0ba29d558d3cdae7694a50588c52
@@ -194,7 +194,7 @@ module Foreplay
194
194
  commentary: 'Setting the current version of bundle to be the default' },
195
195
  { command: 'bundle install --deployment --clean --jobs 2 --without development test',
196
196
  commentary: 'Using bundler to install the required gems in deployment mode' },
197
- { command: 'mkdir -p ../cache && cp -rf vendor/bundle ../cache/vendor/bundle',
197
+ { command: 'mkdir -p ../cache/vendor && cp -rf vendor/bundle ../cache/vendor/bundle',
198
198
  commentary: 'Caching bundle' },
199
199
  { command: 'if [ -f public/assets/manifest.yml ] ; then echo "Not precompiling assets"'\
200
200
  " ; else RAILS_ENV=#{environment} bundle exec foreman run rake assets:precompile ; fi",
@@ -1,3 +1,3 @@
1
1
  module Foreplay
2
- VERSION = '0.5.1'
2
+ VERSION = '0.5.2'
3
3
  end
@@ -115,7 +115,7 @@ describe Foreplay::Deploy do
115
115
  ' ; else echo No bundle to restore ; fi',
116
116
  'sudo ln -f `which bundle` /usr/bin/bundle || echo Using default version of bundle',
117
117
  'bundle install --deployment --clean --jobs 2 --without development test',
118
- 'mkdir -p ../cache && cp -rf vendor/bundle ../cache/vendor/bundle',
118
+ 'mkdir -p ../cache/vendor && cp -rf vendor/bundle ../cache/vendor/bundle',
119
119
  'if [ -f public/assets/manifest.yml ] ; then echo "Not precompiling assets"'\
120
120
  ' ; else RAILS_ENV=production bundle exec foreman run rake assets:precompile ; fi',
121
121
  'sudo bundle exec foreman export upstart /etc/init',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreplay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xenapto