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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 45ec4c5b2ff2a9059ab3085ef3242966a5c1a7d8
4
- data.tar.gz: fcce6bab4d7421ffbffb62cacdcd404d8a5f52a7
3
+ metadata.gz: e684ac1c42de4f0e22039849447ae86de9e82231
4
+ data.tar.gz: b65aeb389b66bf67ec4be3167258f3b67dd38899
5
5
  SHA512:
6
- metadata.gz: 6ab21a2b29e87f0c69723f57e016297d838fa7400cd259404f8cab5e01bf6730ecbdc51a39cc8eb163219996242ce92297efb9464dbb9113f92690d545291c7c
7
- data.tar.gz: 7fd985b6d2997cacec52ddb1e252b8f3877e2a3f990290d5c8db61ebba04670b842e7ced1cc2dafcbd71c42dba1492e93b02f7f49c0ef93fe51c4926bb7ec088
6
+ metadata.gz: b7764f7eaeb5f33d094f6c3320e09a6090a5dfc763c0c196f410101808bdda3207dfda9c3d8a1109a0a7cfeadfb5ed9dcbca0b10a4f81c00ad30fa887a887a7e
7
+ data.tar.gz: f54b9553ed9f70a3b2d2793a8223d974f241cd845c9090d619be58506a3fa78d48670a4a3d1b51d986108293b98dbd837f4a76474e56e574d2dd11e6c4ae51d1
@@ -1,5 +1,5 @@
1
1
  module Hookworm
2
2
  module Handlers
3
- VERSION = '0.2.1'
3
+ VERSION = '0.2.2'
4
4
  end
5
5
  end
@@ -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.send(fromaddr, recipients, email_body)
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.1
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-05 00:00:00.000000000 Z
11
+ date: 2014-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler