summaryrefslogtreecommitdiff
path: root/aop.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'aop.gemspec')
-rw-r--r--aop.gemspec9
1 files changed, 7 insertions, 2 deletions
diff --git a/aop.gemspec b/aop.gemspec
index fe90a75..6b2fe3c 100644
--- a/aop.gemspec
+++ b/aop.gemspec
@@ -21,7 +21,12 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.2'
# specify any dependencies here; for example:
- s.add_runtime_dependency "opentox-server"
- s.post_install_message = "Please configure your service in ~/.opentox/config/aop.rb"
+ s.add_runtime_dependency "sinatra"
+ s.add_runtime_dependency "sinatra-contrib"
+ s.add_runtime_dependency "haml"
+ s.add_runtime_dependency "yajl-ruby"
+ s.add_runtime_dependency "rest-client"
+ s.add_runtime_dependency "rest-client-components"
+ s.add_runtime_dependency "memcache-client"
end