georgi / audite

Portable mp3 player for Ruby
http://georgi.github.com/audite
MIT License
102 stars 17 forks source link

Update to work on Ruby 2.2.0 #12

Closed gabebw closed 9 years ago

gabebw commented 9 years ago

rb_thread_blocking_region no longer exists in Ruby 2.2.0. Instead, use rb_thread_call_without_gvl, which has been in Ruby for a while.

Confirmed to work on these MRI Ruby versions:

georgi commented 9 years ago

Great, thanks!

gabebw commented 9 years ago

Whoa, that was fast. Thank you!