Skip to content

Commit

Permalink
Address RubyGem build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jdennes committed Oct 15, 2014
1 parent c783303 commit 6cfc730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions createsend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ require 'bundler/version'
require File.expand_path('lib/createsend/version')

Gem::Specification.new do |s|
s.add_runtime_dependency 'json', '>= 0'
s.add_runtime_dependency 'json', '~> 1.0'
s.add_runtime_dependency 'hashie', '~> 3.0'
s.add_runtime_dependency 'httparty', '~> 0.10'
s.add_development_dependency 'rake', '~> 10.0'
s.add_development_dependency 'fakeweb', '~> 1.3'
s.add_development_dependency 'jnunemaker-matchy', '~> 0.4'
s.add_development_dependency 'shoulda-context', '~> 1.2'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'coveralls'
s.add_development_dependency 'simplecov', '~> 0'
s.add_development_dependency 'coveralls', '~> 0'
s.name = "createsend"
s.author = "James Dennes"
s.description = %q{Implements the complete functionality of the Campaign Monitor API.}
Expand Down

0 comments on commit 6cfc730

Please sign in to comment.