Sha256: 9055bb65d62b7ed5fca9e37839a0c31ef7c61202bbcc3a5bee3263d05fc2cef2

Contents?: true

Size: 573 Bytes

Versions: 3

Compression:

Stored size: 573 Bytes

Contents

require 'rb-inotify/native'
require 'rb-inotify/native/flags'
require 'rb-inotify/notifier'
require 'rb-inotify/watcher'
require 'rb-inotify/event'

# The root module of the library, which is laid out as so:
#
# * {Notifier} -- The main class, where the notifications are set up
# * {Watcher} -- A watcher for a single file or directory
# * {Event} -- An filesystem event notification
module INotify
  # An array containing the version number of rb-inotify.
  # The numbers in the array are the major, minor, and patch versions,
  # respectively.
  VERSION = [0, 9, 0]
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/rb-inotify-0.9.0/lib/rb-inotify.rb
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/rb-inotify-0.9.0/lib/rb-inotify.rb
rb-inotify-0.9.0 lib/rb-inotify.rb