pivotal-slacker 1.5.0 → 1.6.0

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.
Files changed (2) hide show
  1. data/bin/pivotal-slacker +2 -1
  2. metadata +1 -1
data/bin/pivotal-slacker CHANGED
@@ -128,10 +128,11 @@ command :show do |c|
128
128
  state = Formatter.state(story.current_state)
129
129
  requested_by = Formatter.requested_by(story.requested_by)
130
130
  created_at = Formatter.time_ago(story.created_at)
131
+ story_type = Formatter.story_type(story.story_type)
131
132
 
132
133
  puts ""
133
134
  puts "[#{id}] #{Formatter.story_name(story.name, :heading => true)}"
134
- puts "#{state}, from #{requested_by}, created #{created_at}"
135
+ puts "#{state} #{story_type}, from #{requested_by}, created #{created_at}"
135
136
  puts "☛ #{story.url.color('#0066CC').underline}"
136
137
  puts ""
137
138
  puts Formatter.description(story.description)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-slacker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: