bake-toolkit 1.0.18 → 1.0.19
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/bake/options.rb +2 -0
- data/lib/bake/version.rb +2 -2
- metadata +3 -3
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
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.
|
|
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-
|
|
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.
|
|
23
|
+
version: 0.5.67
|
|
24
24
|
type: :runtime
|
|
25
25
|
version_requirements: *id001
|
|
26
26
|
- !ruby/object:Gem::Dependency
|