All Downloads are FREE. Search and download functionalities are using the official Maven repository.

specifications.rb-inotify-0.8.8.gemspec Maven / Gradle / Ivy

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "rb-inotify"
  s.version = "0.8.8"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Nathan Weizenbaum"]
  s.date = "2011-09-27"
  s.description = "A Ruby wrapper for Linux's inotify, using FFI"
  s.email = "[email protected]"
  s.extra_rdoc_files = ["README.md"]
  s.files = ["README.md"]
  s.homepage = "http://github.com/nex3/rb-inotify"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.24"
  s.summary = "A Ruby wrapper for Linux's inotify, using FFI"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    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 - 2024 Weber Informatics LLC | Privacy Policy