Opened 17 years ago
Closed 15 years ago
#19671 closed defect (fixed)
ruby19 - ri1.9 doesn't include Ruby system documentation directory
| Reported by: | trac.macports.org@… | Owned by: | kimuraw (kimura wataru) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | trac.macports.org@… | |
| Port: | ruby19 |
Description
The ri1.9 command from ruby 1.9.1-p129 doesn't include the system doc directory (/opt/local/share/ri/1.9.1/system) as expected.
Compare the output of "ri1.9 --list-doc-dirs" with "ri --list-doc-dirs" from Ruby 1.8.7. The latter lists "/opt/local/share/ri/1.8/system".
Change History (5)
comment:1 Changed 17 years ago by trac.macports.org@…
| Cc: | trac.macports.org@… removed |
|---|
comment:3 Changed 17 years ago by mf2k (Frank Schima)
| Owner: | changed from macports-tickets@… to febeling@… |
|---|---|
| Port: | ruby19 added |
comment:4 Changed 15 years ago by nerdling (Jeremy Lavergne)
| Owner: | changed from febeling@… to kimuraw@… |
|---|
comment:5 Changed 15 years ago by kimuraw (kimura wataru)
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
The latest version of port:ruby19, 1.9.2-p0_1 works correctly.
% port installed ruby19 | grep active
ruby19 @1.9.2-p0_1+tk (active)
% ri1.9 --list-doc-dirs
/opt/local/share/ri/1.9.1/system
/opt/local/share/ri/1.9.1/site
/Users/kimuraw/.rdoc
/opt/local/lib/ruby1.9/gems/1.9.1/doc/actionmailer-2.3.8/ri
/opt/local/lib/ruby1.9/gems/1.9.1/doc/actionpack-2.3.8/ri
:
%
Note: See
TracTickets for help on using
tickets.

Cc Me!