travis 1.9.1.travis.1205.9 → 1.9.1.travis.1206.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/travis/cli/show.rb +2 -0
- data/travis.gemspec +2 -0
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b8632a4d9b06952810f844dde1898238f0b69fd5b9e0f48ebfa078edba74e32
|
4
|
+
data.tar.gz: fb2d729733717c219f384cc863117af62712e62f20db506aab3b26b9260fd50e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d74c10dce819b9921ab10d73bfdc28049729480642a1329d18f1d901bf6486b6396186fe58b38f6169a3701f03fd0e43e64c9a522a3b721152619e38829c1f2c
|
7
|
+
data.tar.gz: 15281963d18a58c9eb2cbe45dc50cd2c55c39e729b131c0c992a637fde994a5d7f64b1141f58ee8b169af5b3958463f4b34fd85b659f9c28a7d7a186fcf2f643
|
data/lib/travis/cli/show.rb
CHANGED
@@ -19,6 +19,7 @@ module Travis
|
|
19
19
|
entity.color,
|
20
20
|
entity.pull_request? ? "pull request" : "push",
|
21
21
|
entity.branch_info,
|
22
|
+
entity.commit.short_sha,
|
22
23
|
entity.commit.compare_url,
|
23
24
|
formatter.duration(entity.duration),
|
24
25
|
formatter.time(entity.started_at),
|
@@ -51,6 +52,7 @@ __END__
|
|
51
52
|
<[[ color("State: ", :info) ]]><[[ color(%p, :%s) ]]>
|
52
53
|
<[[ color("Type: ", :info) ]]>%s
|
53
54
|
<[[ color("Branch: ", :info) ]]>%s
|
55
|
+
<[[ color("Commit: ", :info) ]]>%s
|
54
56
|
<[[ color("Compare URL: ", :info) ]]>%s
|
55
57
|
<[[ color("Duration: ", :info) ]]>%s
|
56
58
|
<[[ color("Started: ", :info) ]]>%s
|
data/travis.gemspec
CHANGED
@@ -69,6 +69,7 @@ Gem::Specification.new do |s|
|
|
69
69
|
"Michael S. Fischer",
|
70
70
|
"Nero Leung",
|
71
71
|
"Nicolas Bessi (nbessi)",
|
72
|
+
"Nikhil Owalekar",
|
72
73
|
"Peter Bengtsson",
|
73
74
|
"Peter Drake",
|
74
75
|
"Rob Hoelz",
|
@@ -141,6 +142,7 @@ Gem::Specification.new do |s|
|
|
141
142
|
"mfischer@zendesk.com",
|
142
143
|
"neroleung@gmail.com",
|
143
144
|
"nbessi@users.noreply.github.com",
|
145
|
+
"nowalekar@tigetext.com",
|
144
146
|
"peterbe@mozilla.com",
|
145
147
|
"peter.drake@acquia.com",
|
146
148
|
"rob@hoelz.ro",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: travis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.1.travis.
|
4
|
+
version: 1.9.1.travis.1206.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hiro Asari
|
@@ -61,6 +61,7 @@ authors:
|
|
61
61
|
- Michael S. Fischer
|
62
62
|
- Nero Leung
|
63
63
|
- Nicolas Bessi (nbessi)
|
64
|
+
- Nikhil Owalekar
|
64
65
|
- Peter Bengtsson
|
65
66
|
- Peter Drake
|
66
67
|
- Rob Hoelz
|
@@ -310,6 +311,7 @@ email:
|
|
310
311
|
- mfischer@zendesk.com
|
311
312
|
- neroleung@gmail.com
|
312
313
|
- nbessi@users.noreply.github.com
|
314
|
+
- nowalekar@tigetext.com
|
313
315
|
- peterbe@mozilla.com
|
314
316
|
- peter.drake@acquia.com
|
315
317
|
- rob@hoelz.ro
|