# -*- encoding: utf-8 -*- # stub: tataru 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "tataru".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/davidsiaw/tataru", "homepage_uri" => "https://github.com/davidsiaw/tataru", "source_code_uri" => "https://github.com/davidsiaw/tataru" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["David Siaw".freeze] s.bindir = "exe".freeze s.date = "2020-06-24" s.description = "Tataru is a DSL for orchestrating the creation of resources".freeze s.email = ["davidsiaw@gmail.com".freeze] s.files = ["Gemfile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/tataru.rb".freeze, "lib/tataru/base_resource.rb".freeze, "lib/tataru/base_resource_desc.rb".freeze, "lib/tataru/compiler.rb".freeze, "lib/tataru/create_subroutines.rb".freeze, "lib/tataru/delete_subroutines.rb".freeze, "lib/tataru/flattener.rb".freeze, "lib/tataru/init_hash_compiler.rb".freeze, "lib/tataru/instruction.rb".freeze, "lib/tataru/instruction_hash.rb".freeze, "lib/tataru/instructions/call_instruction.rb".freeze, "lib/tataru/instructions/check_create_instruction.rb".freeze, "lib/tataru/instructions/check_delete_instruction.rb".freeze, "lib/tataru/instructions/check_instruction.rb".freeze, "lib/tataru/instructions/check_update_instruction.rb".freeze, "lib/tataru/instructions/clear_instruction.rb".freeze, "lib/tataru/instructions/compare_instruction.rb".freeze, "lib/tataru/instructions/create_instruction.rb".freeze, "lib/tataru/instructions/delete_instruction.rb".freeze, "lib/tataru/instructions/end_instruction.rb".freeze, "lib/tataru/instructions/goto_if_instruction.rb".freeze, "lib/tataru/instructions/immediate_mode_instruction.rb".freeze, "lib/tataru/instructions/init_instruction.rb".freeze, "lib/tataru/instructions/key_instruction.rb".freeze, "lib/tataru/instructions/mark_deletable_instruction.rb".freeze, "lib/tataru/instructions/read_instruction.rb".freeze, "lib/tataru/instructions/rescmp_instruction.rb".freeze, "lib/tataru/instructions/resource_instruction.rb".freeze, "lib/tataru/instructions/return_instruction.rb".freeze, "lib/tataru/instructions/update_instruction.rb".freeze, "lib/tataru/instructions/value_instruction.rb".freeze, "lib/tataru/instructions/value_rom_instruction.rb".freeze, "lib/tataru/instructions/value_update_instruction.rb".freeze, "lib/tataru/memory.rb".freeze, "lib/tataru/quest.rb".freeze, "lib/tataru/representation.rb".freeze, "lib/tataru/representations/array_representation.rb".freeze, "lib/tataru/representations/hash_representation.rb".freeze, "lib/tataru/representations/literal_representation.rb".freeze, "lib/tataru/representations/output_representation.rb".freeze, "lib/tataru/representations/resource_representation.rb".freeze, "lib/tataru/resolver.rb".freeze, "lib/tataru/resource_dsl.rb".freeze, "lib/tataru/resource_type_pool.rb".freeze, "lib/tataru/rom_reader.rb".freeze, "lib/tataru/runner.rb".freeze, "lib/tataru/sub_planner.rb".freeze, "lib/tataru/subroutine_compiler.rb".freeze, "lib/tataru/top_dsl.rb".freeze, "lib/tataru/update_subroutines.rb".freeze, "lib/tataru/version.rb".freeze, "spec/compiler_spec.rb".freeze, "spec/flattener_spec.rb".freeze, "spec/init_hash_compiler_spec.rb".freeze, "spec/instruction_hash_spec.rb".freeze, "spec/instruction_spec.rb".freeze, "spec/instructions/call_instruction_spec.rb".freeze, "spec/instructions/check_create_instruction_spec.rb".freeze, "spec/instructions/check_delete_instruction_spec.rb".freeze, "spec/instructions/check_update_instruction_spec.rb".freeze, "spec/instructions/clear_instruction_spec.rb".freeze, "spec/instructions/compare_instruction_spec.rb".freeze, "spec/instructions/create_instruction_spec.rb".freeze, "spec/instructions/delete_instruction_spec.rb".freeze, "spec/instructions/end_instruction_spec.rb".freeze, "spec/instructions/goto_if_instruction_spec.rb".freeze, "spec/instructions/init_instruction_spec.rb".freeze, "spec/instructions/key_instruction_spec.rb".freeze, "spec/instructions/mark_deletable_instruction_spec.rb".freeze, "spec/instructions/read_instruction_spec.rb".freeze, "spec/instructions/rescmp_instruction_spec.rb".freeze, "spec/instructions/return_instruction_spec.rb".freeze, "spec/instructions/update_instruction_spec.rb".freeze, "spec/instructions/value_instruction_spec.rb".freeze, "spec/instructions/value_rom_instruction_spec.rb".freeze, "spec/instructions/value_update_instruction_spec.rb".freeze, "spec/quest_spec.rb".freeze, "spec/representations/array_representation_spec.rb".freeze, "spec/representations/hash_representation_spec.rb".freeze, "spec/representations/literal_representation_spec.rb".freeze, "spec/representations/output_representation_spec.rb".freeze, "spec/representations/resource_representation_spec.rb".freeze, "spec/resource_dsl_spec.rb".freeze, "spec/runner_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/subroutine_compiler_spec.rb".freeze, "spec/taru_spec.rb".freeze, "spec/top_dsl_spec.rb".freeze, "tataru.gemspec".freeze] s.homepage = "https://github.com/davidsiaw/tataru".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The greatest organizer".freeze s.test_files = ["spec/quest_spec.rb".freeze, "spec/init_hash_compiler_spec.rb".freeze, "spec/flattener_spec.rb".freeze, "spec/instruction_hash_spec.rb".freeze, "spec/resource_dsl_spec.rb".freeze, "spec/instruction_spec.rb".freeze, "spec/taru_spec.rb".freeze, "spec/subroutine_compiler_spec.rb".freeze, "spec/instructions/mark_deletable_instruction_spec.rb".freeze, "spec/instructions/rescmp_instruction_spec.rb".freeze, "spec/instructions/read_instruction_spec.rb".freeze, "spec/instructions/goto_if_instruction_spec.rb".freeze, "spec/instructions/check_update_instruction_spec.rb".freeze, "spec/instructions/init_instruction_spec.rb".freeze, "spec/instructions/check_create_instruction_spec.rb".freeze, "spec/instructions/create_instruction_spec.rb".freeze, "spec/instructions/check_delete_instruction_spec.rb".freeze, "spec/instructions/compare_instruction_spec.rb".freeze, "spec/instructions/update_instruction_spec.rb".freeze, "spec/instructions/end_instruction_spec.rb".freeze, "spec/instructions/delete_instruction_spec.rb".freeze, "spec/instructions/return_instruction_spec.rb".freeze, "spec/instructions/value_update_instruction_spec.rb".freeze, "spec/instructions/value_rom_instruction_spec.rb".freeze, "spec/instructions/clear_instruction_spec.rb".freeze, "spec/instructions/call_instruction_spec.rb".freeze, "spec/instructions/value_instruction_spec.rb".freeze, "spec/instructions/key_instruction_spec.rb".freeze, "spec/top_dsl_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/runner_spec.rb".freeze, "spec/compiler_spec.rb".freeze, "spec/representations/array_representation_spec.rb".freeze, "spec/representations/output_representation_spec.rb".freeze, "spec/representations/literal_representation_spec.rb".freeze, "spec/representations/hash_representation_spec.rb".freeze, "spec/representations/resource_representation_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.9".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end