Sha256: 90a2cb233cdf7dc91fe0298be7be1ede0a714e5295d6dd5932e72b9c51685e4a

Contents?: true

Size: 601 Bytes

Versions: 13

Compression:

Stored size: 601 Bytes

Contents

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

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

Version data entries

13 entries across 13 versions & 5 rubygems

Version Path
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
arcabouco-0.2.13 vendor/bundle/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
gameboard-3.1.0 vendor/bundle/ruby/2.3.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
gameboard-3.0.0 vendor/bundle/ruby/2.3.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/rb-inotify-0.9.7/lib/rb-inotify.rb
rb-inotify-0.9.7 lib/rb-inotify.rb