tworingtools 4.5.0 → 4.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/bumpr +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7cca665b04e01ce8a7e1b1ce1159590e69ad16032eb4c396a2eca00085c97a21
|
4
|
+
data.tar.gz: d1515515902f247957f86bbe196d5e59f58965414d8abdb97c39ba51807149c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b6cd1a805b03c3e01cda3c78f4892a1bd85eb426d25fcd55075ba8d3720f4ddeb8288dae77defcc187725acd80005af9e8aadc5c5a08b39a7665e016b4bb644
|
7
|
+
data.tar.gz: 3e28db91c5b3e00fe1b54917f8174a8f39ec211cb5d4d1846a5adb337e898a1c77f2bd18ae4e6bd2acbae7a18a1e4de0f9ab061a402eb5c138f9d3e36db488b8
|
data/bin/bumpr
CHANGED
@@ -18,7 +18,7 @@ parser = OptionParser.new do |opts|
|
|
18
18
|
|
19
19
|
BANNER
|
20
20
|
opts.on('-n', '--no-commit', 'Leave changes in the git working index instead of committing them.') do |no_commit| options[:no_commit] = true end
|
21
|
-
opts.on('-
|
21
|
+
opts.on('-cCUSTOM', '--custom=CUSTOM', 'Custom version to use for semantic component (or build number for "build" component).') do |custom| options[:custom] = custom end
|
22
22
|
opts.on('-h', '--help', 'Print this help message.') do
|
23
23
|
puts opts
|
24
24
|
exit
|