summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorbluemonk <ceresa@gmail.com>2010-07-22 14:09:08 +0200
committerbluemonk <ceresa@gmail.com>2010-07-22 14:09:08 +0200
commitd9dd25535b1e1b2cbd50f26eddcb7a55fe8d388d (patch)
tree5d61858a5ff699f83ce22823856fb4cd1eae9b5b /Rakefile
parentb049912c2ac43e5b017910e546146d8770fab6f7 (diff)
downloadipaddress-d9dd25535b1e1b2cbd50f26eddcb7a55fe8d388d.tar.gz
Fixed irb command in rake console
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 928e478..b668d77 100644
--- a/Rakefile
+++ b/Rakefile
@@ -61,7 +61,7 @@ end
desc "Open an irb session preloaded with this library"
task :console do
- sh "irb1.9 -rubygems -I lib -r ipaddress.rb"
+ sh "irb -rubygems -I lib -r ipaddress.rb"
end
desc "Look for TODO and FIXME tags in the code"