pyrat-integrity-basecamp 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/notifier/basecamp.rb +1 -1
  2. metadata +1 -1
@@ -23,7 +23,7 @@ module Integrity
23
23
  private
24
24
 
25
25
  def short_message
26
- "Build #{build.short_commit_identifier} of #{build.project.name} #{build.successful? ? "was successful" : "failed"}"
26
+ "Build #{build.short_commit_identifier} of #{build.project.name} (#{build.commit_author.name}) #{build.successful? ? "was successful" : "failed"}"
27
27
  end
28
28
 
29
29
  def full_message
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pyrat-integrity-basecamp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alastair Brunton