bake-toolkit 1.0.18 → 1.0.19

Sign up to get free protection for your applications and to get access to all the features.
data/lib/bake/options.rb CHANGED
@@ -73,6 +73,7 @@ module Cxxproject
73
73
  add_option(Option.new("--show_include_paths",false) { set_show_inc })
74
74
  add_option(Option.new("--eclipse_version",true) { |x| set_eclipse_version(x) })
75
75
  add_option(Option.new("--show_license",false) { show_license })
76
+ add_option(Option.new("--version",false) { ExitHelper.exit(0) })
76
77
  add_option(Option.new("--check_uninc",false) { set_check_uninc })
77
78
  add_option(Option.new("--alias",true) { |x| set_alias_filename(x) })
78
79
 
@@ -107,6 +108,7 @@ module Cxxproject
107
108
  puts " --show_abs_paths Compiler prints absolute filename paths instead of relative paths."
108
109
  puts " --no_autodir Disable auto completion of paths like in IncludeDir"
109
110
  puts ""
111
+ puts " --version Print version."
110
112
  puts " -h, --help Print this help."
111
113
  puts " --show_license Print the license."
112
114
 
data/lib/bake/version.rb CHANGED
@@ -1,11 +1,11 @@
1
1
  module Cxxproject
2
2
  class Version
3
3
  def self.bake
4
- "1.0.18"
4
+ "1.0.19"
5
5
  end
6
6
  end
7
7
 
8
- expectedCxx = "0.5.66"
8
+ expectedCxx = "0.5.67"
9
9
  expectedRGen = "0.6.0"
10
10
  expectedRText = "0.2.0"
11
11
 
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.18
5
+ version: 1.0.19
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alexander Schaal
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-05-29 00:00:00 Z
13
+ date: 2013-06-21 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cxxproject
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.5.66
23
+ version: 0.5.67
24
24
  type: :runtime
25
25
  version_requirements: *id001
26
26
  - !ruby/object:Gem::Dependency