samson_hipchat 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: fb92accae556309fb7c868e80b2c6c86c6354eba
4
- data.tar.gz: 900ebcf43eb553d19314a7e381eda7bebf8fc4ea
3
+ metadata.gz: 08682233095d4b9335d6133ae774ecab623de5de
4
+ data.tar.gz: 46a38b72fd4c1ee7ba45b38d72c457faafc51e15
5
5
  SHA512:
6
- metadata.gz: a24692f9f950ae2a2aacd8f13f0f79990760c7dca0f862b8b1561057f7c5c1695ab9b2b8e05b12b6fcbb7dd4b7250c49a64b2e0b3c0fdd3a3ff1139e168726ea
7
- data.tar.gz: 4a0f4a3b9d70a2295a13f239d2007e81d415e732fc67cc98154bacf5b18ccb318e641db2def62b6e1023b1b02df17c688b75856a6d56c36c53ecb034dca3460c
6
+ metadata.gz: 32a4b40c54790b44a9d7f0b95288a1f639ab488802bf4ac0db7c9c0e195ef12223992df8c736a5aea541a8bc462395ef1672f7666daa7bb834acf1867205ed07
7
+ data.tar.gz: f49f678e836478224ffdf08e79c35dfed5faf59307672fc28365cb1c5efcbc4586d0e2d8bdcc1b87be19e27793d86197013b2ccbf86e2e6e7625799d691148bf
@@ -58,9 +58,9 @@ class HipchatNotification
58
58
  if @is_multi_message
59
59
  subject = "#{@user.name} is <a href='#{deploy_url}'>deploying</a> <strong>#{@project.name}</strong> on <strong>#{@stage.name}</strong><br>"
60
60
 
61
- subject = "#{@user.name} successfully deploy <strong>#{@project.name}</strong> @<a href='#{diff_url}'>#{@deploy.commit}</a> on <strong>#{@stage.name}</strong><br>" if @deploy.job.succeeded?
61
+ subject = "#{@user.name} successfully deployed <strong>#{@project.name}</strong> @<a href='#{diff_url}'>#{@deploy.commit}</a> on <strong>#{@stage.name}</strong><br>" if @deploy.job.succeeded?
62
62
 
63
- subject = "#{@user.name} failed to <a href='#{deploy_url}'>deploy</a> <strong>#{@project.name}</strong> on <strong>#{@stage.name}</strong><br>" if @deploy.job.failed? || @deploy.job.errored?
63
+ subject = "#{@user.name} failed to <a href='#{deploy_url}'>deployed</a> <strong>#{@project.name}</strong> on <strong>#{@stage.name}</strong><br>" if @deploy.job.failed? || @deploy.job.errored?
64
64
 
65
65
  subject = "#{@user.name} cancelled <a href='#{deploy_url}'>deploy</a> <strong>#{@project.name}</strong> on <strong>#{@stage.name}</strong><br>" if @deploy.job.cancelled?
66
66
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: samson_hipchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vinh Nguyen