foreplay 0.7.2 → 0.7.3

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: a056b54b68d95a535bf93f1bcb164ab55ff8d4b3
4
- data.tar.gz: d8f9de9a1da4321048f2a201d465421f5aee4bf4
3
+ metadata.gz: 723f0071cd06023ca4d21388cffe21b6bb4751ee
4
+ data.tar.gz: ee924c943327303248273170e5e75bd526dcb8be
5
5
  SHA512:
6
- metadata.gz: 1f428f23b77441b4edcfb5c95605a99ef2e5827b671957424ae58920180909efb1c7962c451f582cb931d55b10270cde62a5374c998a371c151aa2b326d55b60
7
- data.tar.gz: a695312ead836914fe8cf64f363add4e95d61a5c77757ee82bebf7ca8d8b3d86ca2f3d55b21508349a04e54370327b2151c8d07f86ff27f5380e608228eb2536
6
+ metadata.gz: 0c563791606c25ff157f2fb44c1498d63105992d5a687ae85363af8907dfdf1f8bef603d10b9fb93eca64ed58cf930f6cf88d852bd8d2faef17f7a85f210171b
7
+ data.tar.gz: a7932fd647001d10f04f3dc002d819a9646d41621317bd8fb451da756de4c4356937b78d3c7fdd2f882b3f0aaa26a9c4b684364f29db7fb2afd99680d6b46668
@@ -197,14 +197,14 @@ module Foreplay
197
197
  { command: 'if [ -d ../cache/vendor/bundle/bundle ] ; then rm -rf ../cache/vendor/bundle/bundle'\
198
198
  ' ; else echo No evidence of legacy copy bug ; fi',
199
199
  commentary: 'Fixing legacy copy bug' },
200
- { command: 'if [ -d ../cache/vendor/bundle ] ; then rsync -avW --no-compress --delete'\
200
+ { command: 'if [ -d ../cache/vendor/bundle ] ; then rsync -aW --no-compress --delete --info=STATS3'\
201
201
  ' ../cache/vendor/bundle/ vendor/bundle ; else echo No bundle to restore ; fi',
202
202
  commentary: 'Attempting to restore bundle from cache' },
203
203
  { command: 'sudo ln -f `which bundle` /usr/bin/bundle || echo Using default version of bundle',
204
204
  commentary: 'Setting the current version of bundle to be the default' },
205
205
  { command: 'bundle install --deployment --clean --jobs 2 --without development test',
206
206
  commentary: 'Using bundler to install the required gems in deployment mode' },
207
- { command: 'mkdir -p ../cache/vendor && rsync -avW --no-compress --delete'\
207
+ { command: 'mkdir -p ../cache/vendor && rsync -aW --no-compress --delete --info=STATS3'\
208
208
  ' vendor/bundle/ ../cache/vendor/bundle',
209
209
  commentary: 'Caching bundle' },
210
210
  { command: 'if [ -f public/assets/manifest.yml ] ; then echo "Not precompiling assets"'\
@@ -1,3 +1,3 @@
1
1
  module Foreplay
2
- VERSION = '0.7.2'
2
+ VERSION = '0.7.3'
3
3
  end
@@ -113,11 +113,11 @@ describe Foreplay::Deploy do
113
113
  'echo " password: TODO Put here the database user\'s password" >> config/database.yml',
114
114
  'if [ -d ../cache/vendor/bundle/bundle ] ; then rm -rf ../cache/vendor/bundle/bundle'\
115
115
  ' ; else echo No evidence of legacy copy bug ; fi',
116
- 'if [ -d ../cache/vendor/bundle ] ; then rsync -avW --no-compress --delete ../cache/vendor/bundle/ vendor/bundle'\
116
+ 'if [ -d ../cache/vendor/bundle ] ; then rsync -aW --no-compress --delete --info=STATS3 ../cache/vendor/bundle/ vendor/bundle'\
117
117
  ' ; else echo No bundle to restore ; fi',
118
118
  'sudo ln -f `which bundle` /usr/bin/bundle || echo Using default version of bundle',
119
119
  'bundle install --deployment --clean --jobs 2 --without development test',
120
- 'mkdir -p ../cache/vendor && rsync -avW --no-compress --delete vendor/bundle/ ../cache/vendor/bundle',
120
+ 'mkdir -p ../cache/vendor && rsync -aW --no-compress --delete --info=STATS3 vendor/bundle/ ../cache/vendor/bundle',
121
121
  'if [ -f public/assets/manifest.yml ] ; then echo "Not precompiling assets"'\
122
122
  ' ; else RAILS_ENV=production bundle exec foreman run rake assets:precompile ; fi',
123
123
  '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.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xenapto