rubocop-codetakt 0.5.0 → 0.6.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/config/rubocop.yml +3 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f54148ae62a0b4a05ba6c49d3750068259729ae3
4
- data.tar.gz: 2898d1e90dbee891f7eef85438695f239d6e745f
3
+ metadata.gz: b5dc0bc2d6e70ce4591f8b9cdb01b8adb8fb778a
4
+ data.tar.gz: 2c8c38c82287b01e1a8976e11cd3525ae6ee7475
5
5
  SHA512:
6
- metadata.gz: f25bc2f6cb6be8a61db8a2ececc2267b13ada1675fafebfe2988f216c9ed1ec9ccc9ee361fce87d16229eb57c2485c820edb49ac3aa4a9b55cb922c7db1b6ba4
7
- data.tar.gz: 912f02d5ca7c25b1da39f8cff8d074d5973d2d9e6cb2b30aca99823582dd4e16b18826b5df543a16e1aadcacc3c0a2be3b97a96be604e1fa4dd12ea33ecdbc63
6
+ metadata.gz: 60c8dcf5a07c6eabaec3308356dca4569f66ba5feaa2f5a191eb3ff95bbd627fee113f86c3e45c1033fc2b81803fcf008ee24afd0293fa4d1d37c808f8100870
7
+ data.tar.gz: 3310be080604d9dd892a12e3b0afc1316f3e695e2fd32f34d3901d4e355c3b27669c2b7639e34e3638f1f31eb6fbef2ac068393024f1e7d571eba56d07b20917
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # rubocop-codetakt
2
2
 
3
+ ## v0.6.0 (2017-06-14)
4
+
5
+ [full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.5.0...v0.6.0)
6
+
7
+ * Disable the Style/MethodCalledOnDoEndBlock cop.
8
+
3
9
  ## v0.5.0 (2017-04-30)
4
10
 
5
11
  [full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.4.0...v0.5.0)
data/config/rubocop.yml CHANGED
@@ -17,6 +17,9 @@ Metrics/PerceivedComplexity:
17
17
  Style/DotPosition:
18
18
  EnforcedStyle: leading
19
19
 
20
+ Style/MethodCalledOnDoEndBlock:
21
+ Enabled: false
22
+
20
23
  Style/MultilineMethodCallIndentation:
21
24
  EnforcedStyle: indented
22
25
  IndentationWidth: 2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-codetakt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - codeTakt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-30 00:00:00.000000000 Z
11
+ date: 2017-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: onkcop