art-rubocop 1.0.9 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43032368eb96e7af7a84b6619f22fd54debde2ee63a427e7a944a39261988b3d
4
- data.tar.gz: 1dad539dd234e15c6e72d5d8fca9a5ad32c800e819e70b2e13b2c5c214bc7565
3
+ metadata.gz: 012f9fb6d4843d001b405e5ca867f59b31d0c869bbef4a4768ee4642085dfff7
4
+ data.tar.gz: 3b1f7a92447b6a099aee61922948802f81a6888cbfd9c1fef695c6e249c89157
5
5
  SHA512:
6
- metadata.gz: 9765d9bca65f07a4c85fe3b4a7cbc156028a3e6b5db7e2c0a1f2b4ddf33f306a99753e54b868fdae309e628ba467fe1949d5a995eec9453ffff6870e15fb5aec
7
- data.tar.gz: d00e2b1c1cfe068b80484eb07456866575cfdc601b20bd1df93e424badc68e41b2ee6b6327ba9b090e8031cf2ef4744b46d7c68a2bf996ee9ab5865878496f94
6
+ metadata.gz: 37b8e016ab3eaac121ef79c29c2b26ce22ca58e5883871452ff836a4847f9ed459354c550a763cfda0389250c59899dc9c5e0a514ad02f366cfef0454cf01d13
7
+ data.tar.gz: e3d59d3dec99a08d498a9425b485399aae470444b59465c457f58f388a37ff6efef61ace102201e470a8817e8c629a831b0df8b84a75f64867ddabdcc04dd06f
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ pkg/
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- art-rubocop (1.0.9)
4
+ art-rubocop (1.1.0)
5
5
  rubocop (~> 1.41, >= 1.41.0)
6
6
  rubocop-performance (~> 1.15, >= 1.15.1)
7
7
  rubocop-rails (~> 2.17, >= 2.17.3)
@@ -10,50 +10,53 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.4)
13
+ activesupport (7.0.4.2)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
17
17
  tzinfo (~> 2.0)
18
18
  ast (2.4.2)
19
- concurrent-ruby (1.1.10)
19
+ concurrent-ruby (1.2.0)
20
20
  i18n (1.12.0)
21
21
  concurrent-ruby (~> 1.0)
22
22
  json (2.6.3)
23
- minitest (5.16.3)
23
+ minitest (5.17.0)
24
24
  parallel (1.22.1)
25
- parser (3.1.3.0)
25
+ parser (3.2.0.0)
26
26
  ast (~> 2.4.1)
27
- rack (3.0.2)
27
+ rack (3.0.4.1)
28
28
  rainbow (3.1.1)
29
29
  rake (13.0.6)
30
- regexp_parser (2.6.1)
30
+ regexp_parser (2.7.0)
31
31
  rexml (3.2.5)
32
- rubocop (1.41.0)
32
+ rubocop (1.45.1)
33
33
  json (~> 2.3)
34
34
  parallel (~> 1.10)
35
- parser (>= 3.1.2.1)
35
+ parser (>= 3.2.0.0)
36
36
  rainbow (>= 2.2.2, < 4.0)
37
37
  regexp_parser (>= 1.8, < 3.0)
38
38
  rexml (>= 3.2.5, < 4.0)
39
- rubocop-ast (>= 1.23.0, < 2.0)
39
+ rubocop-ast (>= 1.24.1, < 2.0)
40
40
  ruby-progressbar (~> 1.7)
41
- unicode-display_width (>= 1.4.0, < 3.0)
42
- rubocop-ast (1.24.0)
41
+ unicode-display_width (>= 2.4.0, < 3.0)
42
+ rubocop-ast (1.24.1)
43
43
  parser (>= 3.1.1.0)
44
- rubocop-performance (1.15.1)
44
+ rubocop-capybara (2.17.0)
45
+ rubocop (~> 1.41)
46
+ rubocop-performance (1.16.0)
45
47
  rubocop (>= 1.7.0, < 2.0)
46
48
  rubocop-ast (>= 0.4.0)
47
- rubocop-rails (2.17.3)
49
+ rubocop-rails (2.17.4)
48
50
  activesupport (>= 4.2.0)
49
51
  rack (>= 1.1)
50
52
  rubocop (>= 1.33.0, < 2.0)
51
- rubocop-rspec (2.16.0)
53
+ rubocop-rspec (2.18.1)
52
54
  rubocop (~> 1.33)
55
+ rubocop-capybara (~> 2.17)
53
56
  ruby-progressbar (1.11.0)
54
- tzinfo (2.0.5)
57
+ tzinfo (2.0.6)
55
58
  concurrent-ruby (~> 1.0)
56
- unicode-display_width (2.3.0)
59
+ unicode-display_width (2.4.2)
57
60
 
58
61
  PLATFORMS
59
62
  arm64-darwin-21
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Installation
4
4
 
5
- Currently targets Ruby 2.6
5
+ Currently targets Ruby 3.1
6
6
 
7
7
  Add this line to your app's Gemfile (You do not need to add `rubocop` as a dependency in your Gemfile):
8
8
 
@@ -54,7 +54,7 @@ $ bundle exec rubocop
54
54
  $ gem build art-rubocop.gemspec
55
55
  ```
56
56
 
57
- 3. git push, git paid
57
+ 3. gem push pkg/art-rubocop-<version>.gem
58
58
 
59
59
  ## Wiki
60
60
 
data/art-rubocop.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "art-rubocop"
5
- spec.version = "1.0.9"
5
+ spec.version = "1.1.1"
6
6
  spec.authors = ["Growth Engineering"]
7
7
  spec.email = ["devinrm@articulate.com"]
8
8
  spec.summary = "Rubocop style guide for Articulate Growth Engineering"