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 / msgpack-jruby-1.4.0-java.gemspec

# -*- encoding: utf-8 -*-
# stub: msgpack-jruby 1.4.0 java lib

Gem::Specification.new do |s|
  s.name = "msgpack-jruby"
  s.version = "1.4.0"
  s.platform = "java"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Theo Hultberg"]
  s.date = "2014-02-12"
  s.description = "JRuby compatible MessagePack implementation that does not use FFI"
  s.email = ["theo@iconara.net"]
  s.homepage = "http://github.com/iconara/msgpack-jruby"
  s.licenses = ["Apache License 2.0"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "msgpack-jruby"
  s.rubygems_version = "2.1.9"
  s.summary = "MessagePack implementation for JRuby"
end