tworingtools 4.5.0 → 4.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/bumpr +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c53b0fa06130b5f11b2e688a6857abe68f1f28b49c2752899f34e052693f764c
4
- data.tar.gz: dd9f84545c8e68e375379e203b357aedb0cdb7b50f6126057dd921804ecb4702
3
+ metadata.gz: 7cca665b04e01ce8a7e1b1ce1159590e69ad16032eb4c396a2eca00085c97a21
4
+ data.tar.gz: d1515515902f247957f86bbe196d5e59f58965414d8abdb97c39ba51807149c0
5
5
  SHA512:
6
- metadata.gz: 2fbf9378305e000180ff7238c4b4b44d757d9e75f137e27e96a5148c70e63d5e230f4c95934b74a071bc46285817478d364f21b52f91c531156a5fee42202b5b
7
- data.tar.gz: 9e30706e07c4f0321a97d752fd302f07e2f2e6531e1b01c9ab9f117b2075eb52eba82cb9d0df04c6b8d1f135e50b7c3c9fb4690d609ec3acf0aafef1735df090
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('-c', '--custom', 'Custom version to use for semantic component (or build number for "build" component).') do |custom| options[:custom] = custom end
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tworingtools
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.0
4
+ version: 4.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew McKnight