tabelr 0.0.3 → 0.0.4

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/bin/tabelr CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require_relative './lib/tabelr'
3
+ require_relative '../lib/tabelr'
4
4
 
5
5
  Tabelr::run
data/lib/tabelr.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'json'
2
- require_relative './lib/tabelr/table_formater'
2
+ require_relative '../lib/tabelr/table_formater'
3
3
 
4
4
  module Tabelr
5
5
  class << self
data/tabelr-0.0.3.gem ADDED
Binary file
data/tabelr.gemspec CHANGED
@@ -2,9 +2,10 @@ 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.3"
5
+ s.version = "0.0.4"
6
6
  s.author = "Ian Vaughan"
7
7
  s.email = "tabelr@ianvaughan.co.uk"
8
+ s.homepage = "http://ianvaughan.co.uk"
8
9
  s.platform = Gem::Platform::RUBY
9
10
  s.required_ruby_version = '>=1.9'
10
11
  s.files = Dir['**/**']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabelr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -24,11 +24,12 @@ files:
24
24
  - README.md
25
25
  - tabelr-0.0.1.gem
26
26
  - tabelr-0.0.2.gem
27
+ - tabelr-0.0.3.gem
27
28
  - tabelr.gemspec
28
29
  - test/example.json
29
30
  - test/output.txt
30
31
  - test/tabelr_test.rb
31
- homepage:
32
+ homepage: http://ianvaughan.co.uk
32
33
  licenses: []
33
34
  post_install_message:
34
35
  rdoc_options: []