foreplay 0.5.3 → 0.5.4

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: e751ad23747f00c840955181533e6ee7c9339eea
4
- data.tar.gz: 432e033d4951ad035dd3be360345db6d0e7a9f60
3
+ metadata.gz: 268b5eef91268a778b58b440b097564b0754cf16
4
+ data.tar.gz: ac5510c9b3d8317df6112b2cb3e4078379a4503c
5
5
  SHA512:
6
- metadata.gz: 8e8c6c421f72e7c60caf6ab03d0cfd6cbc25c3b9416de90dda20b1618d0086d1c60c9bc26ce09816b6b38e54e81dd1eb9e1315298e24d3063658480fb4bc64f2
7
- data.tar.gz: b3408e3e3923c181bab03723449f424338e9915e21278b11cf6b9f0bbf6cb421f235dcb88b7d94045e5a880f2e14baf0b3fefaf21c653693a2e62ce935ec4ebe
6
+ metadata.gz: 0be767e6941bf59faddbfb86a91b616663b72408456547471a1e47c463b021d4d2dbb3b5c13aa2cd0f3463e60a130bd2e2740ea18f7a9f261f6bba6722f670d7
7
+ data.tar.gz: 8b521c091d90d80dfaa43750655f40b03ace00cf9f26204a0412231ba7a8fbf5025bb6f6d5bfc89bea25073db746663a234cb58338049e79521328e0900cd712
data/.hound.yml CHANGED
@@ -33,7 +33,7 @@ CyclomaticComplexity:
33
33
  ClassLength:
34
34
  Description: 'Avoid classes longer than 100 lines of code.'
35
35
  CountComments: false # count full line comments?
36
- Max: 281
36
+ Max: 283
37
37
 
38
38
  Output:
39
39
  Description: 'Checks for calls to puts, print, etc.'
@@ -164,6 +164,8 @@ module Foreplay
164
164
  commentary: 'Trusting the .rvmrc file for the new instance' },
165
165
  { command: "rvm rvmrc warning ignore #{current_port}",
166
166
  commentary: 'Ignoring the .rvmrc warning for the new instance' },
167
+ { command: 'gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3',
168
+ commentary: "Trusting RVM's public key" },
167
169
  { command: "cd #{current_port} && mkdir -p tmp doc log config",
168
170
  commentary: 'If you have a .rvmrc file there may be a delay now while we install a new ruby' },
169
171
  { command: 'if [ -f .ruby-version ] ; then rvm install `cat .ruby-version` ; '\
@@ -1,3 +1,3 @@
1
1
  module Foreplay
2
- VERSION = '0.5.3'
2
+ VERSION = '0.5.4'
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.5.3
4
+ version: 0.5.4
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-22 00:00:00.000000000 Z
11
+ date: 2014-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport