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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18bd45bd1e3ce83bf3f40eb08acc8a7fdba7b6309b5c9caa4e6e991a66d66de9
4
- data.tar.gz: af632bc701540a9c06ac2c3f2df9ed6a4ff9ccb3af14daf654db1f6c5a51b6c9
3
+ metadata.gz: 1b8632a4d9b06952810f844dde1898238f0b69fd5b9e0f48ebfa078edba74e32
4
+ data.tar.gz: fb2d729733717c219f384cc863117af62712e62f20db506aab3b26b9260fd50e
5
5
  SHA512:
6
- metadata.gz: 9bc2f53dab824bf04e8ee94b3828835b03d5ba9349fa6d3ca0ec42b6058cab256b7ad0e530e6f58e40223c8832274c3feedc6dd85e8c816ed37416a9d59be46e
7
- data.tar.gz: df6e056fbc55fa18ef326550bcf27f0ac8347bacf7ef760f5aeac8e22a9fe704f84488a59d741ce94dcbfddfb9294927df1ff2c95b22111119aa071d2f5f9683
6
+ metadata.gz: d74c10dce819b9921ab10d73bfdc28049729480642a1329d18f1d901bf6486b6396186fe58b38f6169a3701f03fd0e43e64c9a522a3b721152619e38829c1f2c
7
+ data.tar.gz: 15281963d18a58c9eb2cbe45dc50cd2c55c39e729b131c0c992a637fde994a5d7f64b1141f58ee8b169af5b3958463f4b34fd85b659f9c28a7d7a186fcf2f643
@@ -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
@@ -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.1205.9
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