Sha256: f24ff8942fe81623632659390ccdb1e5d22c98010b15c556de68045bf9bc7d9b
Contents?: true
Size: 1.32 KB
Versions: 0
Compression: gzip
Compressed size: 639 Bytes
Stored size: 639 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.1 specification_version: 1 name: ParseTree version: !ruby/object:Gem::Version version: 1.1.0 date: 2004-11-20 summary: Extract and enumerate ruby parse trees. require_paths: - "." author: Ryan Davis 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: "." has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby files: - History.txt - Makefile - Manifest.txt - README.txt - composite_sexp_processor.rb - parse_tree.rb - parse_tree_abc - parse_tree_show - sexp_processor.rb - something.rb - test_all.rb - test_composite_sexp_processor.rb - test_parse_tree.rb - test_sexp_processor.rb test_files: - test_all.rb rdoc_options: [] extra_rdoc_files: [] executables: - parse_tree_abc - parse_tree_show extensions: [] requirements: - RubyInline. dependencies: []