Sha256: cf8764b0e2479e488f1b928c524a4ea757abdd3e04c91f2c2a873dbdad785bad
Contents?: true
Size: 717 Bytes
Versions: 1
Compression:
Stored size: 717 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/md_data/version', __FILE__) 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.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" gem.require_paths = ["lib"] gem.version = MdData::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
md_data-1.0.0 | md_data.gemspec |