summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-01 17:01:56 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-01 17:01:56 +0100
commitb8b3f8250dc392ee968eec3f76ec6ea8de3777d8 (patch)
tree269805019cde5b7c71fe3b5dd5216b4d5e26c0b0 /Rakefile
parentae14b74076c5050eb737d02387191c3e45aa0067 (diff)
Rakefile typo fixed
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index caf499e..2dfb2c6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,7 +13,7 @@ begin
["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', "thin"].each do |dep|
+ ['cucumber','jeweler', "thin"].each do |dep|
gem.add_development_dependency dep
end
gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", 'lib/jeweler/templates/.gitignore']