-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
From this commit message:
-
When installing the gem I get warnings like:
unable to convert "\xAB" from ASCII-8BIT to UTF-8 for lib/data/BidiMirroring.dat, skipping unable to convert "\x87" from ASCII-8BIT to UTF-8 for lib/data/UnicodeData.idx, skippingThis might be an issue with the Mac OS X terminal and in any case it seems harmless.
-
Gem installation freezes (or lags horribly) when printing this line:
Installing ri documentation for bidi-0.0.1I have no idea why, and if I ^C and install again it doesn't happen, and it seems like a relatively common problem, so whatever.
-
This gem requires weakref. Unfortunately, when I add it as a dependency
usings.add_dependency rubysl-weakrefIt gets added to the
$LOAD_PATHwhich makes it not work for some reason. If I remove the dependency it works... but requires that it be installed manually.
Help appreciated!
Metadata
Metadata
Assignees
Labels
No labels