Sha256: b99f2d4e25a0fae5acb92eefb6775e601166570647d431a6a98230e3627a5a23

Contents?: true

Size: 1.47 KB

Versions: 10

Compression:

Stored size: 1.47 KB

Contents

# 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 = "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/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<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

10 entries across 10 versions & 6 rubygems

Version Path
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/rb-inotify-0.9.5/rb-inotify.gemspec
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.5/rb-inotify.gemspec
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.5/rb-inotify.gemspec
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.5/rb-inotify.gemspec
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/gems/rb-inotify-0.9.5/rb-inotify.gemspec
vagrant-cloudstack-1.2.0 vendor/bundle/gems/rb-inotify-0.9.5/rb-inotify.gemspec
geminfo-0.1.0 path/gems/rb-inotify-0.9.5/rb-inotify.gemspec
vagrant-cloudstack-1.1.0 vendor/bundle/gems/rb-inotify-0.9.5/rb-inotify.gemspec
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/rb-inotify-0.9.5/rb-inotify.gemspec
rb-inotify-0.9.5 rb-inotify.gemspec