gems.rb-inotify-0.9.5.rb-inotify.gemspec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rb-inotify"
s.version = "0.9.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nathan Weizenbaum"]
s.date = "2014-06-06"
s.description = "A Ruby wrapper for Linux's inotify, using FFI"
s.email = "[email protected]"
s.extra_rdoc_files = [
"README.md"
]
s.files = [
".yardopts",
"MIT-LICENSE",
"README.md",
"Rakefile",
"VERSION",
"lib/rb-inotify.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.require_paths = ["lib"]
s.rubygems_version = "2.0.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, [">= 0.5.0"])
s.add_development_dependency(%q, [">= 0.4.0"])
else
s.add_dependency(%q, [">= 0.5.0"])
s.add_dependency(%q, [">= 0.4.0"])
end
else
s.add_dependency(%q, [">= 0.5.0"])
s.add_dependency(%q, [">= 0.4.0"])
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy