Bug #9985
closedGems documenation is not generated when installing local gem with --ignore-dependencies option
Description
Gems documenation is not generated when installing local gem with --ignore-dependencies option.
Ruby 2.1.2, gem 2.2.2 (gem -v).
Running install with options "--env-shebang --rdoc --ri --force --ignore-dependencies --install-dir ..." doesn't generate docs. But if we drop "--ignore-dependencies" option, gem generates docs.
Updated by zzak (zzak _) over 10 years ago
- Category set to lib/rubygems
- Status changed from Open to Assigned
- Assignee set to drbrain (Eric Hodel)
- Target version set to 2.2.0
Could you please tell us the full command you used to reproduce this problem?
This could be related to RG or RDoc, so I'm assigning to @drbrain (Eric Hodel) for feedback.
Thanks for the report! <3
Updated by Pulfer (Andrey Bondrov) over 10 years ago
Zachary Scott wrote:
Could you please tell us the full command you used to reproduce this problem?
$ gem install --local ./pkg-config-1.1.4.gem --install-dir=. Successfully installed pkg-config-1.1.4 Parsing documentation for pkg-config-1.1.4 Installing ri documentation for pkg-config-1.1.4 Done installing documentation for pkg-config after 1 seconds 1 gem installed
$ gem install --local ./pkg-config-1.1.4.gem --install-dir=. --ignore-dependencies Successfully installed pkg-config-1.1.4 1 gem installed
Updated by zzak (zzak _) over 10 years ago
- Status changed from Assigned to Closed