kshnurov / mandrill_dm

A basic Mandrill delivery method for Rails.
MIT License
46 stars 45 forks source link

Fix Travis builds and add new rake tasks #12

Closed spovich closed 9 years ago

spovich commented 9 years ago

Add Rakefile (run rake -T to see new rake options)

spovich commented 9 years ago

@jlberglund @kshnurov if either of you have a few moments, can you review this PR? Thanks!

jlberglund commented 9 years ago

@spovich I don't have much experience with Travis (yet), but it looks like the only notable change outside of that is the removal of _treat_symbols_as_metadata_keys_with_truevalues. Anyways, looks good from my view.

spovich commented 9 years ago

@jlberglund yes, treat_symbols_as_metadata_keys_with_true_values was deprecated by rspec, so removing it cleans up the test run output. Thanks!