digestif 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/digestif/cli.rb CHANGED
@@ -66,12 +66,12 @@ module Digestif
66
66
  p.separator "Common options:"
67
67
  p.separator ""
68
68
 
69
- p.on_tail("-v", "--version", "Show this message") do
69
+ p.on_tail("-v", "--version", "Show version") do
70
70
  puts Digestif.version_string
71
71
  exit 0
72
72
  end
73
73
 
74
- p.on_tail("-h", "--help", "Show this message") do
74
+ p.on_tail("-h", "--help", "This is it") do
75
75
  puts p
76
76
  exit 0
77
77
  end
@@ -1,6 +1,6 @@
1
1
  module Digestif
2
2
  def self.version
3
- "1.0.1"
3
+ "1.0.2"
4
4
  end
5
5
 
6
6
  def self.version_string
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: digestif
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Roberts