achiurizo / consular

Terminal automation
http://rdoc.info/github/achiu/consular/master/file/README.md
MIT License
813 stars 46 forks source link

Broken in Ruby 1.9 due to one it's dependencies - github #67

Closed jackkinsella closed 13 years ago

jackkinsella commented 13 years ago

The Github gem this depends on, depends in turn on "text-hyphen" which is incompatible with Ruby 1.9.

achiurizo commented 13 years ago

what version are you using? the latest version (0.4.1) addresses this issue by setting text-hyphen to 1.0.0 which is compatible with ruby 1.9.

jackkinsella commented 13 years ago

I was using 0.4.1 and when I looked at my Gemfile.lock, terminitor had required a version of Github which in turn required a newer version of text-hypen which was incompatible with Ruby 1.9.

achiurizo commented 13 years ago

i have had an open pull request for the github gem to not rely on text-hyphen here: https://github.com/defunkt/github-gem/pull/45 . I'm waiting for them to pull these changes. In the mean time, a quick fix too is that you could install text-hyphen 1.0.0 manually. and that should have it install fine.

jackkinsella commented 13 years ago

Cool thanks!

achiurizo commented 13 years ago

as of latest github-gem version 0.6.2, the text-hyphen version is hardset to 1.0.0 on their end so this issue should not be such a problem anymore. though i'd prefer one less dependency, this is fine as well. closing tickets