banister / devil

ruby bindings for devil cross platform image loading library
http://openil.sourceforge.net
Other
60 stars 9 forks source link

Doesn't work on Ruby 2.2 #16

Open suhastech opened 9 years ago

suhastech commented 9 years ago

devil-0.1.9.5/lib/devil.rb:6:in `<top (required)>': uninitialized constant Config (NameError)

The fix is changing Config to RbConfig

Something similar to https://github.com/chef/ohai/pull/454

rhizanthemum commented 1 year ago

hm, it doesn't work on ruby 3.2 either 🤔 😂