pivo_flow 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/pivo_flow/pivotal.rb +2 -2
- data/lib/pivo_flow/version.rb +1 -1
- metadata +2 -3
data/lib/pivo_flow/pivotal.rb
CHANGED
@@ -113,7 +113,7 @@ module PivoFlow
|
|
113
113
|
estimate: estimate_points(story),
|
114
114
|
owner: story_owner(story),
|
115
115
|
description: story.description,
|
116
|
-
labels: story_labels(story),
|
116
|
+
labels: story_labels(story).colorize(:blue),
|
117
117
|
started: story_state_sign(story)
|
118
118
|
}
|
119
119
|
if long
|
@@ -125,7 +125,7 @@ module PivoFlow
|
|
125
125
|
Description: %{description}
|
126
126
|
Estimate: %{estimate}" % vars
|
127
127
|
else
|
128
|
-
"[#%{story_id}] (%{started}) %{story_type} [%{estimate} pts.] %{owner} %{name}".colorize(story_color(story)) % vars
|
128
|
+
"[#%{story_id}] (%{started}) %{story_type} [%{estimate} pts.] %{owner} %{name} %{labels}".colorize(story_color(story)) % vars
|
129
129
|
end
|
130
130
|
end
|
131
131
|
|
data/lib/pivo_flow/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pivo_flow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-10-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: pivotal-tracker
|
@@ -218,4 +218,3 @@ test_files:
|
|
218
218
|
- spec/pivo_flow/vcr_cassettes/pivotal_fetch_project_not_found.yml
|
219
219
|
- spec/pivo_flow/vcr_cassettes/pivotal_fetch_project_unauthorized.yml
|
220
220
|
- spec/spec_helper.rb
|
221
|
-
has_rdoc:
|