jirametrics 1.2 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 764cb202d312568aa9677798e2ced203b1c8a27578c5dead600cda5401970693
4
- data.tar.gz: 159da0c95a7377ba3fd0320efa89f685792e8b4da2e06396fe48737f9dc5ec6c
3
+ metadata.gz: e97ffb4b2217f2b52ad32442b150243308aed066d4d4cedea4e9ab00a54e2f60
4
+ data.tar.gz: 4d722736c3494db4977ce2504afe69ba5dad00982b25069a5dea70ff2b7141bc
5
5
  SHA512:
6
- metadata.gz: 6b315ccf74df5fc323fe82e09f581d055145540af51236cd22ca49bf8e77e3ec7394a0effe67f9a8ec83ed5ca87b2ad580234559f4fbfc18e23b5822af323d83
7
- data.tar.gz: 4eedc85ec84f589f1a485d8e67f954c69d5c43b0e9bf457bf969107eff4a0a68466a30cad26bf7836bb5d2377503e3eb76fa9562a5466f3e923487c85173f389
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. Any statuses in the status
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>
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'cgi'
4
4
  require 'json'
5
- require 'english'
5
+ require 'English'
6
6
 
7
7
  class Downloader
8
8
  CURRENT_METADATA_VERSION = 4
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: '1.2'
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-09-14 00:00:00.000000000 Z
11
+ date: 2023-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: random-word