tableizer 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md ADDED
@@ -0,0 +1 @@
1
+ # Nothing Done Here
@@ -1,3 +1,3 @@
1
1
  module Tableizer
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/tableizer.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tableizer
2
- # Your code goes here...
2
+ # Your code goes here..
3
3
  end
data/tableizer.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Martin Chabot"]
10
10
  s.email = ["chabotm@gmail.com"]
11
- s.homepage = ""
11
+ s.homepage = "https://github.com/martinos/tableizer"
12
12
  s.summary = %q{Converts Ruby objects into tables}
13
13
  s.description = %q{Converts Ruby objects into tables}
14
14
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tableizer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Martin Chabot
@@ -31,12 +31,13 @@ extra_rdoc_files: []
31
31
  files:
32
32
  - .gitignore
33
33
  - Gemfile
34
+ - README.md
34
35
  - Rakefile
35
36
  - lib/tableizer.rb
36
37
  - lib/tableizer/version.rb
37
38
  - tableizer.gemspec
38
39
  has_rdoc: true
39
- homepage: ""
40
+ homepage: https://github.com/martinos/tableizer
40
41
  licenses: []
41
42
 
42
43
  post_install_message: