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 / 1.9 / gems / gelfd-0.2.0 / gelfd.gemspec

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "gelfd/version"

Gem::Specification.new do |s|
  s.name        = "gelfd"
  s.version     = Gelfd::VERSION
  s.authors     = ["John E. Vincent"]
  s.email       = ["lusis.org+github.com@gmail.com"]
  s.homepage    = ""
  s.summary     = %q{Pure ruby gelf server and decoding library}
  s.description = %q{Standalone implementation of the Graylog Extended Log Format}

  s.rubyforge_project = "gelfd"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  # specify any dependencies here; for example:
  s.add_development_dependency "json", "~> 1.5.4"
  s.add_development_dependency "rake", "~> 0.9.2"
  # s.add_runtime_dependency "rest-client"
end