rubocop-pixelforce 0.2 → 0.3

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
  SHA256:
3
- metadata.gz: c162fabb86da5bd7875eb0cfdeca286d60de037539afab4418c8a5b6aaef43d6
4
- data.tar.gz: c3e9900d17c47e9057ca858bc716dd5351b821b579f26756ed04d8cd66ff0c2c
3
+ metadata.gz: f7183c2bd36b9ded637e732f10a442180c1d631946009f0e7b18947cc26c2b91
4
+ data.tar.gz: 767a3f22c46a45d9192211fe56f5ba0848ee10bc0a2ab1eb36e089b50ac60692
5
5
  SHA512:
6
- metadata.gz: e04334e6bb729f7c9c9f0bc39a9437e0a6c474cef618f53d808b9e73d8b36d2b883ebbafc8177deb2141f236c90b56178319fedbb7f6d95482609a15fb5f4c25
7
- data.tar.gz: 10ea0b324884cbf219a5cddee43a1aabe7735b1be80b79d5f8dee5af971da12d9f801649e50beffaadfd6f6c528de6bd692a8c4a422cf1459bdd01856d400782
6
+ metadata.gz: a28e3971ac5717957d9ccf62aac47932c4b87b532c6367dbad4b4d985c183944d6559542f0553d47b5667471f2f8341f88466907c5f36afee3df91f0dfd5c1fc
7
+ data.tar.gz: eedf613e54c8903a8453fb11e657d93dc5500983864cf2a0407fd98db5169a52970d763fbdd86b707a8a1952adc4a9a34d561fa8d95b80daedbb70a4f70c5544
data/Gemfile.lock ADDED
@@ -0,0 +1,59 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rubocop-pixelforce (0.3)
5
+ rubocop (~> 0.76)
6
+ rubocop-performance
7
+ rubocop-rails
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ ast (2.4.0)
13
+ diff-lcs (1.3)
14
+ jaro_winkler (1.5.4)
15
+ parallel (1.18.0)
16
+ parser (2.6.5.0)
17
+ ast (~> 2.4.0)
18
+ rack (2.0.7)
19
+ rainbow (3.0.0)
20
+ rake (10.4.2)
21
+ rspec (3.9.0)
22
+ rspec-core (~> 3.9.0)
23
+ rspec-expectations (~> 3.9.0)
24
+ rspec-mocks (~> 3.9.0)
25
+ rspec-core (3.9.0)
26
+ rspec-support (~> 3.9.0)
27
+ rspec-expectations (3.9.0)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.9.0)
30
+ rspec-mocks (3.9.0)
31
+ diff-lcs (>= 1.2.0, < 2.0)
32
+ rspec-support (~> 3.9.0)
33
+ rspec-support (3.9.0)
34
+ rubocop (0.76.0)
35
+ jaro_winkler (~> 1.5.1)
36
+ parallel (~> 1.10)
37
+ parser (>= 2.6)
38
+ rainbow (>= 2.2.2, < 4.0)
39
+ ruby-progressbar (~> 1.7)
40
+ unicode-display_width (>= 1.4.0, < 1.7)
41
+ rubocop-performance (1.5.0)
42
+ rubocop (>= 0.71.0)
43
+ rubocop-rails (2.3.2)
44
+ rack (>= 1.1)
45
+ rubocop (>= 0.72.0)
46
+ ruby-progressbar (1.10.1)
47
+ unicode-display_width (1.6.0)
48
+
49
+ PLATFORMS
50
+ ruby
51
+
52
+ DEPENDENCIES
53
+ bundler (~> 2.0)
54
+ rake (~> 10.0)
55
+ rspec (~> 3.0)
56
+ rubocop-pixelforce!
57
+
58
+ BUNDLED WITH
59
+ 2.0.2
data/default.yml CHANGED
@@ -16,6 +16,9 @@ Rails/UnknownEnv:
16
16
  - test
17
17
  - staging
18
18
 
19
+ Rails/HasManyOrHasOneDependent:
20
+ Enabled: false
21
+
19
22
  Rails/FilePath:
20
23
  Enabled: false
21
24
 
@@ -1,5 +1,5 @@
1
1
  module Rubocop
2
2
  module Pixelforce
3
- VERSION = "0.2"
3
+ VERSION = "0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-pixelforce
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Zhang
@@ -106,6 +106,7 @@ files:
106
106
  - ".rspec"
107
107
  - ".travis.yml"
108
108
  - Gemfile
109
+ - Gemfile.lock
109
110
  - README.md
110
111
  - Rakefile
111
112
  - bin/console