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:

/ opt / logstash / vendor / bundle / jruby / 1.9 / specifications / json-1.8.1-java.gemspec

# -*- encoding: utf-8 -*-
# stub: json 1.8.1 java lib

Gem::Specification.new do |s|
  s.name = "json"
  s.version = "1.8.1"
  s.platform = "java"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Daniel Luz"]
  s.date = "2013-10-17"
  s.description = "A JSON implementation as a JRuby extension."
  s.email = "dev+ruby@mernen.com"
  s.homepage = "http://json-jruby.rubyforge.org/"
  s.licenses = ["Ruby"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "json-jruby"
  s.rubygems_version = "2.1.9"
  s.summary = "JSON implementation for JRuby"
end