jirametrics 1.2 → 1.2.1
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/jirametrics/aging_work_bar_chart.rb +1 -3
- data/lib/jirametrics/downloader.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: e97ffb4b2217f2b52ad32442b150243308aed066d4d4cedea4e9ab00a54e2f60
|
4
|
+
data.tar.gz: 4d722736c3494db4977ce2504afe69ba5dad00982b25069a5dea70ff2b7141bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bec679ade15523af3929183d52603d200a4dc42ca1cb34debbde314970d2883f93b40f1f05789497d16ba467b812fc9f9df90cfe34cd1dff81ad7f04b7cf9b35
|
7
|
+
data.tar.gz: 578a6ef7ba619bfd63e3ff5c2653fddca52500ad3f03117b043c80eed039c0b437eae7536f6970f9b8bfa1b03a2fd78b706abe015167350a506d0844313200af
|
@@ -17,9 +17,7 @@ class AgingWorkBarChart < ChartBase
|
|
17
17
|
<p>
|
18
18
|
There are potentially three bars for each issue, although a bar may be missing if the issue has no
|
19
19
|
information relevant to that. Hovering over any of the bars will provide more details.
|
20
|
-
<ol><li>The top bar tells you what status the issue is in at any time
|
21
|
-
category of "To Do" will be in blue. Any in the category of "In Progress" will be in a
|
22
|
-
yellow and any in "Done" will be green.</li>
|
20
|
+
<ol><li>The top bar tells you what status the issue is in at any time.</li>
|
23
21
|
<li>The middle bar indicates blocked and stalled states. A lighter orange is stalled and a darker,
|
24
22
|
reddish colour is blocked.</li>
|
25
23
|
<li>The bottom bar indicated an expedited state.</li></ol>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jirametrics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Bowler
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: random-word
|