tabelr 0.0.5 → 0.0.6
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.
- data/README.md +1 -1
- data/tabelr.gemspec +1 -1
- metadata +1 -1
data/README.md
CHANGED
data/tabelr.gemspec
CHANGED
|
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
|
|
|
2
2
|
s.name = "tabelr"
|
|
3
3
|
s.summary = "Creates neat aligned ascii tables from a json input"
|
|
4
4
|
s.description = "Creates neat aligned ascii tables from a json input"
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.6"
|
|
6
6
|
s.author = "Ian Vaughan"
|
|
7
7
|
s.email = "tabelr@ianvaughan.co.uk"
|
|
8
8
|
s.homepage = "http://ianvaughan.co.uk"
|