skyltmax_config 0.0.13.beta.2 → 0.0.13.beta.3
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/CHANGELOG.md +2 -0
- data/Gemfile.lock +4 -4
- data/lib/skyltmax_config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8596b9efe44d2f0d4bf97a30c6e51e35524ea9d946cb36a7795536219eaf6b67
|
|
4
|
+
data.tar.gz: 5076766fd3133fa53445fbd9a31d6568ae19582986c9e4e0d71a857489d73f9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ababaa4816bb86b7435bab69be194128c26a1658f89c28e7ad89879ef2af4cd88ceeb3b752f7a1db9641cd4ab7fabeb79caf32a9d49e22540b41ac358e83032
|
|
7
|
+
data.tar.gz: aa5e72e7f503baed8dc31acf8650b516beaf92ca47e7e9b71182cfdac9cec1081951f6380526702bb16c9cb65aa96e7d4fad0a6ad5617ec47cda9d4d61323a85
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
skyltmax_config (0.0.13.beta.
|
|
4
|
+
skyltmax_config (0.0.13.beta.3)
|
|
5
5
|
rubocop (>= 1.81.0, < 2)
|
|
6
6
|
rubocop-performance (>= 1.26.0, < 2)
|
|
7
7
|
rubocop-rails (>= 2.33.0, < 3)
|
|
@@ -34,7 +34,7 @@ GEM
|
|
|
34
34
|
language_server-protocol (3.17.0.5)
|
|
35
35
|
lint_roller (1.1.0)
|
|
36
36
|
logger (1.7.0)
|
|
37
|
-
minitest (5.
|
|
37
|
+
minitest (5.26.0)
|
|
38
38
|
parallel (1.27.0)
|
|
39
39
|
parser (3.3.9.0)
|
|
40
40
|
ast (~> 2.4.1)
|
|
@@ -75,7 +75,7 @@ GEM
|
|
|
75
75
|
concurrent-ruby (~> 1.0)
|
|
76
76
|
unicode-display_width (3.1.4)
|
|
77
77
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
78
|
-
unicode-emoji (4.
|
|
78
|
+
unicode-emoji (4.0.4)
|
|
79
79
|
uri (1.1.1)
|
|
80
80
|
|
|
81
81
|
PLATFORMS
|
|
@@ -89,4 +89,4 @@ DEPENDENCIES
|
|
|
89
89
|
skyltmax_config!
|
|
90
90
|
|
|
91
91
|
BUNDLED WITH
|
|
92
|
-
|
|
92
|
+
4.0.6
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: skyltmax_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.13.beta.
|
|
4
|
+
version: 0.0.13.beta.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Signmax AB
|
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
151
|
version: '3.2'
|
|
152
152
|
requirements: []
|
|
153
|
-
rubygems_version:
|
|
153
|
+
rubygems_version: 3.6.9
|
|
154
154
|
specification_version: 4
|
|
155
155
|
summary: Reasonable Rubocop configs.
|
|
156
156
|
test_files: []
|