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.
- data/README.txt +1 -1
- metadata +2 -4
data/README.txt
CHANGED
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.
|
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:
|
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: "."
|