lib/inotify/inotify_native.rb in ruby-inotify-1.0.1 vs lib/inotify/inotify_native.rb in ruby-inotify-1.0.2
- old
+ new
@@ -2,10 +2,10 @@
require 'ffi'
# The Inotify class is a simple wrapper around the inotify functionality provided by the OS
class Inotify
- VERSION = "1.0.1" # :nodoc:
+ VERSION = "1.0.2" # :nodoc:
extend FFI::Library
ffi_lib FFI::Platform::LIBC
# The maximum supported size of the name argument in the inotify event structure
\ No newline at end of file