# -*- encoding: utf-8 -*- # stub: adamsanderson-sexp_path 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "adamsanderson-sexp_path".freeze s.version = "0.4.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 = ["Adam Sanderson".freeze] s.date = "2009-07-20" s.description = "Allows you to do example based pattern matching and queries against S Expressions (sexp).".freeze s.email = "netghost@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["README.rdoc".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION.yml".freeze, "examples/print_methods.rb".freeze, "examples/sexp_grep.rb".freeze, "lib/sexp_path.rb".freeze, "lib/sexp_path/line_numbering_processor.rb".freeze, "lib/sexp_path/matcher/all.rb".freeze, "lib/sexp_path/matcher/any.rb".freeze, "lib/sexp_path/matcher/atom.rb".freeze, "lib/sexp_path/matcher/base.rb".freeze, "lib/sexp_path/matcher/block.rb".freeze, "lib/sexp_path/matcher/child.rb".freeze, "lib/sexp_path/matcher/include.rb".freeze, "lib/sexp_path/matcher/not.rb".freeze, "lib/sexp_path/matcher/pattern.rb".freeze, "lib/sexp_path/matcher/sibling.rb".freeze, "lib/sexp_path/matcher/type.rb".freeze, "lib/sexp_path/matcher/wild.rb".freeze, "lib/sexp_path/sexp_collection.rb".freeze, "lib/sexp_path/sexp_query_builder.rb".freeze, "lib/sexp_path/sexp_result.rb".freeze, "lib/sexp_path/traverse.rb".freeze, "test/line_numbering_processor_test.rb".freeze, "test/sample.rb".freeze, "test/sexp_path_capture_test.rb".freeze, "test/sexp_path_matching_test.rb".freeze, "test/sexp_replacement_test.rb".freeze, "test/use_case_test.rb".freeze] s.homepage = "http://github.com/adamsanderson/sexp_path".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Pattern matching for S-Expressions (sexp).".freeze s.test_files = ["test/line_numbering_processor_test.rb".freeze, "test/sexp_path_capture_test.rb".freeze, "test/sexp_path_matching_test.rb".freeze, "test/sexp_replacement_test.rb".freeze, "test/use_case_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) end