1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Don't install ri with rake install to avoid it dieing due to the Unhandled Special bug.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@626 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-11-19 03:45:01 +00:00
parent 4e47fe444b
commit 22a62d5bd7

View file

@ -96,7 +96,7 @@ unless ARGV[0] == 'benchmark'
end
task :install => [:package] do
sh %{gem install pkg/haml-#{File.read('VERSION').strip}}
sh %{gem install --no-ri pkg/haml-#{File.read('VERSION').strip}}
end
# ----- Documentation -----