foreplay 0.0.7 → 0.1.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/.gitignore +1 -0
- data/features/deploy.feature +0 -0
- data/features/support/env.rb +1 -1
- data/lib/foreplay/deploy.rb +2 -0
- 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: b1011f8fc3f4b38d23deb180f1042f97bc451eef
|
|
4
|
+
data.tar.gz: ba9f94621408edccd70ea3f33ef252b26f981235
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 09bec8f0269b31fbf1147a7af311ad712575184f51dca62b5fdc515f85909c79f9d55808c6f1b9f57ea607a3b8e0bef52a56f20dc989e27ca5b3ce85d40cedd5
|
|
7
|
+
data.tar.gz: 36d6112fd6834306e48325d125e417a5041a01bec48601065118a41fd739c8c37186a41c9768ef835adc2291f3ba8542d95168be153d3896daef623f755436f1
|
data/.gitignore
CHANGED
data/features/deploy.feature
CHANGED
|
File without changes
|
data/features/support/env.rb
CHANGED
data/lib/foreplay/deploy.rb
CHANGED
|
@@ -162,6 +162,8 @@ module Foreplay
|
|
|
162
162
|
:commentary => 'Using bundler to install the required gems in deployment mode' },
|
|
163
163
|
{ :command => 'sudo ln -f `which foreman` /usr/bin/foreman || echo Using default version of foreman',
|
|
164
164
|
:commentary => 'Setting the current version of foreman to be the default' },
|
|
165
|
+
{ :command => 'echo PATH="$PATH:`which bundle`" >> .env',
|
|
166
|
+
:commentary => 'Adding bundler path to .env (foreplay issue #443)' },
|
|
165
167
|
{ :command => 'sudo foreman export upstart /etc/init',
|
|
166
168
|
:commentary => "Converting #{current_service} to an upstart service" },
|
|
167
169
|
{ :command => "sudo start #{current_service} || sudo restart #{current_service}",
|
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.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Xenapto
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|