Sha256: c3abe579dae7db0c7a140ac25d38975f76ed98cafa7488e5e7bbb269da64c338
Contents?: true
Size: 793 Bytes
Versions: 7
Compression:
Stored size: 793 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'msgpack/version' Gem::Specification.new do |s| s.name = 'msgpack-jruby' s.version = MessagePack::VERSION s.platform = 'java' s.authors = ['Theo Hultberg'] s.email = ['theo@iconara.net'] s.homepage = 'http://github.com/iconara/msgpack-jruby' s.summary = %q{MessagePack implementation for JRuby} s.description = %q{JRuby compatible MessagePack implementation that does not use FFI} s.rubyforge_project = 'msgpack-jruby' 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 = %w(lib) end
Version data entries
7 entries across 7 versions & 1 rubygems