samson_hipchat 0.1.6 → 0.1.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 573df27b53415140fe01a7695270a35723d6c67b
4
- data.tar.gz: 877615a97fc1ee63bea45f5e8851e1d11b2530d7
3
+ metadata.gz: c960ef6657c16fd3a86eae4fd7f0f1a1028db703
4
+ data.tar.gz: ce65455d9a9cc20849d80255840764ec8ab09ba8
5
5
  SHA512:
6
- metadata.gz: 004fe082b6b719d20bbfa90cc3722250d7c307c8b49d7926b0d0f41bcc709e6e80eae2f7aa8df8d6cfe847e6bb1c64246faa77a846d05343939c5a7aa96e4110
7
- data.tar.gz: 21a37ba20d1a514867d90767e9ca654f008d9c821b93db11723f9bd34b20883a73b64cc8dff752a440c9cc27cbd9565a415fc15cffb17ab6a9acca9920ba16eb
6
+ metadata.gz: 5437b2773ad4c92c0ac24999e36c85ca39414d1dae723be526ee57562fefee34959c69848a755e2bc3391ea7030b73c53624814039f68034fe434ae9b90ca9cb
7
+ data.tar.gz: b7631d5b46b7a67c4381a2be69171120795e0c70addaf372a01371a48a3ac7c97c13ffc4fa2f203469a6df39317b641552fb5c1d763548d20565af9c48c355ff
@@ -66,8 +66,7 @@ class HipchatNotification
66
66
 
67
67
  subject
68
68
  else
69
- #subject = "#{@user.name} successfully deploy <strong>#{@project.name}</strong> @<a href='#{diff_url}'>#{@deploy.commit}...#{@changeset.try(:previous_commit)}</a> on <strong>#{@stage.name}</strong><br>" if @deploy.job.succeeded?
70
- 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?
69
+ subject = "#{@user.name} successfully deployed <strong>#{@project.name}</strong> @ <a href='#{diff_url}'>#{@deploy.commit}</a> to <strong>#{@stage.name}</strong><br>" if @deploy.job.succeeded?
71
70
  end
72
71
  end
73
72
 
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vinh Nguyen