EventMachine-LE
EventMachine-LE copied to clipboard
Mods for running with Ruby 2.2
Small mods to build for ruby 2.2. This is not backwards compat as is. It could be but would add noisy ifdefs.
Mmmm, I cannot accept a PR that breaks compatibility with Ruby 1.9 sorry. Ruby 1.9 is the Ruby version in many stable operating systems (for example in Debian Wheezy).
Understandable.Will modify when I have time. MarkT From: Iñaki Baz CastilloSent: Tuesday, 24 February 2015 22:41To: ibc/EventMachine-LEReply To: ibc/EventMachine-LECc: MarkTSubject: Re: [EventMachine-LE] Mods for running with Ruby 2.2 (#29)Mmmm, I cannot accept a PR that breaks compatibility with Ruby 1.9 sorry. Ruby 1.9 is the Ruby version in many stable operating systems (for example in Debian Wheezy).
—Reply to this email directly or view it on GitHub.
Thanks a lot, and really thanks for your work.
Any chance you can merge and release this please. ruby 2.2.0 has been out for nearly 5 months now and this would really help up.
As is this 2.2.n fork breaks back-compat.
To install nevertheless, please try:
gem 'eventmachine-le', :git => 'https://github.com/paradisaeidae/EventMachine-LE.git'
Let me know how you go!