Sha256: f1fdea5d4ff92c96c009e174cda07685e178ffc93275540062d5f2cd446f2b18

Contents?: true

Size: 573 Bytes

Versions: 13

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, 5]
end

Version data entries

13 entries across 11 versions & 7 rubygems

Version Path
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
geminfo-0.1.0 path/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/rb-inotify-0.9.5/lib/rb-inotify.rb
rb-inotify-0.9.5 lib/rb-inotify.rb