lib/blurhash.rb in blurhash-0.1.0 vs lib/blurhash.rb in blurhash-0.1.1
- old
+ new
@@ -11,10 +11,10 @@
end
end
module Unstable
extend FFI::Library
- ffi_lib File.join(File.expand_path(__dir__), 'blurhash', 'encode.' + RbConfig::CONFIG['DLEXT'])
+ ffi_lib File.join(File.expand_path(__dir__), 'encode.' + RbConfig::CONFIG['DLEXT'])
attach_function :blurHashForPixels, %i(int int int int pointer size_t), :string
end
private_constant :Unstable
end