natty-ui 0.5.0 → 0.5.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 +2 -8
- data/lib/natty-ui/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d21c8bb3dc22c6d6b18eedf7a4b39306ea43899aa9e27534fa6858c248d4809f
|
4
|
+
data.tar.gz: 17acf409c7bcd42220c6f1bc5d3ece680ceb9a17fa74eeb9177314a3c693282e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90750739bbcdd5b6121babd1fea66aed45a65a66d6c41d2c87f14ff174ad030d35514d2113cf34772679e40606fd11479756e81e5283ff49df6c298efbe81868
|
7
|
+
data.tar.gz: d031f5804ce9c6b75b15d815d67809009a854d306859dc4ed1da3ff914136913d5a1e2cc1866c79414f53e26052e5393cf73e5bdd9c25425c73e5cc9fbf234db
|
data/README.md
CHANGED
@@ -1,14 +1,10 @@
|
|
1
|
-
# NattyUI
|
1
|
+
# NattyUI 
|
2
2
|
|
3
3
|
This is the beautiful, nice, nifty, fancy, neat, pretty, cool, lovely, natty user interface you like to have for your command line interfaces (CLI).
|
4
4
|
|
5
|
-
<!-- TODO:  -->
|
6
|
-
|
7
|
-
<!-- TODO:
|
8
5
|
- Gem: [rubygems.org](https://rubygems.org/gems/natty-ui)
|
9
6
|
- Source: [github.com](https://github.com/mblumtritt/natty-ui)
|
10
7
|
- Help: [rubydoc.info](https://rubydoc.info/gems/natty-ui/NattyUI)
|
11
|
-
-->
|
12
8
|
|
13
9
|
## Description
|
14
10
|
|
@@ -62,9 +58,7 @@ or see the non-ANSI version
|
|
62
58
|
NO_COLOR=1 ruby ./examples/basic.rb
|
63
59
|
```
|
64
60
|
|
65
|
-
|
66
|
-
link to NattyUI Features for more features!
|
67
|
-
-->
|
61
|
+
There are much more **[features](https://rubydoc.info/gems/natty-ui/NattyUI/Features)**!
|
68
62
|
|
69
63
|
### NO_COLOR Convention
|
70
64
|
|
data/lib/natty-ui/version.rb
CHANGED