# -*- encoding: utf-8 -*- # stub: regexp_parser 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "regexp_parser".freeze s.version = "1.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "issue_tracker" => "https://github.com/ammar/regexp_parser/issues" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Ammar Ali".freeze] s.date = "2018-09-28" s.description = "A library for tokenizing, lexing, and parsing Ruby regular expressions.".freeze s.email = ["ammarabuali@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/regexp_parser.rb".freeze, "lib/regexp_parser/expression.rb".freeze, "lib/regexp_parser/expression/classes/alternation.rb".freeze, "lib/regexp_parser/expression/classes/anchor.rb".freeze, "lib/regexp_parser/expression/classes/backref.rb".freeze, "lib/regexp_parser/expression/classes/conditional.rb".freeze, "lib/regexp_parser/expression/classes/escape.rb".freeze, "lib/regexp_parser/expression/classes/free_space.rb".freeze, "lib/regexp_parser/expression/classes/group.rb".freeze, "lib/regexp_parser/expression/classes/keep.rb".freeze, "lib/regexp_parser/expression/classes/literal.rb".freeze, "lib/regexp_parser/expression/classes/posix_class.rb".freeze, "lib/regexp_parser/expression/classes/property.rb".freeze, "lib/regexp_parser/expression/classes/root.rb".freeze, "lib/regexp_parser/expression/classes/set.rb".freeze, "lib/regexp_parser/expression/classes/set/intersection.rb".freeze, "lib/regexp_parser/expression/classes/set/range.rb".freeze, "lib/regexp_parser/expression/classes/type.rb".freeze, "lib/regexp_parser/expression/methods/strfregexp.rb".freeze, "lib/regexp_parser/expression/methods/tests.rb".freeze, "lib/regexp_parser/expression/methods/traverse.rb".freeze, "lib/regexp_parser/expression/quantifier.rb".freeze, "lib/regexp_parser/expression/sequence.rb".freeze, "lib/regexp_parser/expression/sequence_operation.rb".freeze, "lib/regexp_parser/expression/subexpression.rb".freeze, "lib/regexp_parser/lexer.rb".freeze, "lib/regexp_parser/parser.rb".freeze, "lib/regexp_parser/scanner.rb".freeze, "lib/regexp_parser/scanner/char_type.rl".freeze, "lib/regexp_parser/scanner/properties/long.yml".freeze, "lib/regexp_parser/scanner/properties/short.yml".freeze, "lib/regexp_parser/scanner/property.rl".freeze, "lib/regexp_parser/scanner/scanner.rl".freeze, "lib/regexp_parser/syntax.rb".freeze, "lib/regexp_parser/syntax/any.rb".freeze, "lib/regexp_parser/syntax/base.rb".freeze, "lib/regexp_parser/syntax/tokens.rb".freeze, "lib/regexp_parser/syntax/tokens/anchor.rb".freeze, "lib/regexp_parser/syntax/tokens/assertion.rb".freeze, "lib/regexp_parser/syntax/tokens/backref.rb".freeze, "lib/regexp_parser/syntax/tokens/character_set.rb".freeze, "lib/regexp_parser/syntax/tokens/character_type.rb".freeze, "lib/regexp_parser/syntax/tokens/conditional.rb".freeze, "lib/regexp_parser/syntax/tokens/escape.rb".freeze, "lib/regexp_parser/syntax/tokens/group.rb".freeze, "lib/regexp_parser/syntax/tokens/keep.rb".freeze, "lib/regexp_parser/syntax/tokens/meta.rb".freeze, "lib/regexp_parser/syntax/tokens/posix_class.rb".freeze, "lib/regexp_parser/syntax/tokens/quantifier.rb".freeze, "lib/regexp_parser/syntax/tokens/unicode_property.rb".freeze, "lib/regexp_parser/syntax/version_lookup.rb".freeze, "lib/regexp_parser/syntax/versions.rb".freeze, "lib/regexp_parser/syntax/versions/1.8.6.rb".freeze, "lib/regexp_parser/syntax/versions/1.9.1.rb".freeze, "lib/regexp_parser/syntax/versions/1.9.3.rb".freeze, "lib/regexp_parser/syntax/versions/2.0.0.rb".freeze, "lib/regexp_parser/syntax/versions/2.2.0.rb".freeze, "lib/regexp_parser/syntax/versions/2.3.0.rb".freeze, "lib/regexp_parser/syntax/versions/2.4.0.rb".freeze, "lib/regexp_parser/syntax/versions/2.4.1.rb".freeze, "lib/regexp_parser/syntax/versions/2.5.0.rb".freeze, "lib/regexp_parser/token.rb".freeze, "lib/regexp_parser/version.rb".freeze, "regexp_parser.gemspec".freeze, "test/expression/test_all.rb".freeze, "test/expression/test_base.rb".freeze, "test/expression/test_clone.rb".freeze, "test/expression/test_conditionals.rb".freeze, "test/expression/test_free_space.rb".freeze, "test/expression/test_set.rb".freeze, "test/expression/test_strfregexp.rb".freeze, "test/expression/test_subexpression.rb".freeze, "test/expression/test_tests.rb".freeze, "test/expression/test_to_h.rb".freeze, "test/expression/test_to_s.rb".freeze, "test/expression/test_traverse.rb".freeze, "test/helpers.rb".freeze, "test/lexer/test_all.rb".freeze, "test/lexer/test_conditionals.rb".freeze, "test/lexer/test_keep.rb".freeze, "test/lexer/test_literals.rb".freeze, "test/lexer/test_nesting.rb".freeze, "test/lexer/test_refcalls.rb".freeze, "test/parser/set/test_intersections.rb".freeze, "test/parser/set/test_ranges.rb".freeze, "test/parser/test_all.rb".freeze, "test/parser/test_alternation.rb".freeze, "test/parser/test_anchors.rb".freeze, "test/parser/test_conditionals.rb".freeze, "test/parser/test_errors.rb".freeze, "test/parser/test_escapes.rb".freeze, "test/parser/test_free_space.rb".freeze, "test/parser/test_groups.rb".freeze, "test/parser/test_keep.rb".freeze, "test/parser/test_posix_classes.rb".freeze, "test/parser/test_properties.rb".freeze, "test/parser/test_quantifiers.rb".freeze, "test/parser/test_refcalls.rb".freeze, "test/parser/test_sets.rb".freeze, "test/parser/test_types.rb".freeze, "test/scanner/test_all.rb".freeze, "test/scanner/test_anchors.rb".freeze, "test/scanner/test_conditionals.rb".freeze, "test/scanner/test_errors.rb".freeze, "test/scanner/test_escapes.rb".freeze, "test/scanner/test_free_space.rb".freeze, "test/scanner/test_groups.rb".freeze, "test/scanner/test_keep.rb".freeze, "test/scanner/test_literals.rb".freeze, "test/scanner/test_meta.rb".freeze, "test/scanner/test_properties.rb".freeze, "test/scanner/test_quantifiers.rb".freeze, "test/scanner/test_refcalls.rb".freeze, "test/scanner/test_scripts.rb".freeze, "test/scanner/test_sets.rb".freeze, "test/scanner/test_types.rb".freeze, "test/scanner/test_unicode_blocks.rb".freeze, "test/support/disable_autotest.rb".freeze, "test/support/runner.rb".freeze, "test/support/warning_extractor.rb".freeze, "test/syntax/test_all.rb".freeze, "test/syntax/test_syntax.rb".freeze, "test/syntax/versions/test_1.8.rb".freeze, "test/syntax/versions/test_1.9.1.rb".freeze, "test/syntax/versions/test_1.9.3.rb".freeze, "test/syntax/versions/test_2.0.0.rb".freeze, "test/syntax/versions/test_2.2.0.rb".freeze, "test/syntax/versions/test_aliases.rb".freeze, "test/syntax/versions/test_all.rb".freeze, "test/test_all.rb".freeze, "test/token/test_all.rb".freeze, "test/token/test_token.rb".freeze] s.homepage = "http://github.com/ammar/regexp_parser".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Scanner, lexer, parser for ruby's regular expressions".freeze s.test_files = ["test/token/test_token.rb".freeze, "test/token/test_all.rb".freeze, "test/helpers.rb".freeze, "test/lexer/test_keep.rb".freeze, "test/lexer/test_conditionals.rb".freeze, "test/lexer/test_refcalls.rb".freeze, "test/lexer/test_literals.rb".freeze, "test/lexer/test_all.rb".freeze, "test/lexer/test_nesting.rb".freeze, "test/parser/test_sets.rb".freeze, "test/parser/test_properties.rb".freeze, "test/parser/test_types.rb".freeze, "test/parser/test_groups.rb".freeze, "test/parser/test_alternation.rb".freeze, "test/parser/test_free_space.rb".freeze, "test/parser/test_anchors.rb".freeze, "test/parser/test_escapes.rb".freeze, "test/parser/test_posix_classes.rb".freeze, "test/parser/test_quantifiers.rb".freeze, "test/parser/test_keep.rb".freeze, "test/parser/test_conditionals.rb".freeze, "test/parser/test_errors.rb".freeze, "test/parser/test_refcalls.rb".freeze, "test/parser/set/test_intersections.rb".freeze, "test/parser/set/test_ranges.rb".freeze, "test/parser/test_all.rb".freeze, "test/support/disable_autotest.rb".freeze, "test/support/warning_extractor.rb".freeze, "test/support/runner.rb".freeze, "test/expression/test_subexpression.rb".freeze, "test/expression/test_base.rb".freeze, "test/expression/test_free_space.rb".freeze, "test/expression/test_to_h.rb".freeze, "test/expression/test_set.rb".freeze, "test/expression/test_conditionals.rb".freeze, "test/expression/test_clone.rb".freeze, "test/expression/test_tests.rb".freeze, "test/expression/test_to_s.rb".freeze, "test/expression/test_traverse.rb".freeze, "test/expression/test_all.rb".freeze, "test/expression/test_strfregexp.rb".freeze, "test/syntax/versions/test_2.0.0.rb".freeze, "test/syntax/versions/test_aliases.rb".freeze, "test/syntax/versions/test_1.8.rb".freeze, "test/syntax/versions/test_1.9.1.rb".freeze, "test/syntax/versions/test_2.2.0.rb".freeze, "test/syntax/versions/test_1.9.3.rb".freeze, "test/syntax/versions/test_all.rb".freeze, "test/syntax/test_syntax.rb".freeze, "test/syntax/test_all.rb".freeze, "test/test_all.rb".freeze, "test/scanner/test_sets.rb".freeze, "test/scanner/test_properties.rb".freeze, "test/scanner/test_scripts.rb".freeze, "test/scanner/test_types.rb".freeze, "test/scanner/test_groups.rb".freeze, "test/scanner/test_meta.rb".freeze, "test/scanner/test_free_space.rb".freeze, "test/scanner/test_anchors.rb".freeze, "test/scanner/test_escapes.rb".freeze, "test/scanner/test_unicode_blocks.rb".freeze, "test/scanner/test_quantifiers.rb".freeze, "test/scanner/test_keep.rb".freeze, "test/scanner/test_conditionals.rb".freeze, "test/scanner/test_errors.rb".freeze, "test/scanner/test_refcalls.rb".freeze, "test/scanner/test_literals.rb".freeze, "test/scanner/test_all.rb".freeze] end