Project

General

Profile

Actions

Bug #9985

closed

Gems documenation is not generated when installing local gem with --ignore-dependencies option

Added by Pulfer (Andrey Bondrov) almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.1.2p95 (2014-05-08 revision 45877) [i586-linux]
[ruby-core:63371]

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.

Actions #1

Updated by zzak (zzak _) over 9 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 9 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 9 years ago

  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0