build-tool 0.4.4 → 0.4.5

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/lib/build-tool.rb CHANGED
@@ -2,6 +2,6 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module BuildTool
5
- VERSION = '0.4.4'
5
+ VERSION = '0.4.5'
6
6
  end
7
7
 
data.tar.gz.sig CHANGED
Binary file
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.4
5
+ version: 0.4.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Jansen
@@ -197,6 +197,8 @@ files:
197
197
  - lib/build-tool/cfg/node.rb
198
198
  - lib/build-tool/cfg/parser.y
199
199
  - lib/build-tool/cfg/visitor.rb
200
+ - lib/build-tool/cfg/parser.rb
201
+ - lib/build-tool/cfg/lexer.rb
200
202
  - lib/build-tool/command_actions.rb
201
203
  - lib/build-tool/commands.rb
202
204
  - lib/build-tool/commands/build.rb
metadata.gz.sig CHANGED
Binary file