# -*- encoding: utf-8 -*- # stub: forthic 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "forthic".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/linkedin/forthic", "source_code_uri" => "https://github.com/linkedin/forthic" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Rino Jose".freeze] s.bindir = "exe".freeze s.date = "2025-01-02" s.description = "This package provides a Forthic interpreter that allows you to execute Forthic code within your Ruby projects. Forthic is a stack-based programming language inspired by Forth.".freeze s.email = ["rjose@forthix.com".freeze] s.files = [".standard.yml".freeze, "CHANGELOG.md".freeze, "Guardfile".freeze, "README.md".freeze, "Rakefile".freeze, "lib/forthic.rb".freeze, "lib/forthic/code_location.rb".freeze, "lib/forthic/forthic_error.rb".freeze, "lib/forthic/forthic_module.rb".freeze, "lib/forthic/global_module.rb".freeze, "lib/forthic/interpreter.rb".freeze, "lib/forthic/positioned_string.rb".freeze, "lib/forthic/token.rb".freeze, "lib/forthic/tokenizer.rb".freeze, "lib/forthic/variable.rb".freeze, "lib/forthic/version.rb".freeze, "lib/forthic/words/definition_word.rb".freeze, "lib/forthic/words/end_array_word.rb".freeze, "lib/forthic/words/end_module_word.rb".freeze, "lib/forthic/words/imported_word.rb".freeze, "lib/forthic/words/map_word.rb".freeze, "lib/forthic/words/module_memo_bang_at_word.rb".freeze, "lib/forthic/words/module_memo_bang_word.rb".freeze, "lib/forthic/words/module_memo_word.rb".freeze, "lib/forthic/words/module_word.rb".freeze, "lib/forthic/words/push_value_word.rb".freeze, "lib/forthic/words/start_module_word.rb".freeze, "lib/forthic/words/word.rb".freeze, "sig/forthic.rbs".freeze] s.homepage = "https://github.com/linkedin/forthic".freeze s.required_ruby_version = Gem::Requirement.new(">= 3.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Forthic interpreter that runs within Ruby.".freeze end