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 +4 -4
- data/.gitignore +1 -0
- data/CODEOWNERS +1 -1
- data/Gemfile.lock +28 -25
- data/default.yml +1 -1
- data/glossgenius_style.gemspec +2 -2
- data/lib/glossgenius_style/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bd8edae7116d113b1df657e95cb8650aab5a9fcb89ddb50d8f14906c4516f43
|
4
|
+
data.tar.gz: 2c1e73c8129f1878d26d0019acef71ccbb9d2f9166cd0bd1b2a98ea6636ab503
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4563a0e81020bbfd5fee1312f8332d634fe1bdc1ba7d5659339b90b9e34ffb898b1592594441f0904414eb1e1420955db087bbed5e294436446e09b85aed3ae0
|
7
|
+
data.tar.gz: 2c3fe8f1b8968f5c22f4853f7f2bcdf29d4a03adb96602125fdbc6350777f3a1b66b2e237f603430381519000521e00208115b18c2c352cedb8776ff52ad6226
|
data/.gitignore
CHANGED
data/CODEOWNERS
CHANGED
@@ -1 +1 @@
|
|
1
|
-
* @
|
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.
|
5
|
-
rubocop (~>
|
6
|
-
rubocop-rspec (~>
|
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.
|
12
|
-
diff-lcs (1.
|
13
|
-
|
14
|
-
|
15
|
-
|
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.
|
19
|
-
|
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.
|
25
|
-
rspec-support (~> 3.9.
|
26
|
-
rspec-expectations (3.9.
|
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.
|
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.
|
33
|
-
rubocop (
|
34
|
-
jaro_winkler (~> 1.5.1)
|
32
|
+
rspec-support (3.9.4)
|
33
|
+
rubocop (1.23.0)
|
35
34
|
parallel (~> 1.10)
|
36
|
-
parser (>=
|
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, <
|
41
|
-
rubocop-
|
42
|
-
|
43
|
-
|
44
|
-
|
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.
|
59
|
+
2.2.31
|
data/default.yml
CHANGED
data/glossgenius_style.gemspec
CHANGED
@@ -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', '~>
|
25
|
-
spec.add_runtime_dependency 'rubocop-rspec', '~>
|
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'
|
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.
|
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:
|
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:
|
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:
|
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:
|
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:
|
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
|