rubocop-codetakt 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/config/rspec.yml +4 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f54148ae62a0b4a05ba6c49d3750068259729ae3
|
4
|
+
data.tar.gz: 2898d1e90dbee891f7eef85438695f239d6e745f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f25bc2f6cb6be8a61db8a2ececc2267b13ada1675fafebfe2988f216c9ed1ec9ccc9ee361fce87d16229eb57c2485c820edb49ac3aa4a9b55cb922c7db1b6ba4
|
7
|
+
data.tar.gz: 912f02d5ca7c25b1da39f8cff8d074d5973d2d9e6cb2b30aca99823582dd4e16b18826b5df543a16e1aadcacc3c0a2be3b97a96be604e1fa4dd12ea33ecdbc63
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# rubocop-codetakt
|
2
2
|
|
3
|
+
## v0.5.0 (2017-04-30)
|
4
|
+
|
5
|
+
[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.4.0...v0.5.0)
|
6
|
+
|
7
|
+
* Update `onkcop` v0.48.1.1.
|
8
|
+
* Disable the RSpec/DescribedClass cop for the request specs.
|
9
|
+
|
10
|
+
## v0.4.0 (2017-04-07)
|
11
|
+
|
12
|
+
[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.3.0...v0.4.0)
|
13
|
+
|
14
|
+
* Disable the Style/WordArray cop and the Style/SymbolArray cop.
|
15
|
+
|
3
16
|
## v0.3.0 (2017-04-03)
|
4
17
|
|
5
18
|
[full changelog](https://github.com/codetakt/rubocop-codetakt/compare/v0.2.3...v0.3.0)
|
data/config/rspec.yml
CHANGED
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.
|
4
|
+
version: 0.5.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-
|
11
|
+
date: 2017-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: onkcop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.48.
|
19
|
+
version: 0.48.1.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.48.
|
26
|
+
version: 0.48.1.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
86
|
rubyforge_project:
|
87
|
-
rubygems_version: 2.5.
|
87
|
+
rubygems_version: 2.5.2
|
88
88
|
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: codeTakt's Ruby convention using RuboCop.
|