Sha256: c23ff74782b0d0e60271458ac2815991deeb6e8e3457f8d99f987d532bbb9b5c
Contents?: true
Size: 1.45 KB
Versions: 0
Compression: gzip
Compressed size: 674 Bytes
Stored size: 674 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.4 specification_version: 1 name: ParseTree version: !ruby/object:Gem::Version version: 1.3.3 date: 2005-02-01 summary: Extract and enumerate ruby parse trees. require_paths: - lib - test email: ryand-ruby@zenspider.com homepage: http://www.zenspider.com/ZSS/Products/ParseTree/ rubyforge_project: parsetree description: "ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers." autorequire: parse_tree default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby authors: - Ryan Davis files: - History.txt - Makefile - Manifest.txt - README.txt - ParseTree.gemspec - bin/parse_tree_abc - bin/parse_tree_deps - bin/parse_tree_show - lib/composite_sexp_processor.rb - lib/parse_tree.rb - lib/sexp_processor.rb - test/something.rb - test/test_all.rb - test/test_composite_sexp_processor.rb - test/test_parse_tree.rb - test/test_sexp_processor.rb test_files: - test/test_all.rb rdoc_options: [] extra_rdoc_files: [] executables: - parse_tree_abc - parse_tree_deps - parse_tree_show extensions: [] requirements: - RubyInline. dependencies: []