art-rubocop 1.0.4 → 1.0.5

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: b26d656c295f5c6278bd3912704cacc5e5479c3c1fc295919c94469577d6ebf3
4
- data.tar.gz: 40e4d33671cabd553b7cc5bc79327e3e757bf953ff6c4ff7e93944a623a96638
3
+ metadata.gz: 4498073f5ee57c0b84e75a2b517de2c170d6d8e0170cfc31eba7c0db1a554092
4
+ data.tar.gz: c2d75068c6db3745a9acfd9bc1170e35f8f58f8878c63501f4eb7863fc014501
5
5
  SHA512:
6
- metadata.gz: 57796d87816ed72e3a5c8f8db08bd95695aabfe7475b2b185c124113489a9ce29b2ba341321cb4e3cb68f596491b0ab4b5e8187d330b0802ed7e7105d3a2e6be
7
- data.tar.gz: 75beb3504ad0555672e24cccca595fb1b33322f54eb8ce04f2bbd7b2fc7101f5dc3866a3b2b6fd83726a21760b0b27abc2310cdaefeab9b88eae66262fcb569c
6
+ metadata.gz: 56ef1a0c2c3d5347e976332a54a8371adee7f33b52ff245dabe63069a66ee3d0938b99a1af6262cc78483e927ed0483908a8aaad40206f07420d75c60d914485
7
+ data.tar.gz: b376b99cd85c2acbca1012e178d6c8132dbfca8bea929454d52e494cbe6e106af54c8e0d65735c9ec9bfcc88490508c21e9e5754c38ffbcfad2216585dd6bbca
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- art-rubocop (1.0.3)
4
+ art-rubocop (1.0.4)
5
5
  rubocop (~> 1.26, >= 1.26.1)
6
6
  rubocop-performance (~> 1.13, >= 1.13.3)
7
7
  rubocop-rails (~> 2.14, >= 2.14.2)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.2.4)
13
+ activesupport (7.0.3)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
@@ -26,9 +26,9 @@ GEM
26
26
  rack (2.2.3)
27
27
  rainbow (3.1.1)
28
28
  rake (13.0.6)
29
- regexp_parser (2.3.1)
29
+ regexp_parser (2.4.0)
30
30
  rexml (3.2.5)
31
- rubocop (1.29.0)
31
+ rubocop (1.29.1)
32
32
  parallel (~> 1.10)
33
33
  parser (>= 3.1.0.0)
34
34
  rainbow (>= 2.2.2, < 4.0)
@@ -37,16 +37,16 @@ GEM
37
37
  rubocop-ast (>= 1.17.0, < 2.0)
38
38
  ruby-progressbar (~> 1.7)
39
39
  unicode-display_width (>= 1.4.0, < 3.0)
40
- rubocop-ast (1.17.0)
40
+ rubocop-ast (1.18.0)
41
41
  parser (>= 3.1.1.0)
42
- rubocop-performance (1.13.3)
42
+ rubocop-performance (1.14.0)
43
43
  rubocop (>= 1.7.0, < 2.0)
44
44
  rubocop-ast (>= 0.4.0)
45
45
  rubocop-rails (2.14.2)
46
46
  activesupport (>= 4.2.0)
47
47
  rack (>= 1.1)
48
48
  rubocop (>= 1.7.0, < 2.0)
49
- rubocop-rspec (2.10.0)
49
+ rubocop-rspec (2.11.1)
50
50
  rubocop (~> 1.19)
51
51
  ruby-progressbar (1.11.0)
52
52
  tzinfo (2.0.4)
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.4"
5
+ spec.version = "1.0.5"
6
6
  spec.authors = ["MarkOps"]
7
7
  spec.email = ["devinrm@articulate.com"]
8
8
  spec.summary = "Rubocop style guide for Articulate MarkOps"
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: art-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - MarkOps
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -132,6 +132,7 @@ files:
132
132
  - lib/art-rubocop.rb
133
133
  - pkg/art-rubocop-1.0.2.gem
134
134
  - pkg/art-rubocop-1.0.3.gem
135
+ - pkg/art-rubocop-1.0.4.gem
135
136
  homepage: https://github.com/articulate/art-rubocop
136
137
  licenses:
137
138
  - GPL-3.0-or-later
@@ -152,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
153
  - !ruby/object:Gem::Version
153
154
  version: '0'
154
155
  requirements: []
155
- rubygems_version: 3.3.13
156
+ rubygems_version: 3.3.14
156
157
  signing_key:
157
158
  specification_version: 4
158
159
  summary: Rubocop style guide for Articulate MarkOps