Skip to content

Commit 3f884bc

Browse files
committed
Remove unused dependencies, add descriptions
1 parent 85ac1ff commit 3f884bc

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

drip-ruby.gemspec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)