# -*- encoding: utf-8 -*- # stub: template-ruby-parser 0.1.7 ruby lib Gem::Specification.new do |s| s.name = "template-ruby-parser".freeze s.version = "0.1.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dorian Mari\u00E9".freeze] s.date = "2022-11-13" s.description = "Like \"Hello {name}\" with {name: \"Dorian\"} gives \"Hello Dorian\"".freeze s.email = "dorian@dorianmarie.fr".freeze s.files = [".gitignore".freeze, ".overcommit.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "bin/code-parser".freeze, "bin/deploy".freeze, "bin/format".freeze, "bin/parse-docs".freeze, "bin/template-parser".freeze, "code-ruby-parser.gemspec".freeze, "docs/class.code".freeze, "docs/meetup.code".freeze, "docs/precedence.code".freeze, "docs/precedence.template".freeze, "docs/rain.code".freeze, "docs/slack.code".freeze, "docs/stripe.code".freeze, "docs/twitter.code".freeze, "lib/code-ruby-parser.rb".freeze, "lib/code.rb".freeze, "lib/code/parser.rb".freeze, "lib/code/parser/addition.rb".freeze, "lib/code/parser/and_operator.rb".freeze, "lib/code/parser/bitwise_and.rb".freeze, "lib/code/parser/bitwise_or.rb".freeze, "lib/code/parser/boolean.rb".freeze, "lib/code/parser/call.rb".freeze, "lib/code/parser/chained_call.rb".freeze, "lib/code/parser/class.rb".freeze, "lib/code/parser/code.rb".freeze, "lib/code/parser/comments.rb".freeze, "lib/code/parser/dictionnary.rb".freeze, "lib/code/parser/equal.rb".freeze, "lib/code/parser/equality.rb".freeze, "lib/code/parser/error.rb".freeze, "lib/code/parser/error/syntax_error.rb".freeze, "lib/code/parser/function.rb".freeze, "lib/code/parser/greater_than.rb".freeze, "lib/code/parser/group.rb".freeze, "lib/code/parser/if.rb".freeze, "lib/code/parser/if_modifier.rb".freeze, "lib/code/parser/list.rb".freeze, "lib/code/parser/multiplication.rb".freeze, "lib/code/parser/name.rb".freeze, "lib/code/parser/negation.rb".freeze, "lib/code/parser/not_keyword.rb".freeze, "lib/code/parser/nothing.rb".freeze, "lib/code/parser/number.rb".freeze, "lib/code/parser/operation.rb".freeze, "lib/code/parser/or_keyword.rb".freeze, "lib/code/parser/or_operator.rb".freeze, "lib/code/parser/power.rb".freeze, "lib/code/parser/range.rb".freeze, "lib/code/parser/rescue.rb".freeze, "lib/code/parser/shift.rb".freeze, "lib/code/parser/splat.rb".freeze, "lib/code/parser/statement.rb".freeze, "lib/code/parser/string.rb".freeze, "lib/code/parser/ternary.rb".freeze, "lib/code/parser/unary_minus.rb".freeze, "lib/code/parser/while.rb".freeze, "lib/template-ruby-parser.rb".freeze, "lib/template.rb".freeze, "lib/template/parser.rb".freeze, "spec/code/parser/addition_spec.rb".freeze, "spec/code/parser/and_operator_spec.rb".freeze, "spec/code/parser/bitwise_and_spec.rb".freeze, "spec/code/parser/bitwise_or_spec.rb".freeze, "spec/code/parser/boolean_spec.rb".freeze, "spec/code/parser/call_spec.rb".freeze, "spec/code/parser/chained_call_spec.rb".freeze, "spec/code/parser/class_spec.rb".freeze, "spec/code/parser/code_spec.rb".freeze, "spec/code/parser/dictionnary_spec.rb".freeze, "spec/code/parser/equal_spec.rb".freeze, "spec/code/parser/equality_spec.rb".freeze, "spec/code/parser/function_spec.rb".freeze, "spec/code/parser/greater_than_spec.rb".freeze, "spec/code/parser/group_spec.rb".freeze, "spec/code/parser/if_modifier_spec.rb".freeze, "spec/code/parser/if_spec.rb".freeze, "spec/code/parser/list_spec.rb".freeze, "spec/code/parser/multiplication_spec.rb".freeze, "spec/code/parser/negation_spec.rb".freeze, "spec/code/parser/not_keyword_spec.rb".freeze, "spec/code/parser/nothing_spec.rb".freeze, "spec/code/parser/number_spec.rb".freeze, "spec/code/parser/or_keyword_spec.rb".freeze, "spec/code/parser/or_operator_spec.rb".freeze, "spec/code/parser/power_spec.rb".freeze, "spec/code/parser/range_spec.rb".freeze, "spec/code/parser/rescue_spec.rb".freeze, "spec/code/parser/shift_spec.rb".freeze, "spec/code/parser/string_spec.rb".freeze, "spec/code/parser/ternary_spec.rb".freeze, "spec/code/parser/unary_minus_spec.rb".freeze, "spec/code/parser/while_spec.rb".freeze, "spec/code/parser_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/template/parser_spec.rb".freeze, "template-ruby-parser.gemspec".freeze] s.homepage = "https://github.com/dorianmariefr/template-ruby-parser".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A parser for the Template programming language".freeze s.test_files = ["spec/code/parser/addition_spec.rb".freeze, "spec/code/parser/and_operator_spec.rb".freeze, "spec/code/parser/bitwise_and_spec.rb".freeze, "spec/code/parser/bitwise_or_spec.rb".freeze, "spec/code/parser/boolean_spec.rb".freeze, "spec/code/parser/call_spec.rb".freeze, "spec/code/parser/chained_call_spec.rb".freeze, "spec/code/parser/class_spec.rb".freeze, "spec/code/parser/code_spec.rb".freeze, "spec/code/parser/dictionnary_spec.rb".freeze, "spec/code/parser/equal_spec.rb".freeze, "spec/code/parser/equality_spec.rb".freeze, "spec/code/parser/function_spec.rb".freeze, "spec/code/parser/greater_than_spec.rb".freeze, "spec/code/parser/group_spec.rb".freeze, "spec/code/parser/if_modifier_spec.rb".freeze, "spec/code/parser/if_spec.rb".freeze, "spec/code/parser/list_spec.rb".freeze, "spec/code/parser/multiplication_spec.rb".freeze, "spec/code/parser/negation_spec.rb".freeze, "spec/code/parser/not_keyword_spec.rb".freeze, "spec/code/parser/nothing_spec.rb".freeze, "spec/code/parser/number_spec.rb".freeze, "spec/code/parser/or_keyword_spec.rb".freeze, "spec/code/parser/or_operator_spec.rb".freeze, "spec/code/parser/power_spec.rb".freeze, "spec/code/parser/range_spec.rb".freeze, "spec/code/parser/rescue_spec.rb".freeze, "spec/code/parser/shift_spec.rb".freeze, "spec/code/parser/string_spec.rb".freeze, "spec/code/parser/ternary_spec.rb".freeze, "spec/code/parser/unary_minus_spec.rb".freeze, "spec/code/parser/while_spec.rb".freeze, "spec/code/parser_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/template/parser_spec.rb".freeze] end