see 0.0.9 → 0.0.10

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/see/plugins/circle.rb +6 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3e488ba984a0f783fcb635d7f4412ea8c024edd
4
- data.tar.gz: 0c2f5c34b94c57ff69bb5bd3da8aa5ec36b74931
3
+ metadata.gz: 65b905852198c2b0d5b09e71f456e587ef8ad4ca
4
+ data.tar.gz: 1baf51cdc1ec92b52a769b771aef01da21b63e42
5
5
  SHA512:
6
- metadata.gz: d70a1f80589f936908288945d7621e16f18f3b742171f052003d8d8a114f1654704cb43676a6655b4883de73d63348791d97a66770aea6583e6f7a152c3d3b74
7
- data.tar.gz: 24f463a9c044409d5d485062803b3ebed6156334ddc7abce3052d9a8130142b9c1b03a20aa2b1b8eac9e57dcfbb5e43c6a2915e557788f54f98fad5349a6d711
6
+ metadata.gz: 1d70ce223af7afa6d53a74e91a0a50ca255877a1a81407b002974b68b7b8c5fe140cfec4cea66e95d6004184dccb1e64eafee3c0dbfd0121b55aff45d586c4bb
7
+ data.tar.gz: 25136ca8a865a6d0813e0a2f2b232d386e942447f8065a42614febb9b4ad0208324836f4a45eef7ddc74fdbeb141a05fd136024bea33b688bbf28c5d1ee21e75
@@ -20,7 +20,12 @@ module See
20
20
  else
21
21
  status = thing['status'].green
22
22
  end
23
- info << " - #{status.capitalize} #{thing["vcs_revision"][0..8].light_yellow} #{("#"+thing['build_num'].to_s).light_green} #{thing['subject']} #{thing['author_name'].cyan} #{time}"
23
+ if thing['author_name']
24
+ name = "[#{thing['author_name']}]".cyan
25
+ else
26
+ name = ""
27
+ end
28
+ info << " - #{status.capitalize} #{thing["vcs_revision"][0..8].light_yellow} #{("#"+thing['build_num'].to_s).light_green} #{thing['subject']} #{name} #{time}"
24
29
  end
25
30
  end
26
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: see
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Avila