Tagged Questions
5
votes
0answers
107 views
Disable rdoc and ri from gemspec / Gemfile
I have a client gem which I will distribute business clients via rubygems. Gem client has cca. dozen gem dependencies and when it is being installed it takes a long time to install it due to ...
0
votes
0answers
180 views
Rdoc from Gemfile
I would like to include Gemfile in my rdoc documentation. Rdoc treats it like a source file with expected results. Is there any way to get rdoc to treat it like a Ruby file instead?
8
votes
3answers
1k views
Can Bundler be configured to install gems rdoc?
I use bdoc (with hanna for formatting) as a quick way of looking at the rdoc documentation for the gems installed on my system. However, because bundler does not install rdoc when installing gems, I'm ...
1
vote
1answer
51 views
How to get fastri working with bundler driven projects
I'd like to get the fastri engine working with bundler driven projects. Anybody know how to do this.
1
vote
1answer
323 views
How to specify no ri/rdoc exists for a gem so user doesn't get warning when trying to install
A gem I'm authoring doesn't have any inline ri/rdoc of any kind, so when users gem install it they get warnings when rubygems tries to compile the docs:
Successfully installed mygem-0.0.1
1 gem ...