carwow_rubocop 2.0.0 → 2.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f812899f3ecf3e26ad304f7c8e2a6881e650f7e
4
- data.tar.gz: d5cbaf1567e07eb6aa6e2833bd37dc50a9eed989
3
+ metadata.gz: 169cfe5c26e2e349af47e64107989538022abaf8
4
+ data.tar.gz: 1b43cb1244db448c867c902191c6e8fd59c4c15e
5
5
  SHA512:
6
- metadata.gz: 453aa857cb0394899a054fdda174ec87f5d471e7c71c0d68b0f3e22cc581429ba4e1c8ab0e22fc89ac005db85b0740845eeca6de4f8b2814107266c99f44fb2c
7
- data.tar.gz: f15b38027448d0c60b8802d08d39ae095ffeb509d862fec0f1848246801bf6088d0c85838224339b68a8d0c87f401c8c7513805c47a419d07af76676f2a4673a
6
+ metadata.gz: f18f0a28ecf32d88462b37720eabc57574189196e7b0a1d35bec6a376449e0ca7c3b36d3aba27d47e73e04a9655de4d4f9b2f0750733f84f8cef0843917c6bbe
7
+ data.tar.gz: 533bf5aced9727066e90ce65fde3200b08791b7d31c64306d8bca745e9c9b8b201434e2efaabee2ad7b84a5537a57df836e972a4da57e6ebaa6003a80f2d0e2a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- carwow_rubocop (2.0.0)
4
+ carwow_rubocop (2.0.1)
5
5
  rubocop (~> 0.58)
6
6
  rubocop-rspec (~> 1.28)
7
7
 
@@ -16,7 +16,7 @@ GEM
16
16
  powerpack (0.1.2)
17
17
  rainbow (3.0.0)
18
18
  rake (10.5.0)
19
- rubocop (0.58.2)
19
+ rubocop (0.59.1)
20
20
  jaro_winkler (~> 1.5.1)
21
21
  parallel (~> 1.10)
22
22
  parser (>= 2.5, != 2.5.1.1)
@@ -24,7 +24,7 @@ GEM
24
24
  rainbow (>= 2.2.2, < 4.0)
25
25
  ruby-progressbar (~> 1.7)
26
26
  unicode-display_width (~> 1.0, >= 1.0.1)
27
- rubocop-rspec (1.28.0)
27
+ rubocop-rspec (1.29.1)
28
28
  rubocop (>= 0.58.0)
29
29
  ruby-progressbar (1.10.0)
30
30
  unicode-display_width (1.4.0)
@@ -38,4 +38,4 @@ DEPENDENCIES
38
38
  rake (~> 10.0)
39
39
 
40
40
  BUNDLED WITH
41
- 1.16.3
41
+ 1.16.4
data/default.yml CHANGED
@@ -50,3 +50,6 @@ Layout/MultilineMethodCallIndentation:
50
50
 
51
51
  LineLength:
52
52
  Max: 120
53
+
54
+ RSpec/ContextWording:
55
+ Enabled: False
@@ -1,3 +1,3 @@
1
1
  module CarwowRubocop
2
- VERSION = '2.0.0'.freeze
2
+ VERSION = '2.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carwow_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - carwow Developers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-22 00:00:00.000000000 Z
11
+ date: 2018-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler