-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdishwasher.gemspec
23 lines (22 loc) · 1016 Bytes
/
dishwasher.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- encoding: utf-8 -*-
# stub: dishwasher 0.1.0 ruby lib
Gem::Specification.new do |s|
s.name = "dishwasher"
s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Commerce Kitchen"]
s.date = "2014-06-02"
s.description = "Periodically check links in database fields for connection errors."
s.email = "[email protected]"
s.extra_rdoc_files = ["README.rdoc", "lib/dishwasher.rb"]
s.files = ["README.rdoc", "Rakefile", "lib/dishwasher.rb", "Manifest", "dishwasher.gemspec"]
s.homepage = "http://www.commercekitchen.com"
s.rdoc_options = ["--line-numbers", "--title", "Dishwasher", "--main", "README.md"]
s.require_paths = ["lib"]
s.rubyforge_project = "dishwasher"
s.rubygems_version = "2.1.11"
s.summary = "Periodically check links in database fields for connection errors."
s.add_runtime_dependency "echoe"
s.add_runtime_dependency "whenever"
s.add_runtime_dependency "rest-client"
end