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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -8
  3. data/lib/natty-ui/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4e46711be1871e4ad647f6fec2312d81473cd52d660c3a157120a6884144936
4
- data.tar.gz: a58d2ffef5ff47034d3c1582e18a6e469ac39784d10a30292ac85c4134444ea6
3
+ metadata.gz: d21c8bb3dc22c6d6b18eedf7a4b39306ea43899aa9e27534fa6858c248d4809f
4
+ data.tar.gz: 17acf409c7bcd42220c6f1bc5d3ece680ceb9a17fa74eeb9177314a3c693282e
5
5
  SHA512:
6
- metadata.gz: 9b1640b52328b2d55ba8568dfe99bca63fba659300bcd11fcc0f05e46dadfa5096cd2d01d97d8f2cd33330e67eca311722587441d60da38ac75db97ddfd32d8d
7
- data.tar.gz: 2ba0659ba2823d47c2d8b33f09ec5d0be967c0bcef7354cea2e79d9c7bd68795d0995c8faeb9c762079739332b5835c89703f360290a712120aac67afd05a097
6
+ metadata.gz: 90750739bbcdd5b6121babd1fea66aed45a65a66d6c41d2c87f14ff174ad030d35514d2113cf34772679e40606fd11479756e81e5283ff49df6c298efbe81868
7
+ data.tar.gz: d031f5804ce9c6b75b15d815d67809009a854d306859dc4ed1da3ff914136913d5a1e2cc1866c79414f53e26052e5393cf73e5bdd9c25425c73e5cc9fbf234db
data/README.md CHANGED
@@ -1,14 +1,10 @@
1
- # NattyUI
1
+ # NattyUI ![version](https://img.shields.io/gem/v/natty-ui?label=)
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: ![version](https://img.shields.io/gem/v/natty-ui?label=) -->
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
- <!-- TODO:
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
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module NattyUI
4
4
  # @return [String] the version number of the gem
5
- VERSION = '0.5.0'
5
+ VERSION = '0.5.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: natty-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Blumtritt