schacon / git-scribe

basically the best way to write an ebook
MIT License
1.35k stars 121 forks source link

Getting `error: git-scribe died of signal 6` #55

Open adamstac opened 10 years ago

adamstac commented 10 years ago

I installed the gem and homebrew dependencies but when I fire up check I get this:

-> % git scribe check
/Users/adamstacoviak/.rvm/gems/ruby-2.0.0-p0/gems/nokogiri-1.6.0/lib/nokogiri/nokogiri.bundle: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]

error: git-scribe died of signal 6

But I'm using Ruby 2.0.0p0

-> % ruby -v
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.3.0]

Any ideas what's the matter here?