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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -4
- data/lib/mission_control/jobs/theme/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2998ca70459672e7a96a3cc2ac36c5a60deef14ceeeff2e7ed2a7e3bf5ac1f6
|
|
4
|
+
data.tar.gz: ccf4f8f6e135908cf906263a0cf1ad976bd0deaca2fc5b644f15eb6f1c7464fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 886e18b080da594beab8923825522faece6a6f1dba17966eeb118db01bfab7d271114d55f9079d10a307c6835c1f25b3d34f7dab74c1c917777bcf8721759db6
|
|
7
|
+
data.tar.gz: e656d8779bb7128e6e98d94ba773225da6c145bf32c60075b649a037fc5e201adef32e186059e6dc7dd47b931dceed1cc005ea38346dcb68578ad97aabb9e759
|
data/CHANGELOG.md
CHANGED
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
|
|
23
|
-
- Rails
|
|
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:
|
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.
|
|
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: '
|
|
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: '
|
|
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.
|
|
92
|
+
version: '3.2'
|
|
87
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
94
|
requirements:
|
|
89
95
|
- - ">="
|