art-rubocop 1.0.9 → 1.1.0

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: 43032368eb96e7af7a84b6619f22fd54debde2ee63a427e7a944a39261988b3d
4
- data.tar.gz: 1dad539dd234e15c6e72d5d8fca9a5ad32c800e819e70b2e13b2c5c214bc7565
3
+ metadata.gz: b66c848cff9eef8b30354fd565db9f3f326fc962f98561a33f3e23cbfb414bdb
4
+ data.tar.gz: 6a108c116b0454cba4c82ddee8d986e05c4101437d3ec253449d2625e7bb95e0
5
5
  SHA512:
6
- metadata.gz: 9765d9bca65f07a4c85fe3b4a7cbc156028a3e6b5db7e2c0a1f2b4ddf33f306a99753e54b868fdae309e628ba467fe1949d5a995eec9453ffff6870e15fb5aec
7
- data.tar.gz: d00e2b1c1cfe068b80484eb07456866575cfdc601b20bd1df93e424badc68e41b2ee6b6327ba9b090e8031cf2ef4744b46d7c68a2bf996ee9ab5865878496f94
6
+ metadata.gz: 67680fde1523d3473d317cea5394674ca9145ce5ddd63701be4e394736b3f187cdd9ddfb4c48ce6460631e04fe7caa63708210f22d8f15e8cf859101b1b1216b
7
+ data.tar.gz: 67435d3188283d9eec9f64fa5b0339dee15bd6ec2044a293150ca33137394e56e1a1abbe64ba636ecf2584d9af5249357564372f48f6804820a2276fd19a6b84
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ pkg/
data/Gemfile.lock CHANGED
@@ -20,31 +20,31 @@ GEM
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
25
  parser (3.1.3.0)
26
26
  ast (~> 2.4.1)
27
- rack (3.0.2)
27
+ rack (3.0.3)
28
28
  rainbow (3.1.1)
29
29
  rake (13.0.6)
30
30
  regexp_parser (2.6.1)
31
31
  rexml (3.2.5)
32
- rubocop (1.41.0)
32
+ rubocop (1.42.0)
33
33
  json (~> 2.3)
34
34
  parallel (~> 1.10)
35
35
  parser (>= 3.1.2.1)
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
41
  unicode-display_width (>= 1.4.0, < 3.0)
42
- rubocop-ast (1.24.0)
42
+ rubocop-ast (1.24.1)
43
43
  parser (>= 3.1.1.0)
44
- rubocop-performance (1.15.1)
44
+ rubocop-performance (1.15.2)
45
45
  rubocop (>= 1.7.0, < 2.0)
46
46
  rubocop-ast (>= 0.4.0)
47
- rubocop-rails (2.17.3)
47
+ rubocop-rails (2.17.4)
48
48
  activesupport (>= 4.2.0)
49
49
  rack (>= 1.1)
50
50
  rubocop (>= 1.33.0, < 2.0)
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.0"
6
6
  spec.authors = ["Growth Engineering"]
7
7
  spec.email = ["devinrm@articulate.com"]
8
8
  spec.summary = "Rubocop style guide for Articulate Growth Engineering"