-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Installation] Sinatra gem install hangs at ri documentation #1578
Comments
Hi there looks like *.md files are the problem Now Sinatra it's doing this:
and it takes 5 minutes to generate if you try this
Excluding *.md files it will takes only 3 seconds. I will try to figure out how to speedup, but I would ask if we need to add or we can exclude them on the gemspec |
Temporary fix could be to use: |
+1 this bit me too |
This was already fixed in #1671 however new version of Sinatra including the change is yet to be released so you will only notice the improvement if you use master. |
Whenever I try to install the sinatra gem, the first install hangs during:
"Installing ri documentation for sinatra-2.0.7"
I manually interrupt it, then do it again, and then it works.
I have no idea what causes it, but all the other gems and their ri
documentation do not have this issue.
I believe that there must be something special for sinatra documentation
done that causes this behaviour since I do not see it at any other gem.
It may be difficult to find out, but I am just reporting here to let you guys
know anyway.
The text was updated successfully, but these errors were encountered: