# -*- encoding: utf-8 -*- # stub: parslet 1.7.0 ruby lib Gem::Specification.new do |s| s.name = "parslet".freeze s.version = "1.7.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kaspar Schiess".freeze] s.date = "2015-03-12" s.email = "kaspar.schiess@absurd.li".freeze s.extra_rdoc_files = ["README".freeze] s.files = ["HISTORY.txt".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "example/big.erb".freeze, "example/boolean_algebra.rb".freeze, "example/calc.rb".freeze, "example/capture.rb".freeze, "example/comments.rb".freeze, "example/deepest_errors.rb".freeze, "example/documentation.rb".freeze, "example/email_parser.rb".freeze, "example/empty.rb".freeze, "example/erb.rb".freeze, "example/ignore.rb".freeze, "example/ip_address.rb".freeze, "example/json.rb".freeze, "example/local.rb".freeze, "example/mathn.rb".freeze, "example/minilisp.rb".freeze, "example/modularity.rb".freeze, "example/nested_errors.rb".freeze, "example/optimized_erb.rb".freeze, "example/output/boolean_algebra.out".freeze, "example/output/calc.out".freeze, "example/output/capture.out".freeze, "example/output/comments.out".freeze, "example/output/deepest_errors.out".freeze, "example/output/documentation.err".freeze, "example/output/documentation.out".freeze, "example/output/email_parser.out".freeze, "example/output/empty.err".freeze, "example/output/erb.out".freeze, "example/output/ignore.out".freeze, "example/output/ignore_whitespace.out".freeze, "example/output/ip_address.out".freeze, "example/output/json.out".freeze, "example/output/local.out".freeze, "example/output/mathn.out".freeze, "example/output/minilisp.out".freeze, "example/output/modularity.out".freeze, "example/output/nested_errors.out".freeze, "example/output/optimized_erb.out".freeze, "example/output/parens.out".freeze, "example/output/prec_calc.out".freeze, "example/output/readme.out".freeze, "example/output/scopes.out".freeze, "example/output/seasons.out".freeze, "example/output/sentence.out".freeze, "example/output/simple_xml.out".freeze, "example/output/string_parser.out".freeze, "example/parens.rb".freeze, "example/prec_calc.rb".freeze, "example/readme.rb".freeze, "example/scopes.rb".freeze, "example/seasons.rb".freeze, "example/sentence.rb".freeze, "example/simple.lit".freeze, "example/simple_xml.rb".freeze, "example/string_parser.rb".freeze, "example/test.lit".freeze, "lib/parslet.rb".freeze, "lib/parslet/accelerator.rb".freeze, "lib/parslet/accelerator/application.rb".freeze, "lib/parslet/accelerator/engine.rb".freeze, "lib/parslet/atoms.rb".freeze, "lib/parslet/atoms/alternative.rb".freeze, "lib/parslet/atoms/base.rb".freeze, "lib/parslet/atoms/can_flatten.rb".freeze, "lib/parslet/atoms/capture.rb".freeze, "lib/parslet/atoms/context.rb".freeze, "lib/parslet/atoms/dsl.rb".freeze, "lib/parslet/atoms/dynamic.rb".freeze, "lib/parslet/atoms/entity.rb".freeze, "lib/parslet/atoms/infix.rb".freeze, "lib/parslet/atoms/lookahead.rb".freeze, "lib/parslet/atoms/named.rb".freeze, "lib/parslet/atoms/re.rb".freeze, "lib/parslet/atoms/repetition.rb".freeze, "lib/parslet/atoms/scope.rb".freeze, "lib/parslet/atoms/sequence.rb".freeze, "lib/parslet/atoms/str.rb".freeze, "lib/parslet/atoms/visitor.rb".freeze, "lib/parslet/cause.rb".freeze, "lib/parslet/context.rb".freeze, "lib/parslet/convenience.rb".freeze, "lib/parslet/error_reporter.rb".freeze, "lib/parslet/error_reporter/contextual.rb".freeze, "lib/parslet/error_reporter/deepest.rb".freeze, "lib/parslet/error_reporter/tree.rb".freeze, "lib/parslet/export.rb".freeze, "lib/parslet/expression.rb".freeze, "lib/parslet/expression/treetop.rb".freeze, "lib/parslet/graphviz.rb".freeze, "lib/parslet/parser.rb".freeze, "lib/parslet/pattern.rb".freeze, "lib/parslet/pattern/binding.rb".freeze, "lib/parslet/position.rb".freeze, "lib/parslet/rig/rspec.rb".freeze, "lib/parslet/scope.rb".freeze, "lib/parslet/slice.rb".freeze, "lib/parslet/source.rb".freeze, "lib/parslet/source/line_cache.rb".freeze, "lib/parslet/transform.rb".freeze] s.homepage = "http://kschiess.github.io/parslet".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Parser construction library with great error reporting in Ruby.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 2.0".freeze, "<= 4.0".freeze]) end