mobi_check_in 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module MobiCheckIn
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
data/lib/mobi_check_in.rb CHANGED
@@ -40,6 +40,7 @@ module MobiCheckIn
40
40
  $stdout.write "Story number (NA) [#{story_number}]: "
41
41
  input = $stdin.gets.strip
42
42
  input = "MOBI-#{input}" if input =~ /^\d*$/
43
+ return if story_number && input.empty?
43
44
  story_number = input unless input.empty?
44
45
  end until !story_number.empty?
45
46
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 17
9
- version: 0.0.17
8
+ - 18
9
+ version: 0.0.18
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Kormushoff