walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

cannot load such file - gimli-0.5.1/lib/../ext/github_markup.rb #42

Closed paynerc closed 11 years ago

paynerc commented 11 years ago

I just installed 0.5.1 and when I try and run gimli I am receiving the following error:

/Users/paynerc/.rvm/gems/ruby-1.9.3-p392/gems/gimli-0.5.1/lib/gimli.rb:11:in `require': cannot load such file -- /Users/paynerc/.rvm/gems/ruby-1.9.3-p392/gems/gimli-0.5.1/lib/../ext/github_markup.rb (LoadError)

Looking into the gem, the ext folder and its contents are not being installed.

paynerc commented 11 years ago

Fixed this in my branch and created pull request: https://github.com/walle/gimli/pull/43