[ruby-core:63539] [ruby-trunk - Bug #9985] Gems documenation is not generated when installing local gem with --ignore-dependencies option

From: app-spam@...
Date: 2014-07-03 12:35:46 UTC
List: ruby-core #63539
Issue #9985 has been updated by Andrey Bondrov.


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`

----------------------------------------
Bug #9985: Gems documenation is not generated when installing local gem with --ignore-dependencies option
https://bugs.ruby-lang.org/issues/9985#change-47588

* Author: Andrey Bondrov
* Status: Assigned
* Priority: Normal
* Assignee: Eric Hodel
* Category: lib/rubygems
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [i586-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
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.



-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next