tatum 1.0 → 1.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/README.md +5 -4
- 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: 9cebdce25204b9fca2b264d54790c86999e08dd8bf4bbac40a5d62e8f2c9a6c3
|
|
4
|
+
data.tar.gz: dd75b8ee6772e515d0f13343c3e900dc2d393248508dde5a153f2dd2f3f55b97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 357bccde594a36288bc63e923a8da44b545725e86fc044bec5fb06b975fe2c1107514e3f879059b9f67e3f29120f1252bdd7e18d479d5d2869c60cb22bf90a61
|
|
7
|
+
data.tar.gz: 02ad30b6151b4f6342f6e82e8ca266afa0e35724be447d6be84d9925209a8c3b5f481f0b9bce6df2701913c912f6491c92a3947c2b4a101905be6940b5ef7980
|
data/README.md
CHANGED
|
@@ -45,7 +45,7 @@ You can also set TTM back to not outputting to anything:
|
|
|
45
45
|
TTM.io = nil # don't output to anything
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
See the documentation in
|
|
48
|
+
See the documentation in tatum.rb for details.
|
|
49
49
|
|
|
50
50
|
## Author
|
|
51
51
|
|
|
@@ -54,6 +54,7 @@ mike@idocs.com
|
|
|
54
54
|
|
|
55
55
|
## History
|
|
56
56
|
|
|
57
|
-
| version | date | notes
|
|
58
|
-
|
|
59
|
-
| 1.0 | May 18, 2023 | Initial upload.
|
|
57
|
+
| version | date | notes |
|
|
58
|
+
|----------|--------------|-----------------------------|
|
|
59
|
+
| 1.0 | May 18, 2023 | Initial upload. |
|
|
60
|
+
| 1.1 | May 19, 2023 | Minor fix to documentation. |
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tatum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '1.
|
|
4
|
+
version: '1.1'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike O'Sullivan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: text-table
|