File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ require 'bundler/version'
44require File . expand_path ( 'lib/createsend/version' )
55
66Gem ::Specification . new do |s |
7- s . add_runtime_dependency 'json' , '>= 0'
7+ s . add_runtime_dependency 'json' , '~> 1. 0'
88 s . add_runtime_dependency 'hashie' , '~> 3.0'
99 s . add_runtime_dependency 'httparty' , '~> 0.10'
1010 s . add_development_dependency 'rake' , '~> 10.0'
1111 s . add_development_dependency 'fakeweb' , '~> 1.3'
1212 s . add_development_dependency 'jnunemaker-matchy' , '~> 0.4'
1313 s . add_development_dependency 'shoulda-context' , '~> 1.2'
14- s . add_development_dependency 'simplecov'
15- s . add_development_dependency 'coveralls'
14+ s . add_development_dependency 'simplecov' , '~> 0'
15+ s . add_development_dependency 'coveralls' , '~> 0'
1616 s . name = "createsend"
1717 s . author = "James Dennes"
1818 s . description = %q{Implements the complete functionality of the Campaign Monitor API.}
You can’t perform that action at this time.
0 commit comments