sexp_processor 3.0.5 → 3.0.6

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/.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
@@ -3,6 +3,7 @@ Manifest.txt
3
3
  README.txt
4
4
  Rakefile
5
5
  lib/composite_sexp_processor.rb
6
+ lib/pt_testcase.rb
6
7
  lib/sexp.rb
7
8
  lib/sexp_processor.rb
8
9
  lib/unique.rb
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) 2008 Ryan Davis, Seattle.rb
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