sexp_processor 3.0.5 → 3.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/.gemtest +0 -0
- data/History.txt +10 -0
- data/Manifest.txt +1 -0
- data/README.txt +3 -1
- data/lib/pt_testcase.rb +4646 -0
- data/lib/sexp_processor.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +47 -32
- metadata.gz.sig +0 -0
data/.gemtest
ADDED
File without changes
|
data/History.txt
CHANGED
@@ -1,3 +1,13 @@
|
|
1
|
+
=== 3.0.6 / 2011-08-16
|
2
|
+
|
3
|
+
* 5 minor enhancements:
|
4
|
+
|
5
|
+
* Added ParseTreeTestCase#add_19tests
|
6
|
+
* Added a bunch of FAILING 1.9 tests stolen from presidentbeef's repo! yay!
|
7
|
+
* Added add_19tests and add_18tests to segregate version specific parsing.
|
8
|
+
* Moved pt_testcase.rb to sexp_processor
|
9
|
+
* Segregated a bunch of 1.8 specific tests using add_18tests.
|
10
|
+
|
1
11
|
=== 3.0.5 / 2010-09-01
|
2
12
|
|
3
13
|
* 2 minor enhancements:
|
data/Manifest.txt
CHANGED
data/README.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
= SexpProcessor
|
2
2
|
|
3
|
+
home :: https://github.com/seattlerb/sexp_processor
|
4
|
+
rdoc :: http://parsetree.rubyforge.org/sexp_processor
|
3
5
|
* http://rubyforge.org/projects/parsetree/
|
4
6
|
|
5
7
|
== DESCRIPTION:
|
@@ -39,7 +41,7 @@ for your language processing pleasure.
|
|
39
41
|
|
40
42
|
(The MIT License)
|
41
43
|
|
42
|
-
Copyright (c)
|
44
|
+
Copyright (c) Ryan Davis, seattle.rb
|
43
45
|
|
44
46
|
Permission is hereby granted, free of charge, to any person obtaining
|
45
47
|
a copy of this software and associated documentation files (the
|