lib/unix/sys/filesystem.rb in sys-filesystem-1.0.0 vs lib/unix/sys/filesystem.rb in sys-filesystem-1.1.0
- old
+ new
@@ -8,10 +8,10 @@
class Filesystem
extend FFI::Library
ffi_lib(FFI::Library::LIBC)
# The version of the sys-filesystem library.
- VERSION = '1.0.0'
+ VERSION = '1.1.0'
private
attach_function(:statvfs, [:string, :pointer], :int)
attach_function(:strerror, [:int], :string)