foreplay 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ab23846c6c02261278f387250802bc2bdcb9dd5
4
- data.tar.gz: 3326086f37c06810bbf1909da7ce47ed13471cb6
3
+ metadata.gz: c5fde18a560cd383a096e3f80085ac3b2963b8f5
4
+ data.tar.gz: 2d0a573b5c91a21f02098cd9f681db9a3e0375c6
5
5
  SHA512:
6
- metadata.gz: 4f2a587e2cf402c56bbb9a622b891a65d0925950a5a0f2ed5458df08ca1217c35e7ec02bbae071bae30450d91784e93b544747cf1c05e8bcfa10ec730fd37519
7
- data.tar.gz: 2f813c354fa2024b25428403dc8d873c68fd7dce368d96c6bf5cac88e1a711af807d5c47264b29ff04b6c7f3648fd66daea708e64126d66a2a576a750d801f16
6
+ metadata.gz: aa6bf4946d19cbbd8ec88744d0db21721846c1df46e00b3adf528552a596cbb3f56e4dcfec4a830b3c4090bed9b4441029fa0b5b9ecade0787f6236f43ae9983
7
+ data.tar.gz: 8ca3fbe259c8e052cebd6e78c1ccc7aa6120ca4c0ab38ebda955b941947e4894ebad69bb5cc0f8818bdb91654320a46eacbe99694145041ad854930b084ab3e6
@@ -167,7 +167,8 @@ module Foreplay
167
167
  { command: "rvm rvmrc warning ignore #{current_port}",
168
168
  commentary: 'Ignoring the .rvmrc warning for the new instance' },
169
169
  { command: 'gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys D39DC0E3',
170
- commentary: "Trusting RVM's public key" },
170
+ commentary: "Trusting RVM's public key",
171
+ ignore_error: true },
171
172
  { command: "cd #{current_port} && mkdir -p tmp doc log config",
172
173
  commentary: 'If you have a .rvmrc file there may be a delay now while we install a new ruby' },
173
174
  { command: 'if [ -f .ruby-version ] ; then rvm install `cat .ruby-version` ; '\
@@ -1,3 +1,3 @@
1
1
  module Foreplay
2
- VERSION = '0.7.4'
2
+ VERSION = '0.7.5'
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.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xenapto
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-18 00:00:00.000000000 Z
11
+ date: 2015-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport