build-tool 0.5.0 → 0.5.1

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,11 @@
1
+ == 0.5.1
2
+ - Bugfix
3
+ - Add missing files.
4
+
5
+ == 0.5.0
6
+ - Enhancements
7
+ - Support url and pushUrl for git modules.
8
+
1
9
  == 0.4.4
2
10
  - Enhancements
3
11
  - 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
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.5.0'
5
+ VERSION = '0.5.1'
6
6
  end
7
7
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: build-tool
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.0
5
+ version: 0.5.1
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