glossgenius_style 0.1.11 → 0.1.14

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: cea983fc75f88ab1caede6ed5d58921bad112198ada0caabbc6fec524c6cd9fa
4
- data.tar.gz: 9ab15f114a46c0945432fdfc68f92f16fd6649f737d40eff7ea66fda42ff931c
3
+ metadata.gz: 7bd8edae7116d113b1df657e95cb8650aab5a9fcb89ddb50d8f14906c4516f43
4
+ data.tar.gz: 2c1e73c8129f1878d26d0019acef71ccbb9d2f9166cd0bd1b2a98ea6636ab503
5
5
  SHA512:
6
- metadata.gz: d87047fd7d76d07ef6ecd148777d4d5cd9cd9c4bc36722aa8fb98d86667fffa7f33378f876e28eab5f1380a65f5f33790f5460ebbdce08fad02bb43966e5b433
7
- data.tar.gz: d9fd05372ab779dd08e056ba5575acb09cc8e5d5961ae24709970f73a0d1206cd2a59e511fd3d34ef5172ab7d5d45975ec9b8e6f4f465643417fcfaf8a357e1c
6
+ metadata.gz: 4563a0e81020bbfd5fee1312f8332d634fe1bdc1ba7d5659339b90b9e34ffb898b1592594441f0904414eb1e1420955db087bbed5e294436446e09b85aed3ae0
7
+ data.tar.gz: 2c3fe8f1b8968f5c22f4853f7f2bcdf29d4a03adb96602125fdbc6350777f3a1b66b2e237f603430381519000521e00208115b18c2c352cedb8776ff52ad6226
data/.gitignore CHANGED
@@ -7,6 +7,7 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ .ruby-version
10
11
 
11
12
  # rspec failure tracking
12
13
  .rspec_status
data/CODEOWNERS CHANGED
@@ -1 +1 @@
1
- * @goodniceweb @ruby-owners
1
+ * @GlossGenius/ruby-owners
data/Gemfile.lock CHANGED
@@ -1,47 +1,50 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- glossgenius_style (0.1.11)
5
- rubocop (~> 0.81.0)
6
- rubocop-rspec (~> 1.38.1)
4
+ glossgenius_style (0.1.14)
5
+ rubocop (~> 1.23)
6
+ rubocop-rspec (~> 2.6)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- ast (2.4.0)
12
- diff-lcs (1.3)
13
- jaro_winkler (1.5.4)
14
- parallel (1.19.1)
15
- parser (2.7.1.1)
16
- ast (~> 2.4.0)
11
+ ast (2.4.2)
12
+ diff-lcs (1.4.4)
13
+ parallel (1.21.0)
14
+ parser (3.0.2.0)
15
+ ast (~> 2.4.1)
17
16
  rainbow (3.0.0)
18
- rake (13.0.1)
19
- rexml (3.2.4)
17
+ rake (13.0.6)
18
+ regexp_parser (2.1.1)
19
+ rexml (3.2.5)
20
20
  rspec (3.9.0)
21
21
  rspec-core (~> 3.9.0)
22
22
  rspec-expectations (~> 3.9.0)
23
23
  rspec-mocks (~> 3.9.0)
24
- rspec-core (3.9.0)
25
- rspec-support (~> 3.9.0)
26
- rspec-expectations (3.9.0)
24
+ rspec-core (3.9.3)
25
+ rspec-support (~> 3.9.3)
26
+ rspec-expectations (3.9.4)
27
27
  diff-lcs (>= 1.2.0, < 2.0)
28
28
  rspec-support (~> 3.9.0)
29
- rspec-mocks (3.9.0)
29
+ rspec-mocks (3.9.1)
30
30
  diff-lcs (>= 1.2.0, < 2.0)
31
31
  rspec-support (~> 3.9.0)
32
- rspec-support (3.9.0)
33
- rubocop (0.81.0)
34
- jaro_winkler (~> 1.5.1)
32
+ rspec-support (3.9.4)
33
+ rubocop (1.23.0)
35
34
  parallel (~> 1.10)
36
- parser (>= 2.7.0.1)
35
+ parser (>= 3.0.0.0)
37
36
  rainbow (>= 2.2.2, < 4.0)
37
+ regexp_parser (>= 1.8, < 3.0)
38
38
  rexml
39
+ rubocop-ast (>= 1.12.0, < 2.0)
39
40
  ruby-progressbar (~> 1.7)
40
- unicode-display_width (>= 1.4.0, < 2.0)
41
- rubocop-rspec (1.38.1)
42
- rubocop (>= 0.68.1)
43
- ruby-progressbar (1.10.1)
44
- unicode-display_width (1.7.0)
41
+ unicode-display_width (>= 1.4.0, < 3.0)
42
+ rubocop-ast (1.13.0)
43
+ parser (>= 3.0.1.1)
44
+ rubocop-rspec (2.6.0)
45
+ rubocop (~> 1.19)
46
+ ruby-progressbar (1.11.0)
47
+ unicode-display_width (2.1.0)
45
48
 
46
49
  PLATFORMS
47
50
  ruby
@@ -53,4 +56,4 @@ DEPENDENCIES
53
56
  rspec (~> 3.9.0)
54
57
 
55
58
  BUNDLED WITH
56
- 2.0.2
59
+ 2.2.31
data/default.yml CHANGED
@@ -22,7 +22,7 @@ Lint/StructNewOverride:
22
22
  Enabled: true
23
23
 
24
24
  Metrics/BlockLength:
25
- ExcludedMethods: ['namespace', 'describe', 'context']
25
+ IgnoredMethods: ['namespace', 'describe', 'context']
26
26
  Exclude:
27
27
  - 'config/**/*'
28
28
 
@@ -21,8 +21,8 @@ Gem::Specification.new do |spec|
21
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
22
  spec.require_paths = ['lib']
23
23
 
24
- spec.add_runtime_dependency 'rubocop', '~> 0.81.0'
25
- spec.add_runtime_dependency 'rubocop-rspec', '~> 1.38.1'
24
+ spec.add_runtime_dependency 'rubocop', '~> 1.23'
25
+ spec.add_runtime_dependency 'rubocop-rspec', '~> 2.6'
26
26
  spec.add_development_dependency 'bundler', '~> 2.0'
27
27
  spec.add_development_dependency 'rake', '~> 13.0.0'
28
28
  spec.add_development_dependency 'rspec', '~> 3.9.0'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GlossgeniusStyle
4
- VERSION = '0.1.11'
4
+ VERSION = '0.1.14'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glossgenius_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - GlossGenius
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-16 00:00:00.000000000 Z
11
+ date: 2022-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.81.0
19
+ version: '1.23'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.81.0
26
+ version: '1.23'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.38.1
33
+ version: '2.6'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.38.1
40
+ version: '2.6'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  requirements: []
126
- rubygems_version: 3.0.3
126
+ rubygems_version: 3.0.3.1
127
127
  signing_key:
128
128
  specification_version: 4
129
129
  summary: Ruby Style Guide for GlossGenius engineering team