summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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'