art-rubocop 1.0.1 → 1.0.2

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: b21c03c1e84765b693b7525ebd209d423254ba5568db0cfa2dbec22362fd6d2f
4
- data.tar.gz: d3a6805e673d95233e1d8591b33072427f0ce1302de17e471aa577b29c1fc388
3
+ metadata.gz: e8563ae8b938f7fae943f61a1f166aba01a04689442e4d480cb6a51d77bda657
4
+ data.tar.gz: 1701442e633b33af42bbf019ac97018744e0b4b3c07739ebd7c714a7bd7dc21d
5
5
  SHA512:
6
- metadata.gz: 2a98550811c7de3e3442d96099e739ea6384b665745475febd0c794c53d789ac58cffa20effe8f1c9b2e02a27c64e0e35b4667020c39b5b11faccd4d2a8a89ca
7
- data.tar.gz: 94d8cf6c37e913345b05a70a43a1f1ee875315649293fda5145debfe07464e0ba29248801137dbe8ed762e9fc7a1ef421c54900eacd8243bdf876870ab6871ff
6
+ metadata.gz: 881e4e68a7c96b2c84995768a9bba49554d526a42d7deca1a935ec2694784db71748f9ef387e936900c8db92cc5050542d1d3bf2d9bc5dd9d56147246591c715
7
+ data.tar.gz: 698bf499d51715bd222924aae84843260e68a19470cc234eb25e51e9375b4454acb547e48b820fe6fc209d636524ade8b01433787e4e1828cb6eb7a3a449ab69
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify dependencies in art-rubocop.gemspec
4
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,67 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ art-rubocop (1.0.2)
5
+ rubocop (~> 1.26, >= 1.26.1)
6
+ rubocop-performance (~> 1.13, >= 1.13.3)
7
+ rubocop-rails (~> 2.14, >= 2.14.2)
8
+ rubocop-rspec (~> 2.9)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ activesupport (6.1.5)
14
+ concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ i18n (>= 1.6, < 2)
16
+ minitest (>= 5.1)
17
+ tzinfo (~> 2.0)
18
+ zeitwerk (~> 2.3)
19
+ ast (2.4.2)
20
+ concurrent-ruby (1.1.10)
21
+ i18n (1.10.0)
22
+ concurrent-ruby (~> 1.0)
23
+ minitest (5.15.0)
24
+ parallel (1.22.1)
25
+ parser (3.1.1.0)
26
+ ast (~> 2.4.1)
27
+ rack (2.2.3)
28
+ rainbow (3.1.1)
29
+ rake (13.0.6)
30
+ regexp_parser (2.2.1)
31
+ rexml (3.2.5)
32
+ rubocop (1.26.1)
33
+ parallel (~> 1.10)
34
+ parser (>= 3.1.0.0)
35
+ rainbow (>= 2.2.2, < 4.0)
36
+ regexp_parser (>= 1.8, < 3.0)
37
+ rexml
38
+ rubocop-ast (>= 1.16.0, < 2.0)
39
+ ruby-progressbar (~> 1.7)
40
+ unicode-display_width (>= 1.4.0, < 3.0)
41
+ rubocop-ast (1.16.0)
42
+ parser (>= 3.1.1.0)
43
+ rubocop-performance (1.13.3)
44
+ rubocop (>= 1.7.0, < 2.0)
45
+ rubocop-ast (>= 0.4.0)
46
+ rubocop-rails (2.14.2)
47
+ activesupport (>= 4.2.0)
48
+ rack (>= 1.1)
49
+ rubocop (>= 1.7.0, < 2.0)
50
+ rubocop-rspec (2.9.0)
51
+ rubocop (~> 1.19)
52
+ ruby-progressbar (1.11.0)
53
+ tzinfo (2.0.4)
54
+ concurrent-ruby (~> 1.0)
55
+ unicode-display_width (2.1.0)
56
+ zeitwerk (2.5.4)
57
+
58
+ PLATFORMS
59
+ arm64-darwin-21
60
+
61
+ DEPENDENCIES
62
+ art-rubocop!
63
+ bundler
64
+ rake
65
+
66
+ BUNDLED WITH
67
+ 2.3.7