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:
parent
4e47fe444b
commit
22a62d5bd7
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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 -----
|
||||
|
|
Loading…
Reference in a new issue