File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
88 spec . version = Drip ::VERSION
99 spec . authors = [ "Derrick Reimer" ]
1010 spec . email = [ "derrickreimer@gmail.com" ]
11- spec . summary = %q{TODO: Write a short summary. Required. }
12- spec . description = %q{TODO: Write a longer description. Optional. }
11+ spec . summary = %q{A Ruby gem for interacting with the Drip API }
12+ spec . description = %q{A simple wrapper for the Drip API }
1313 spec . homepage = "http://github.com/DripEmail/drip-ruby"
1414 spec . license = "MIT"
1515
@@ -20,9 +20,6 @@ Gem::Specification.new do |spec|
2020
2121 spec . add_development_dependency "bundler" , "~> 1.6"
2222 spec . add_development_dependency "rake"
23- spec . add_development_dependency "excon" , ">= 0.27.5" , "< 0.30.0"
24- spec . add_development_dependency "webmock"
25- spec . add_development_dependency "vcr"
2623 spec . add_development_dependency "shoulda-context" , "~> 1.0"
2724 spec . add_development_dependency "mocha"
2825
You can’t perform that action at this time.
0 commit comments