We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 044396e + de0c0dc commit 79287d2Copy full SHA for 79287d2
1 file changed
mandrill-api.gemspec
@@ -1,12 +1,12 @@
1
Gem::Specification.new do |s|
2
s.name = 'mandrill-api'
3
- s.version = '1.0.54'
+ s.version = '1.0.55'
4
s.summary = 'A Ruby API library for the Mandrill email as a service platform.'
5
s.description = s.summary
6
s.authors = ['Mandrill Devs']
7
s.email = 'community@mandrill.com'
8
s.files = ['lib/mandrill.rb', 'lib/mandrill/api.rb', 'lib/mandrill/errors.rb']
9
s.homepage = 'https://bitbucket.org/mailchimp/mandrill-api-ruby/'
10
- s.add_dependency 'json', '>= 1.7.7', '< 2.0'
+ s.add_dependency 'json', '>= 1.7.7'
11
s.add_dependency 'excon', '>= 0.16.0', '< 1.0'
12
end
0 commit comments