doing 1.0.72 → 1.0.73

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: 8ab378bf9ba26ec5c6f852afa702d74bd8323bb9e4aca92e3e94b081c578b637
4
- data.tar.gz: 1c868eb6ac0dbb438f69679abfcb2fc587465ce9848c4da607f537b8c98d60ca
3
+ metadata.gz: 8b7d7f6e02a2f50af048b4a2547d8f43fe2346741a83737e8087d9a163c1a480
4
+ data.tar.gz: e082a72f034f52e0f149c62d56c8ed8980d2d9225333d5a381258ee8da19bd8c
5
5
  SHA512:
6
- metadata.gz: 257898f624de2463259c5b49e46bc1687edf56f428aa16d297d212554efabbff82f59f0ae98da9772fc1aa30673623d70a2903326dca6ffd510d6afec846ff43
7
- data.tar.gz: f635bc6bbb42de40a4f5bdcd1abd1d4caeec1a94af7553f1bcff1d0fffcda6898c248941a38f7abfba807721a18d39fd1632d0ec228c56b940c502f036ac7f19
6
+ metadata.gz: 67b469cd1850b4e0cb8b151fb2ed3d471c4adfa1304d842a07211ad01cbf1b2310519384ffd45fb8807453d79aef6ea553842f92d039c905b63b90f83c8336f1
7
+ data.tar.gz: 235747013bbd1abb651cbe73d97de52ec3f6578a6edf5da8571ae1b4c6aba6384df7c6b3c7baa256c93ef596b1611745bd79735685ab7cfafc5ca521cabe64b5
data/README.md CHANGED
@@ -27,7 +27,7 @@ If there's something I want to look at later but doesn't need to be added to a t
27
27
 
28
28
  ## Installation
29
29
 
30
- The current version of `doing` is <!--VER-->1.0.70<!--END VER-->.
30
+ The current version of `doing` is <!--VER-->1.0.72<!--END VER-->.
31
31
 
32
32
  $ [sudo] gem install doing
33
33
 
data/lib/doing/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Doing
2
- VERSION = '1.0.72'
2
+ VERSION = '1.0.73'
3
3
  end
data/lib/doing/wwid.rb CHANGED
@@ -1534,13 +1534,13 @@ class WWID
1534
1534
  'id' => index + 1,
1535
1535
  'content' => title.strip, #+ " #{note}"
1536
1536
  'title' => title.strip + " (#{'%02d:%02d:%02d' % fmt_time(interval)})",
1537
- 'start' => i['date'].strftime('%F'),
1537
+ 'start' => i['date'].strftime('%F %T'),
1538
1538
  'type' => 'point'
1539
1539
  }
1540
1540
 
1541
- if interval && interval > 0
1542
- new_item['end'] = end_date.strftime('%F')
1543
- new_item['type'] = 'range' if interval > 3600 * 3
1541
+ if interval && interval.to_i > 0
1542
+ new_item['end'] = end_date.strftime('%F %T')
1543
+ new_item['type'] = 'range' if interval.to_i > 3600 * 3
1544
1544
  end
1545
1545
  items_out.push(new_item)
1546
1546
  end
@@ -1556,8 +1556,8 @@ class WWID
1556
1556
  <!doctype html>
1557
1557
  <html>
1558
1558
  <head>
1559
- <link href="http://visjs.org/dist/vis.css" rel="stylesheet" type="text/css" />
1560
- <script src="http://visjs.org/dist/vis.js"></script>
1559
+ <link href="https://unpkg.com/vis-timeline@7.4.9/dist/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" />
1560
+ <script src="https://unpkg.com/vis-timeline@7.4.9/dist/vis-timeline-graph2d.min.js"></script>
1561
1561
  </head>
1562
1562
  <body>
1563
1563
  <div id="mytimeline"></div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.72
4
+ version: 1.0.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-15 00:00:00.000000000 Z
11
+ date: 2021-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake