ichverstehe-integrity-irc 0.0.3 → 0.0.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/irc.rb +1 -1
  2. metadata +1 -1
data/lib/notifier/irc.rb CHANGED
@@ -23,7 +23,7 @@ module Integrity
23
23
  def deliver!
24
24
  ShoutBot.shout(uri) do |channel|
25
25
  channel.say "#{build.project.name}: #{short_message}"
26
- channel.say build_url
26
+ channel.say commit_url
27
27
  end
28
28
  end
29
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ichverstehe-integrity-irc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Rozet