Projects
mailgun
mailgun library for ruby
Lastest commits
- Yomi Colledge2011-11-25T10:55:59-08:00 Typo fix
- Yomi Colledge2011-11-24T17:31:51-08:00 Fixing typo in Mailgun::Base.submit where respond_to? checks for :http_body
- Sean Grove2011-11-24T16:51:10-08:00 Merge pull request #2 from baphled/master Uses Mailgun#base_url directly in spec, and checks for http_body in the exception before immediately throwing it.
- Yomi Colledge2011-11-24T13:37:51-08:00 Resolving update spec, which was getting an JSON::GeneratorError as RestClient#submit was stubbed without a return value. This also triggered an error on line 46 as the exception does not always have a http body. Which has been refactored to check for the attribute
- Yomi Colledge2011-11-24T09:42:39-08:00 Updated base_url spec to actually use base_url instead of relying on send which is slower and harder to work out what is going on.