Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

Version: 1.4.2-1-2c0f5a1 

/ opt / logstash / vendor / bundle / jruby / 2.1 / specifications / filewatch-0.5.1.gemspec

# -*- encoding: utf-8 -*-
# stub: filewatch 0.5.1 ruby lib lib

Gem::Specification.new do |s|
  s.name = "filewatch"
  s.version = "0.5.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib", "lib"]
  s.authors = ["Jordan Sissel", "Pete Fritchman"]
  s.date = "2013-01-26"
  s.description = "Watch files and directories in ruby. Also supports tailing and glob file patterns."
  s.email = ["jls@semicomplete.com", "petef@databits.net"]
  s.executables = ["globtail"]
  s.files = ["bin/globtail"]
  s.homepage = "https://github.com/jordansissel/ruby-filewatch"
  s.rubygems_version = "2.2.2"
  s.summary = "filewatch - file watching for ruby"

  s.installed_by_version = "2.2.2" if s.respond_to? :installed_by_version
end