mobi_check_in 0.0.19 → 0.0.20

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.
@@ -1,3 +1,3 @@
1
1
  module MobiCheckIn
2
- VERSION = "0.0.19"
2
+ VERSION = "0.0.20"
3
3
  end
data/lib/mobi_check_in.rb CHANGED
@@ -19,7 +19,7 @@ module MobiCheckIn
19
19
  end
20
20
  end
21
21
 
22
- def self.printable_story_number
22
+ def self.printable_story_number(story_number)
23
23
  if story_number =~ /^\d*$/
24
24
  "MOBI-#{story_number}"
25
25
  else
@@ -57,7 +57,7 @@ module MobiCheckIn
57
57
  if story_number.delete("/").downcase == "na"
58
58
  commit_message = ""
59
59
  else
60
- commit_message = "#{printable_story_number} - #{pair_names} - "
60
+ commit_message = "#{printable_story_number(story_number)} - #{pair_names} - "
61
61
  end
62
62
 
63
63
  author = "#{pair_names}"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 19
9
- version: 0.0.19
8
+ - 20
9
+ version: 0.0.20
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Kormushoff