ParseTree 3.0.0 → 3.0.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 (4) hide show
  1. data/History.txt +6 -0
  2. data/Rakefile +1 -1
  3. data/lib/parse_tree.rb +1 -1
  4. metadata +3 -3
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 3.0.1 / 2008-10-23
2
+
3
+ * 1 bug fix
4
+
5
+ * Fixed the dependency on sexp_processor (accidentally camelcased). thanks ez!
6
+
1
7
  === 3.0.0 / 2008-10-22
2
8
 
3
9
  * 3 major enhancements:
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ Hoe.new("ParseTree", ParseTree::VERSION) do |pt|
17
17
 
18
18
  pt.clean_globs << File.expand_path("~/.ruby_inline")
19
19
  pt.extra_deps << ['RubyInline', '>= 3.7.0']
20
- pt.extra_deps << ['SexpProcessor', '>= 3.0.0']
20
+ pt.extra_deps << ['sexp_processor', '>= 3.0.0']
21
21
  pt.spec_extras[:require_paths] = proc { |paths| paths << 'test' }
22
22
 
23
23
  pt.multiruby_skip << "mri_rel_1_9" << "rubinius" << "mri_trunk"
data/lib/parse_tree.rb CHANGED
@@ -43,7 +43,7 @@ end
43
43
 
44
44
  class RawParseTree
45
45
 
46
- VERSION = '3.0.0'
46
+ VERSION = '3.0.1'
47
47
 
48
48
  ##
49
49
  # Front end translation method.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ParseTree
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-22 00:00:00 -05:00
12
+ date: 2008-10-23 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: 3.7.0
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
- name: SexpProcessor
26
+ name: sexp_processor
27
27
  type: :runtime
28
28
  version_requirement:
29
29
  version_requirements: !ruby/object:Gem::Requirement