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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd917e5a84617f905e11f72170d5d77affc235a19e950a8ebcb23bda82da5e88
4
- data.tar.gz: 2f9731ec40b5115dcec13729a0d358cf7eb1ab94e713bad0059abd303812e525
3
+ metadata.gz: 8596b9efe44d2f0d4bf97a30c6e51e35524ea9d946cb36a7795536219eaf6b67
4
+ data.tar.gz: 5076766fd3133fa53445fbd9a31d6568ae19582986c9e4e0d71a857489d73f9d
5
5
  SHA512:
6
- metadata.gz: a0258af30ce8434ae0924c87e6ad4c3c87f5fefc5dafc782a504d260346a5e56740a52ed8ce3226832c65fbdbe1cdce7b98f58428251afce3b9aa1410331ceab
7
- data.tar.gz: 7846e7e9bf541fc862f4a29e9dc26e559a1fa3e11b36bb7fa11b3c20a392d1780093482d5faf275dbacda0381151d7686bba77d0735b432986e1575efdb96fa5
6
+ metadata.gz: 5ababaa4816bb86b7435bab69be194128c26a1658f89c28e7ad89879ef2af4cd88ceeb3b752f7a1db9641cd4ab7fabeb79caf32a9d49e22540b41ac358e83032
7
+ data.tar.gz: aa5e72e7f503baed8dc31acf8650b516beaf92ca47e7e9b71182cfdac9cec1081951f6380526702bb16c9cb65aa96e7d4fad0a6ad5617ec47cda9d4d61323a85
data/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### [0.0.13] - 2026-02-10
6
+
5
7
  - build: Switched to official package registries.
6
8
 
7
9
  ### [0.0.12] - 2025-11-11
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- skyltmax_config (0.0.13.beta.2)
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.27.0)
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.2.0)
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
- 2.6.2
92
+ 4.0.6
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SkyltmaxConfig
4
- VERSION = "0.0.13.beta.2"
4
+ VERSION = "0.0.13.beta.3"
5
5
  end
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.2
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: 4.0.3
153
+ rubygems_version: 3.6.9
154
154
  specification_version: 4
155
155
  summary: Reasonable Rubocop configs.
156
156
  test_files: []