Sha256: 4313b4d7c272af1ada4c68dd900ad321a19ea8c82f8f70e4681334828979cb99
Contents?: true
Size: 1.54 KB
Versions: 13
Compression:
Stored size: 1.54 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # stub: rb-inotify 0.9.7 ruby lib Gem::Specification.new do |s| s.name = "rb-inotify" s.version = "0.9.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Nathan Weizenbaum"] s.date = "2016-02-08" s.description = "A Ruby wrapper for Linux's inotify, using FFI" s.email = "nex342@gmail.com" s.extra_rdoc_files = [ "README.md" ] s.files = [ ".yardopts", "MIT-LICENSE", "README.md", "Rakefile", "VERSION", "lib/rb-inotify.rb", "lib/rb-inotify/errors.rb", "lib/rb-inotify/event.rb", "lib/rb-inotify/native.rb", "lib/rb-inotify/native/flags.rb", "lib/rb-inotify/notifier.rb", "lib/rb-inotify/watcher.rb", "rb-inotify.gemspec" ] s.homepage = "http://github.com/nex3/rb-inotify" s.rubygems_version = "2.4.3" s.summary = "A Ruby wrapper for Linux's inotify, using FFI" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<ffi>, [">= 0.5.0"]) s.add_development_dependency(%q<yard>, [">= 0.4.0"]) else s.add_dependency(%q<ffi>, [">= 0.5.0"]) s.add_dependency(%q<yard>, [">= 0.4.0"]) end else s.add_dependency(%q<ffi>, [">= 0.5.0"]) s.add_dependency(%q<yard>, [">= 0.4.0"]) end end
Version data entries
13 entries across 13 versions & 5 rubygems