build-tool 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.4.6
2
+ - Bugfix
3
+ - Recent rexical version seem to work differently. Fix generated lexer.
4
+
1
5
  == 0.4.5
2
6
  - Bugfix
3
7
  - Readd the missing lexer.rb and parser.rb files.
data/lib/build-tool.rb CHANGED
@@ -2,6 +2,6 @@
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module BuildTool
5
- VERSION = '0.4.5'
5
+ VERSION = '0.4.6'
6
6
  end
7
7
 
@@ -23,7 +23,7 @@ inner
23
23
  # Code here will be part of the generated class
24
24
 
25
25
  # include our standard stuff
26
- include LexerBase
26
+ include BuildTool::Cfg::LexerBase
27
27
 
28
28
  def do_parse
29
29
  @states = []
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: build-tool
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.5
5
+ version: 0.4.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Jansen
@@ -31,7 +31,7 @@ cert_chain:
31
31
  M3zOaQdtTmiQPBqNIsE=
32
32
  -----END CERTIFICATE-----
33
33
 
34
- date: 2011-02-07 00:00:00 +01:00
34
+ date: 2011-02-08 00:00:00 +01:00
35
35
  default_executable:
36
36
  dependencies:
37
37
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file