Sha256: 7bc427215e85c5d5da2689549454cb2aee5187d9023c77d39e2d8206c0993340

Contents?: true

Size: 1.17 KB

Versions: 7

Compression:

Stored size: 1.17 KB

Contents

# -*- 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 = ["README.md"]
  s.homepage = "http://github.com/nex3/rb-inotify"
  s.rubygems_version = "2.5.1"
  s.summary = "A Ruby wrapper for Linux's inotify, using FFI"

  s.installed_by_version = "2.5.1" if s.respond_to? :installed_by_version

  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

7 entries across 7 versions & 3 rubygems

Version Path
arcabouco-0.2.13 vendor/bundle/specifications/rb-inotify-0.9.7.gemspec
gameboard-3.1.0 vendor/bundle/ruby/2.3.0/specifications/rb-inotify-0.9.7.gemspec
gameboard-3.0.0 vendor/bundle/ruby/2.3.0/specifications/rb-inotify-0.9.7.gemspec
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/specifications/rb-inotify-0.9.7.gemspec
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/specifications/rb-inotify-0.9.7.gemspec
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/specifications/rb-inotify-0.9.7.gemspec
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/specifications/rb-inotify-0.9.7.gemspec