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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/config/rspec.yml +4 -0
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8819d6f9b9dfb0b4ab3db48d59f964f6159ed95
4
- data.tar.gz: 93f8c3e1e88c8fb30e8dafe4f072cc7d154f1b98
3
+ metadata.gz: f54148ae62a0b4a05ba6c49d3750068259729ae3
4
+ data.tar.gz: 2898d1e90dbee891f7eef85438695f239d6e745f
5
5
  SHA512:
6
- metadata.gz: 19171b3e8290386aca3e4966aae8635847ee2e12d62dd02bb1a3c4add4f79c826a5d19ead12db31ed41f4989f479179701c1c4afd5d76f0faa6173140f71b30a
7
- data.tar.gz: 7c6af397e971a68eadd971674f0221173f28e06f85be3a1cb125905784317eef3c7f35ff8ab9fc5068b6ab21f07bea8a574bd6893f28009a014ca6b3711f1bf1
6
+ metadata.gz: f25bc2f6cb6be8a61db8a2ececc2267b13ada1675fafebfe2988f216c9ed1ec9ccc9ee361fce87d16229eb57c2485c820edb49ac3aa4a9b55cb922c7db1b6ba4
7
+ data.tar.gz: 912f02d5ca7c25b1da39f8cff8d074d5973d2d9e6cb2b30aca99823582dd4e16b18826b5df543a16e1aadcacc3c0a2be3b97a96be604e1fa4dd12ea33ecdbc63
@@ -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)
@@ -1,3 +1,7 @@
1
1
  inherit_gem:
2
2
  onkcop:
3
3
  - config/rspec.yml
4
+
5
+ RSpec/DescribedClass:
6
+ Exclude:
7
+ - "spec/requests/*"
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.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-07 00:00:00.000000000 Z
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.0.0
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.0.0
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.1
87
+ rubygems_version: 2.5.2
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: codeTakt's Ruby convention using RuboCop.