multidimensional_table 1.0.0 → 1.0.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.
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["kresimir.bojcic@gmail.com"]
|
|
7
7
|
gem.description = %q{Describe a multidimensional table in pure Ruby}
|
|
8
8
|
gem.summary = %q{Attempt to make generic API for describing multidimensional data in Ruby}
|
|
9
|
-
gem.homepage = ""
|
|
9
|
+
gem.homepage = "https://github.com/drKreso/multidimensional_table"
|
|
10
10
|
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: multidimensional_table
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -31,7 +31,7 @@ files:
|
|
|
31
31
|
- lib/multidimensional_table/version.rb
|
|
32
32
|
- multidimensional_table.gemspec
|
|
33
33
|
- spec/multidimensional_table/multidimensional_table_spec.rb
|
|
34
|
-
homepage:
|
|
34
|
+
homepage: https://github.com/drKreso/multidimensional_table
|
|
35
35
|
licenses: []
|
|
36
36
|
post_install_message:
|
|
37
37
|
rdoc_options: []
|