roundhouse_ui 0.1.0 → 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/lib/roundhouse_ui/version.rb +1 -1
- metadata +8 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46c3254f820732cc242a9bdc774b2361dfadef7b2b1256f149d3d69c07f1be1b
|
|
4
|
+
data.tar.gz: 7037fdc482c7d515bd3168754f445ed046d0f26e53340014a29dd2c0591ae9d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80c1574f244bf2f4f4782811aa3688029421d6e06079aa693690da97f056b80a019ced7306ba7ee5d0e83122d53401a1135070ba2ea1a63c30a2491a4e1b7e83
|
|
7
|
+
data.tar.gz: 28da55ba898c4eabfb2bca7a33f2f3d6524fdfde833ca2d3cf792ce37fd3d3b2720c5a98a27f2a73ed79424019f2339a09423853a14604920c9e0f89230acfac
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: roundhouse_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- R.J. Robinson
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: bin
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-06-29 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: rails
|
|
@@ -29,14 +30,14 @@ dependencies:
|
|
|
29
30
|
requirements:
|
|
30
31
|
- - ">="
|
|
31
32
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
33
|
+
version: '6.5'
|
|
33
34
|
type: :runtime
|
|
34
35
|
prerelease: false
|
|
35
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
37
|
requirements:
|
|
37
38
|
- - ">="
|
|
38
39
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '
|
|
40
|
+
version: '6.5'
|
|
40
41
|
description: 'A mountable Rails engine that replaces the Sidekiq Web UI with a real-time
|
|
41
42
|
control plane: live queues, search, bulk actions, stuck-queue detection, snapshots,
|
|
42
43
|
and pluggable observability.'
|
|
@@ -111,6 +112,7 @@ metadata:
|
|
|
111
112
|
source_code_uri: https://github.com/rjrobinson/roundhouse_ui
|
|
112
113
|
changelog_uri: https://github.com/rjrobinson/roundhouse_ui/blob/main/CHANGELOG.md
|
|
113
114
|
rubygems_mfa_required: 'true'
|
|
115
|
+
post_install_message:
|
|
114
116
|
rdoc_options: []
|
|
115
117
|
require_paths:
|
|
116
118
|
- lib
|
|
@@ -125,7 +127,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
125
127
|
- !ruby/object:Gem::Version
|
|
126
128
|
version: '0'
|
|
127
129
|
requirements: []
|
|
128
|
-
rubygems_version:
|
|
130
|
+
rubygems_version: 3.5.22
|
|
131
|
+
signing_key:
|
|
129
132
|
specification_version: 4
|
|
130
133
|
summary: Roundhouse — a modern, real-time web UI for Sidekiq.
|
|
131
134
|
test_files: []
|