summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-01 16:48:47 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-01 16:48:47 +0100
commitae14b74076c5050eb737d02387191c3e45aa0067 (patch)
treed99713b2c150d18de9981dbcd425aba56abc3c9a /Rakefile
parenta008ff7fce85e9532f257da863daeaf63fe7ee11 (diff)
thin moved to development dependencies
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index d2eaf64..caf499e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,10 +10,10 @@ begin
gem.email = "helma@in-silico.ch"
gem.homepage = "http://github.com/helma/opentox-ruby-api-wrapper"
gem.authors = ["Christoph Helma"]
- ["sinatra", "rest-client", "rack", "rack-contrib", "rack-flash", "thin", "emk-sinatra-url-for", "cehoffman-sinatra-respond_to", "dm-more", "dm-core", "sinatra-static-assets"].each do |dep|
+ ["sinatra", "rest-client", "rack", "rack-contrib", "rack-flash", "emk-sinatra-url-for", "cehoffman-sinatra-respond_to", "dm-more", "dm-core", "sinatra-static-assets"].each do |dep|
gem.add_dependency dep
end
- ['cucmber','jeweler'].each do |dep|
+ ['cucmber','jeweler', "thin"].each do |dep|
gem.add_development_dependency dep
end
gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", 'lib/jeweler/templates/.gitignore']