summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2009-01-06 16:59:59 -0800
committerAdam Jacob <adam@hjksolutions.com>2009-01-06 16:59:59 -0800
commitfc6fba4d855c239bd914212cf904429c8b5ce351 (patch)
tree580351a8d132291c98b4fdd46e50ce17b8a689b0 /Rakefile
parent96f88585a451202a061ba73d13189979fa59b799 (diff)
downloadohai-fc6fba4d855c239bd914212cf904429c8b5ce351.tar.gz
Updating manifest, rakefile and gemspec
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e8eba8c6..5ce22722 100644
--- a/Rakefile
+++ b/Rakefile
@@ -20,3 +20,5 @@ Dir['tasks/**/*.rake'].each { |t| load t }
# TODO - want other tests/tasks run by default? Add them to the list
task :default => [:spec, :features]
+
+task :install => [ :install_gem ] \ No newline at end of file