# -*- encoding: utf-8 -*- # stub: yarp 0.12.0 ruby lib # stub: ext/yarp/extconf.rb Gem::Specification.new do |s| s.name = "yarp".freeze s.version = "0.12.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" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Shopify".freeze] s.date = "2023-09-16" s.email = ["ruby@shopify.com".freeze] s.extensions = ["ext/yarp/extconf.rb".freeze] s.files = ["CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "LICENSE.md".freeze, "Makefile".freeze, "README.md".freeze, "config.yml".freeze, "docs/build_system.md".freeze, "docs/building.md".freeze, "docs/configuration.md".freeze, "docs/design.md".freeze, "docs/encoding.md".freeze, "docs/fuzzing.md".freeze, "docs/heredocs.md".freeze, "docs/mapping.md".freeze, "docs/ripper.md".freeze, "docs/ruby_api.md".freeze, "docs/serialization.md".freeze, "docs/testing.md".freeze, "ext/yarp/api_node.c".freeze, "ext/yarp/api_pack.c".freeze, "ext/yarp/extconf.rb".freeze, "ext/yarp/extension.c".freeze, "ext/yarp/extension.h".freeze, "include/yarp.h".freeze, "include/yarp/ast.h".freeze, "include/yarp/defines.h".freeze, "include/yarp/diagnostic.h".freeze, "include/yarp/enc/yp_encoding.h".freeze, "include/yarp/node.h".freeze, "include/yarp/pack.h".freeze, "include/yarp/parser.h".freeze, "include/yarp/regexp.h".freeze, "include/yarp/unescape.h".freeze, "include/yarp/util/yp_buffer.h".freeze, "include/yarp/util/yp_char.h".freeze, "include/yarp/util/yp_constant_pool.h".freeze, "include/yarp/util/yp_list.h".freeze, "include/yarp/util/yp_memchr.h".freeze, "include/yarp/util/yp_newline_list.h".freeze, "include/yarp/util/yp_state_stack.h".freeze, "include/yarp/util/yp_string.h".freeze, "include/yarp/util/yp_string_list.h".freeze, "include/yarp/util/yp_strpbrk.h".freeze, "include/yarp/version.h".freeze, "lib/yarp.rb".freeze, "lib/yarp/desugar_visitor.rb".freeze, "lib/yarp/ffi.rb".freeze, "lib/yarp/lex_compat.rb".freeze, "lib/yarp/mutation_visitor.rb".freeze, "lib/yarp/node.rb".freeze, "lib/yarp/pack.rb".freeze, "lib/yarp/parse_result/comments.rb".freeze, "lib/yarp/parse_result/newlines.rb".freeze, "lib/yarp/pattern.rb".freeze, "lib/yarp/ripper_compat.rb".freeze, "lib/yarp/serialize.rb".freeze, "src/diagnostic.c".freeze, "src/enc/yp_big5.c".freeze, "src/enc/yp_euc_jp.c".freeze, "src/enc/yp_gbk.c".freeze, "src/enc/yp_shift_jis.c".freeze, "src/enc/yp_tables.c".freeze, "src/enc/yp_unicode.c".freeze, "src/enc/yp_windows_31j.c".freeze, "src/node.c".freeze, "src/pack.c".freeze, "src/prettyprint.c".freeze, "src/regexp.c".freeze, "src/serialize.c".freeze, "src/token_type.c".freeze, "src/unescape.c".freeze, "src/util/yp_buffer.c".freeze, "src/util/yp_char.c".freeze, "src/util/yp_constant_pool.c".freeze, "src/util/yp_list.c".freeze, "src/util/yp_memchr.c".freeze, "src/util/yp_newline_list.c".freeze, "src/util/yp_state_stack.c".freeze, "src/util/yp_string.c".freeze, "src/util/yp_string_list.c".freeze, "src/util/yp_strncasecmp.c".freeze, "src/util/yp_strpbrk.c".freeze, "src/yarp.c".freeze, "yarp.gemspec".freeze] s.homepage = "https://github.com/ruby/yarp".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Yet Another Ruby Parser".freeze end