Skip to content

Commit

Permalink
Merge pull request #135 from renz45/mandrill-api-fork
Browse files Browse the repository at this point in the history
Use my fork of the mandrill-api gem to support json 2.x+
  • Loading branch information
Adam Rensel committed Oct 8, 2018
2 parents e8d39ac + 3a552e5 commit 78da302
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.7.0 - 2018-10-06
- Switch to mandrillus fork of the mandrill-api gem to allow for newer
json gem support

## 1.6.0 - 2017-03-23
- Add support for attaching unencoded content via @brunomperes

Expand Down
2 changes: 1 addition & 1 deletion lib/mandrill_mailer/version.rb
@@ -1,3 +1,3 @@
module MandrillMailer
VERSION = "1.6.0"
VERSION = "1.7.0"
end
4 changes: 2 additions & 2 deletions mandrill_mailer.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = MandrillMailer::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Adam Rensel"]
s.email = ["adamrensel@codeschool.com"]
s.email = ["adamrensel@gmail.com"]
s.homepage = "https://github.com/renz45/mandrill_mailer"
s.summary = %q{Transactional Mailer for Mandrill}
s.description = %q{Transactional Mailer for Mandrill}
Expand All @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activesupport'
s.add_dependency 'actionpack'
s.add_dependency 'activejob'
s.add_runtime_dependency 'mandrill-api', '~> 1.0.9'
s.add_runtime_dependency 'mandrillus', '~> 2.0.0'

s.add_development_dependency 'pry'
s.add_development_dependency 'rspec'
Expand Down

0 comments on commit 78da302

Please sign in to comment.