foreplay 0.7.1 → 0.7.2

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: 3f1b2bda404690e119118753cd5f3e2a88210b56
4
- data.tar.gz: 2b9c918dfe45e9fc3d007cfe2dd9552ab9459b17
3
+ metadata.gz: a056b54b68d95a535bf93f1bcb164ab55ff8d4b3
4
+ data.tar.gz: d8f9de9a1da4321048f2a201d465421f5aee4bf4
5
5
  SHA512:
6
- metadata.gz: 566c13c8fa3f06b6ac3782f660e8e4a8c8168fd052df67dc58794ffdb9aa0463e1cbf7b2e176059d5ddc4a64c187437858bd35db89124580928c7e366ce3445b
7
- data.tar.gz: 89dfa127721b6fa80b90773a7f2d3adbba6b68d3ebec483cb3cae3c91839d43d5358c21c0fe8f2a2b4b72364b3d1b9ee267ae8012c92d9953041a8d52b09b20b
6
+ metadata.gz: 1f428f23b77441b4edcfb5c95605a99ef2e5827b671957424ae58920180909efb1c7962c451f582cb931d55b10270cde62a5374c998a371c151aa2b326d55b60
7
+ data.tar.gz: a695312ead836914fe8cf64f363add4e95d61a5c77757ee82bebf7ca8d8b3d86ca2f3d55b21508349a04e54370327b2151c8d07f86ff27f5380e608228eb2536
data/.hound.yml CHANGED
@@ -30,6 +30,9 @@ CyclomaticComplexity:
30
30
  Description: 'Avoid complex methods.'
31
31
  Max: 13
32
32
 
33
+ PerceivedComplexity:
34
+ Max: 17
35
+
33
36
  ClassLength:
34
37
  Description: 'Avoid classes longer than 100 lines of code.'
35
38
  CountComments: false # count full line comments?
@@ -157,9 +157,8 @@ module Foreplay
157
157
 
158
158
  # Commands to execute on remote server
159
159
  steps = [
160
- { command: "echo Foreplay version #{VERSION} running from #{`hostname -f`}" \
161
- "#{`which foreman`}",
162
- commentary: 'Announcing myself' },
160
+ { command: "echo Foreplay version #{VERSION}",
161
+ commentary: "Foreplay running from #{`hostname -f`}#{`which foreman`}" },
163
162
  { command: "mkdir -p #{path} && cd #{path} && rm -rf #{current_port} "\
164
163
  "&& git clone -b #{branch} #{repository} #{current_port}",
165
164
  commentary: "Cloning #{branch} branch of repository #{repository}" },
@@ -1,3 +1,3 @@
1
1
  module Foreplay
2
- VERSION = '0.7.1'
2
+ VERSION = '0.7.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreplay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xenapto