zenchild / gssapi

A Ruby FFI wrapper around GSSAPI
Other
40 stars 50 forks source link

Gem won't load on Mac platform #1

Closed schisamo closed 13 years ago

schisamo commented 13 years ago

It appears the regex used to load the correct dynamic library interprets a Mac as a windows machine: https://github.com/zenchild/gssapi/blob/master/lib/gssapi/lib_gssapi.rb#L30

ruby-1.9.2-p0 > puts RUBY_PLATFORM
x86_64-darwin10.4.0

I have a fix. Will attach soon.