averyvery / hieroglyph

Generate an icon font from a directory of vector files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when installing on Win 7

jenshedqvist opened this issue · comments

When running gem install hieroglyph i get:

ERROR:  While executing gem ... (Errno::EINVAL)
Invalid argument - C:/Ruby192/lib/ruby/gems/1.9.1/gems/hieroglyph-0.1.4/lib/hieroglyph/assets/glyphs/?-chat.svg

I get another error when running gem build hieroglyph.gemspec:

ERROR:  While executing gem ... (Gem::InvalidSpecificationException)
["lib/hieroglyph/assets/glyphs/?-chat.svg"] are not files

Running Win 7 64 bit.

It looks like there's an issue on Windows machines with files containing the '?' character. I just pushed a new version of hieroglyph with a rename to this file — please try again and let me know if the issue continues. Thanks!