mezis / git-whistles

A set of bells and whistles for your Git.
Other
64 stars 15 forks source link

Gem won't install on 1.8.7 #19

Closed tadejm closed 10 years ago

tadejm commented 10 years ago

Installation process tries to install nokogiri and mime-types compatible with Ruby version > 1.9.2 if no other version is installed.

Reproduce scenario:

ERROR:  Error installing git-whistles:
    mime-types requires Ruby version >= 1.9.2.
tadejm commented 10 years ago

Fix: https://github.com/mezis/git-whistles/pull/20

pedrocunha commented 10 years ago

Fix on master now. Thanks :)