Skip to content

Commit

Permalink
stopped using Digest::HMAC as it wasn't meant to make its way into 1.…
Browse files Browse the repository at this point in the history
…9, using OpenSSL::HMAC
  • Loading branch information
AGarrow committed May 30, 2013
1 parent 083fb7e commit 54f0cf5
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 1,273 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ end
desc 'Ensure a Mandrill catch-all route forwarding to a postbin'
task :mandrill do
require 'mandrill'

api = Mandrill::API.new(credentials[:mandrill_api_key])
domain = api.inbound.domains.first

Expand Down
2 changes: 1 addition & 1 deletion coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"result": {
"covered_percent": 96.36
"covered_percent": 72.56
}
}
Loading

0 comments on commit 54f0cf5

Please sign in to comment.