foreplay 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/foreplay/deploy.rb +1 -1
- data/lib/foreplay/version.rb +1 -1
- data/spec/lib/foreplay/deploy_spec.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: f6079de2420be570430de718c59f40ebe7ac243f
|
4
|
+
data.tar.gz: af0347c6b438ab1284c2418dbe12dcff8927e2c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77e5f0ccc033939e550b028092077a110879e96266587ce14f993ae9debdb90aab9d3f38ecef6486bcf62bdeec7a0c267ef2f804eefbc7a1fa2403baea5946c7
|
7
|
+
data.tar.gz: e75e8c2da097344da2830cf3712a9ddb156b1171655841f1ce0a16013d191091fdb97c3a0fad36d259eeb827dfa3d21d702a435a184f16cbaaba3efae19245a8
|
data/lib/foreplay/deploy.rb
CHANGED
@@ -191,7 +191,7 @@ module Foreplay
|
|
191
191
|
{ command: 'bundle install --deployment --without development test',
|
192
192
|
commentary: 'Using bundler to install the required gems in deployment mode' },
|
193
193
|
{ command: 'if [ -f public/assets/manifest.yml ] ; then echo "Not precompiling assets"'\
|
194
|
-
" ; else RAILS_ENV=#{environment} bundle exec rake assets:precompile ; fi",
|
194
|
+
" ; else RAILS_ENV=#{environment} bundle exec foreman run rake assets:precompile ; fi",
|
195
195
|
commentary: 'Precompiling assets unless they were supplied' },
|
196
196
|
{ command: 'sudo bundle exec foreman export upstart /etc/init',
|
197
197
|
commentary: "Converting #{current_service} to an upstart service" },
|
data/lib/foreplay/version.rb
CHANGED
@@ -110,7 +110,7 @@ describe Foreplay::Deploy do
|
|
110
110
|
'sudo ln -f `which bundle` /usr/bin/bundle || echo Using default version of bundle',
|
111
111
|
'bundle install --deployment --without development test',
|
112
112
|
'if [ -f public/assets/manifest.yml ] ; then echo "Not precompiling assets"'\
|
113
|
-
' ; else RAILS_ENV=production bundle exec rake assets:precompile ; fi',
|
113
|
+
' ; else RAILS_ENV=production bundle exec foreman run rake assets:precompile ; fi',
|
114
114
|
'sudo bundle exec foreman export upstart /etc/init',
|
115
115
|
'sudo start foreplay-50000 || sudo restart foreplay-50000',
|
116
116
|
'mkdir -p .foreplay/foreplay && touch .foreplay/foreplay/current_port && cat .foreplay/foreplay/current_port',
|
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.3.
|
4
|
+
version: 0.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Xenapto
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|