hookworm-handlers 0.2.1 → 0.2.2
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 +4 -4
- data/lib/hookworm/handlers/version.rb +1 -1
- data/lib/hookworm/rogue_commit_handler.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e684ac1c42de4f0e22039849447ae86de9e82231
|
|
4
|
+
data.tar.gz: b65aeb389b66bf67ec4be3167258f3b67dd38899
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7764f7eaeb5f33d094f6c3320e09a6090a5dfc763c0c196f410101808bdda3207dfda9c3d8a1109a0a7cfeadfb5ed9dcbca0b10a4f81c00ad30fa887a887a7e
|
|
7
|
+
data.tar.gz: f54b9553ed9f70a3b2d2793a8223d974f241cd845c9090d619be58506a3fa78d48670a4a3d1b51d986108293b98dbd837f4a76474e56e574d2dd11e6c4ae51d1
|
|
@@ -147,7 +147,7 @@ module Hookworm
|
|
|
147
147
|
email_body = render_email(payload)
|
|
148
148
|
log.debug { "Email message:\n#{email_body}" }
|
|
149
149
|
|
|
150
|
-
emailer.
|
|
150
|
+
emailer.send_email(fromaddr, recipients, email_body)
|
|
151
151
|
end
|
|
152
152
|
|
|
153
153
|
def render_email(payload)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hookworm-handlers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Buch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-02-
|
|
11
|
+
date: 2014-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|