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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5768e6a63e1fa420f247ef16eb070d7f4c7bc7d4
4
- data.tar.gz: 173a6ae63a96e59c466e1b3a21d94b254cde398f
3
+ metadata.gz: b1011f8fc3f4b38d23deb180f1042f97bc451eef
4
+ data.tar.gz: ba9f94621408edccd70ea3f33ef252b26f981235
5
5
  SHA512:
6
- metadata.gz: cc2fbb6684fe01631237ba1456b2c197a995296b6d638a531b3ff93f67c838547d782d6ea5917a120bba0be98f31780c66b4d786fa8be2499b2836be7c0b8866
7
- data.tar.gz: c152b3f00cb3d31b9e97872d9353166172a50dfda5503b901183162090bcbea4e84d5a3de57ec6ed68c56b14ce4080e0efa178fa06e36d21ff5c6efeb47b8194
6
+ metadata.gz: 09bec8f0269b31fbf1147a7af311ad712575184f51dca62b5fdc515f85909c79f9d55808c6f1b9f57ea607a3b8e0bef52a56f20dc989e27ca5b3ce85d40cedd5
7
+ data.tar.gz: 36d6112fd6834306e48325d125e417a5041a01bec48601065118a41fd739c8c37186a41c9768ef835adc2291f3ba8542d95168be153d3896daef623f755436f1
data/.gitignore CHANGED
@@ -6,6 +6,7 @@
6
6
  .sass-cache
7
7
  capybara-*.html
8
8
  .rspec
9
+ .env
9
10
  /.bundle
10
11
  /vendor/bundle
11
12
  /log/*
File without changes
@@ -5,5 +5,5 @@ SimpleCov.start
5
5
  require 'aruba/cucumber'
6
6
 
7
7
  Before do
8
- @aruba_timeout_seconds = 10
8
+ @aruba_timeout_seconds = 50
9
9
  end
@@ -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}",
@@ -1,3 +1,3 @@
1
1
  module Foreplay
2
- VERSION = "0.0.7"
2
+ VERSION = "0.1.0"
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.0.7
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-04-23 00:00:00.000000000 Z
11
+ date: 2014-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport