erlectricity icon indicating copy to clipboard operation
erlectricity copied to clipboard

Ruby 1.9.2

Open kellymclaughlin opened this issue 13 years ago • 3 comments

I made some updates to work with ruby 1.9.2 and also a small change to account for changed behavior in the recent erlang runtimes. All the specs are passing, but test-spec seems to be broken with ruby 1.9 so I changed some of the test cases to use the Test::Unit style asserts. I based my changes off of the next branch since it has the fix for hashes and some other improvements.

kellymclaughlin avatar Sep 09 '10 15:09 kellymclaughlin

can you please accept the pull request, I would really appreciate it :)

hamin avatar Dec 06 '10 18:12 hamin

You can use the branch from my fork directly in the meantime if it helps. I use this in my Gemfile:

gem "erlectricity", "0.9.0", :git => "git://github.com/mclaughlin77/erlectricity.git", :branch => "ruby-1.9.2"

kellymclaughlin avatar Dec 06 '10 18:12 kellymclaughlin

Somebody should release an alternative to this that is actually maintained :)

d11wtq avatar Apr 13 '13 06:04 d11wtq