autobuild 1.5.28 → 1.5.29
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/Changes.txt +3 -0
- data/lib/autobuild/config.rb +4 -0
- data/lib/autobuild/version.rb +1 -1
- metadata +3 -3
data/Changes.txt
CHANGED
data/lib/autobuild/config.rb
CHANGED
|
@@ -181,6 +181,10 @@ module Autobuild
|
|
|
181
181
|
opts.on("--[no-]verbose", "display output of commands on stdout") do |v| Autobuild.verbose = v end
|
|
182
182
|
opts.on("--[no-]debug", "debug information (for debugging purposes)") do |v| Autobuild.debug = v end
|
|
183
183
|
opts.on("--keep-oldlogs", "old logs will be kept, new program output being appended") do |v| Autobuild.keep_oldlogs = v end
|
|
184
|
+
opts.on('--version', "displays autobuild version and then exits") do
|
|
185
|
+
puts "autobuild v#{Autobuild::VERSION}"
|
|
186
|
+
exit 0
|
|
187
|
+
end
|
|
184
188
|
|
|
185
189
|
opts.separator ""
|
|
186
190
|
opts.separator "Mail reports"
|
data/lib/autobuild/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: autobuild
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 57
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 1.5.
|
|
9
|
+
- 29
|
|
10
|
+
version: 1.5.29
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sylvain Joyeux
|