integrity-hooks 0.0.8 → 0.0.9

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.
data/ChangeLog CHANGED
@@ -1,3 +1,5 @@
1
+ * 0.0.9 / 2010-03-04
2
+ * Called the wrong method for getting the URL of the build
1
3
  * 0.0.8 / 2010-02-26
2
4
  * Documentation changes
3
5
  * 0.0.7 / 2010-02-26
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "integrity-hooks"
3
- s.version = "0.0.8"
4
- s.date = "2010-02-26"
3
+ s.version = "0.0.9"
4
+ s.date = "2010-03-04"
5
5
  s.summary = "Web hooks notifier for the Integrity continuous integration server"
6
6
  s.homepage = "http://eastblue.org/projects/integrity"
7
7
  s.email = "perchr@northblue.org"
@@ -53,7 +53,7 @@ module Integrity
53
53
  "project" => build.project.name,
54
54
  "short_message" => short_message,
55
55
  "full_message" => full_message,
56
- "url" => commit_url
56
+ "url" => build_url
57
57
  }
58
58
  end
59
59
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 8
9
- version: 0.0.8
8
+ - 9
9
+ version: 0.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Per Christian B. Viken
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-02-26 00:00:00 +01:00
17
+ date: 2010-03-04 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency