md_data.gemspec in md_data-1.0.0 vs md_data.gemspec in md_data-1.1.0

- old
+ new

@@ -4,10 +4,10 @@ Gem::Specification.new do |gem| gem.authors = ["drKreso"] gem.email = ["kresimir.bojcic@gmail.com"] gem.description = %q{Describe multidimensional data with simple notation} gem.summary = %q{Easy way to descriebe and find values from multidimensional table.} - gem.homepage = "" + gem.homepage = "https://github.com/drKreso/md_data" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "md_data"