mission_control-jobs-theme 0.1.4 → 0.2.0

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: 3eb69aa26abda7e51663bf74023780a5dec032a130a39c68af6bedfac511c03b
4
- data.tar.gz: c0fd29906b85aeb4561d023ec7025e30ffd7a0d1b77233bba30b91473425e5cc
3
+ metadata.gz: c2998ca70459672e7a96a3cc2ac36c5a60deef14ceeeff2e7ed2a7e3bf5ac1f6
4
+ data.tar.gz: ccf4f8f6e135908cf906263a0cf1ad976bd0deaca2fc5b644f15eb6f1c7464fb
5
5
  SHA512:
6
- metadata.gz: f2a037daf0734d8a9ff4d4038c1deafc0f198faf5d6933e2490af065318c054380246d0875303a62beda412262a16683094ccca3aea3c1535e71630d1b457008
7
- data.tar.gz: abfd13b582d154ebbec75e2ba1670bc3c40639c020fcd2c70a76ad5e9b4a2f6000f2d50763c55178f89deb7104efda8ff56c2859f8dc33bb84317a6ada19197d
6
+ metadata.gz: 886e18b080da594beab8923825522faece6a6f1dba17966eeb118db01bfab7d271114d55f9079d10a307c6835c1f25b3d34f7dab74c1c917777bcf8721759db6
7
+ data.tar.gz: e656d8779bb7128e6e98d94ba773225da6c145bf32c60075b649a037fc5e201adef32e186059e6dc7dd47b931dceed1cc005ea38346dcb68578ad97aabb9e759
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.0] - 2026-03-31
4
+
5
+ - Broaden compatibility to Ruby >= 3.2 and Rails >= 7.1 (previously Ruby 3.4 / Rails 8.1 only)
6
+
3
7
  ## [0.1.4] - 2026-03-29
4
8
 
5
9
  - Refined visual styling across all components for a softer, more polished look
data/README.md CHANGED
@@ -19,12 +19,10 @@ A drop-in visual theme for [MissionControl::Jobs](https://github.com/rails/missi
19
19
 
20
20
  ## Requirements
21
21
 
22
- - Ruby **3.4+**
23
- - Rails **8.1+**
22
+ - Ruby **>= 3.2**
23
+ - Rails **>= 7.1**
24
24
  - [mission_control-jobs](https://github.com/rails/mission_control-jobs) **>= 1.1**
25
25
 
26
- > **Note:** Tested with Ruby 3.4, Rails 8.1, and mission_control-jobs 1.1. Earlier versions may work but are not part of the test matrix yet.
27
-
28
26
  ## Installation
29
27
 
30
28
  Add to your Gemfile:
@@ -3,7 +3,7 @@
3
3
  module MissionControl
4
4
  module Jobs
5
5
  module Theme
6
- VERSION = "0.1.4"
6
+ VERSION = "0.2.0"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mission_control-jobs-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Łukasz Tackowiak
@@ -27,16 +27,22 @@ dependencies:
27
27
  name: railties
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - "~>"
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '7.1'
33
+ - - "<"
31
34
  - !ruby/object:Gem::Version
32
- version: '8.1'
35
+ version: '9'
33
36
  type: :runtime
34
37
  prerelease: false
35
38
  version_requirements: !ruby/object:Gem::Requirement
36
39
  requirements:
37
- - - "~>"
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '7.1'
43
+ - - "<"
38
44
  - !ruby/object:Gem::Version
39
- version: '8.1'
45
+ version: '9'
40
46
  description: Drop-in theme that refreshes the MissionControl::Jobs UI with refined
41
47
  typography, a malachite color palette, and JSON syntax highlighting. Zero configuration
42
48
  — works via Rack middleware without overriding views.
@@ -83,7 +89,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
89
  requirements:
84
90
  - - ">="
85
91
  - !ruby/object:Gem::Version
86
- version: '3.4'
92
+ version: '3.2'
87
93
  required_rubygems_version: !ruby/object:Gem::Requirement
88
94
  requirements:
89
95
  - - ">="