# -*- encoding: utf-8 -*- # stub: tatara 0.3.0 ruby lib # stub: ext/tatara/extconf.rb Gem::Specification.new do |s| s.name = "tatara".freeze s.version = "0.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["S-H-GAMELINKS".freeze] s.bindir = "exe".freeze s.date = "2019-11-27" s.description = "Simple type declaration lib".freeze s.email = ["gamelinks007@gmail.com".freeze] s.extensions = ["ext/tatara/extconf.rb".freeze] s.files = [".circleci/config.yml".freeze, ".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "Makefile".freeze, "README.md".freeze, "Rakefile".freeze, "benchmark/benchmark.rb".freeze, "bin/console".freeze, "bin/setup".freeze, "docs/_config.yml".freeze, "docs/index.md".freeze, "docs/tatara/float.md".freeze, "docs/tatara/float_array.md".freeze, "docs/tatara/float_float_map.md".freeze, "docs/tatara/float_integer_map.md".freeze, "docs/tatara/float_string_map.md".freeze, "docs/tatara/float_vector.md".freeze, "docs/tatara/integer.md".freeze, "docs/tatara/integer_array.md".freeze, "docs/tatara/integer_float_map.md".freeze, "docs/tatara/integer_integer_map.md".freeze, "docs/tatara/integer_string_map.md".freeze, "docs/tatara/integer_vector.md".freeze, "docs/tatara/string.md".freeze, "docs/tatara/string_array.md".freeze, "docs/tatara/string_float_map.md".freeze, "docs/tatara/string_int_map.md".freeze, "docs/tatara/string_string_map.md".freeze, "docs/tatara/string_vector.md".freeze, "ext/tatara/array/array.hpp".freeze, "ext/tatara/array/float/float_array.hpp".freeze, "ext/tatara/array/integer/int_array.hpp".freeze, "ext/tatara/array/string/string_array.hpp".freeze, "ext/tatara/extconf.rb".freeze, "ext/tatara/float/float.hpp".freeze, "ext/tatara/integer/integer.hpp".freeze, "ext/tatara/map/float/float_float_map.hpp".freeze, "ext/tatara/map/float/float_int_map.hpp".freeze, "ext/tatara/map/float/float_string_map.hpp".freeze, "ext/tatara/map/integer/int_float_map.hpp".freeze, "ext/tatara/map/integer/int_int_map.hpp".freeze, "ext/tatara/map/integer/int_string_map.hpp".freeze, "ext/tatara/map/map.hpp".freeze, "ext/tatara/map/string/string_float_map.hpp".freeze, "ext/tatara/map/string/string_int_map.hpp".freeze, "ext/tatara/map/string/string_string_map.hpp".freeze, "ext/tatara/string/string.hpp".freeze, "ext/tatara/tatara.cpp".freeze, "ext/tatara/vector/float/float_vector.hpp".freeze, "ext/tatara/vector/integer/int_vector.hpp".freeze, "ext/tatara/vector/string/string_vector.hpp".freeze, "ext/tatara/vector/vector.hpp".freeze, "lib/tatara.rb".freeze, "lib/tatara/array/array.rb".freeze, "lib/tatara/tatara_ext.rb".freeze, "lib/tatara/vector/vector.rb".freeze, "lib/tatara/version.rb".freeze, "tatara.gemspec".freeze] s.homepage = "https://github.com/S-H-GAMELINKS/tatara".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple type declaration lib".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end