cookstyle 7.5.1 → 7.5.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
  SHA256:
3
- metadata.gz: '01118e6811d695f00d05bc6ff6fbadffdc7180cc0488ff23967fa2e2477d630a'
4
- data.tar.gz: e1fb1c02d972c9412189868c2d8f8938c8b3b8bcf38884b3043005b2ffc704f8
3
+ metadata.gz: '09bd4a16aa09542c2df43aea566946fa82e055c07e39fcc1ad61c999e1948dbd'
4
+ data.tar.gz: 02ee442d6f3f6556ce929742c3c0de146641f6c89bd8440ed8f653397e8e64d0
5
5
  SHA512:
6
- metadata.gz: e81aaa04919a2e4d2f00b60beb00d4641d6f2290434d36a7cee05e444fb79df7173492597fea7349000afe76571f690ab3dd2576d9f5c9a960f6e3a25a621f07
7
- data.tar.gz: 0a799de7b53c5708542e00e92501b7cab4c92eb4dc9ee2d33b6990229f6a60bca3adaf12527275dd3f92bf3134411ee570cd39ad39ec1a08a07d75c7d48bf8b5
6
+ metadata.gz: feb49d90a15d0a8d60d9cf8aa96dd3e02624cdb6c12ce3f400a6861b2b9f64c32851930c4e6d759d46b1d4cfcaaec2c35db66edabccd57f0bddd3ed68d34eccf
7
+ data.tar.gz: cb84765767138a0c95de14f140d45db6f795528303ca0a69bfe73a68804712a9a265efcdafcf2746090ea04ae4957523fa4befce8a2edfb5f6b1fe57e65b1ece
data/Gemfile CHANGED
@@ -26,4 +26,4 @@ end
26
26
  group :development do
27
27
  gem 'rake'
28
28
  gem 'rspec', '>= 3.4'
29
- end
29
+ end
@@ -2324,7 +2324,7 @@ Style/SymbolLiteral:
2324
2324
  Enabled: true
2325
2325
  Layout/IndentationStyle:
2326
2326
  Enabled: true
2327
- Layout/TrailingBlankLines:
2327
+ Layout/TrailingEmptyLines:
2328
2328
  Enabled: true
2329
2329
  Style/TrailingCommaInArguments:
2330
2330
  Enabled: true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Cookstyle
3
- VERSION = "7.5.1" # rubocop: disable Style/StringLiterals
3
+ VERSION = "7.5.2" # rubocop: disable Style/StringLiterals
4
4
  RUBOCOP_VERSION = '1.7.0'
5
5
  end
@@ -49,4 +49,4 @@ module RuboCop
49
49
  end
50
50
  end
51
51
  end
52
- end
52
+ end
@@ -57,4 +57,4 @@ module RuboCop
57
57
  end
58
58
  end
59
59
  end
60
- end
60
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cookstyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.5.1
4
+ version: 7.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-12-30 00:00:00.000000000 Z
12
+ date: 2020-12-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop