bake-toolkit 1.0.14 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
data/lib/bake/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Cxxproject
2
2
  class Version
3
3
  def self.bake
4
- "1.0.14"
4
+ "1.0.15"
5
5
  end
6
6
  end
7
7
 
data/lib/option/parser.rb CHANGED
@@ -61,7 +61,7 @@ class Parser
61
61
  rescue SystemExit => e
62
62
  raise
63
63
  rescue Exception => e
64
- Printer.printError unless e.message.include?("Cxxproject::ExitHelperException")
64
+ Printer.printError e.message unless e.message.include?("Cxxproject::ExitHelperException")
65
65
  ExitHelper.exit(1)
66
66
  end
67
67
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bake-toolkit
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.14
5
+ version: 1.0.15
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alexander Schaal