build-tool 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -6,3 +6,6 @@ pkg/*
6
6
  *~
7
7
  *.sw[p-z]
8
8
  .yardoc
9
+ lib/build-tool/cfg/parser.output
10
+ lib/build-tool/cfg/parser.rb
11
+ lib/build-tool/cfg/lexer.rb
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.4.5
2
+ - Bugfix
3
+ - Readd the missing lexer.rb and parser.rb files.
4
+
1
5
  == 0.4.4
2
6
  - Enhancements
3
7
  - More ways to specify a module on the command line.
data/Manifest.txt CHANGED
@@ -24,6 +24,8 @@ lib/build-tool/cfg/lexer_base.rb
24
24
  lib/build-tool/cfg/node.rb
25
25
  lib/build-tool/cfg/parser.y
26
26
  lib/build-tool/cfg/visitor.rb
27
+ lib/build-tool/cfg/parser.rb
28
+ lib/build-tool/cfg/lexer.rb
27
29
  lib/build-tool/command_actions.rb
28
30
  lib/build-tool/commands.rb
29
31
  lib/build-tool/commands/build.rb