summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Vorgrimmler <vorgrimmlerdavid@gmx.de>2010-01-27 16:57:06 +0100
committerDavid Vorgrimmler <vorgrimmlerdavid@gmx.de>2010-01-27 16:57:06 +0100
commit4bae05a87c8a12855b3bd21c43985f1c7b988f10 (patch)
treec3e4977dc17f98f102cc56a14484df5a604e8a50 /Rakefile
parent70586278a4e89c42f2cbb848f3d8ec4fb23942eb (diff)
Fixed typing error
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index e87db92..325c748 100644
--- a/Rakefile
+++ b/Rakefile
@@ -18,7 +18,7 @@ namespace "fminer" do
exit
end
puts `make ruby`
- end
+ end
desc "Update gems and fminer"
task :update do
@@ -34,8 +34,8 @@ namespace "fminer" do
exit
end
puts `make ruby`
+ end
end
-
desc "Run tests"
task :test do
load 'test/test.rb'