ParseTree 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/README.txt +1 -1
  2. metadata +2 -4
data/README.txt CHANGED
@@ -3,7 +3,7 @@ ParseTree
3
3
  support@zenspider.com
4
4
 
5
5
  ** DESCRIPTION:
6
-
6
+
7
7
  ParseTree is a C extension (using RubyInline) that extracts the parse
8
8
  tree for an entire class or a specific method and returns it as a
9
9
  s-expression (aka sexp) using ruby's arrays, strings, symbols, and
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.1
3
3
  specification_version: 1
4
4
  name: ParseTree
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.1.0
6
+ version: 1.1.1
7
7
  date: 2004-11-20
8
8
  summary: Extract and enumerate ruby parse trees.
9
9
  require_paths:
@@ -12,9 +12,7 @@ author: Ryan Davis
12
12
  email: ryand-ruby@zenspider.com
13
13
  homepage: http://www.zenspider.com/ZSS/Products/ParseTree/
14
14
  rubyforge_project: parsetree
15
- description: "ParseTree is a C extension (using RubyInline) that extracts the parse tree for
16
- an entire class or a specific method and returns it as a s-expression (aka sexp)
17
- using ruby's arrays, strings, symbols, and integers."
15
+ description: def conditional1(arg1) if arg1 == 0 then return 1 end return 0 end
18
16
  autorequire: parse_tree
19
17
  default_executable:
20
18
  bindir: "."