Sha256: 72e60316a1f5bdc6d1472c9e989af2486c771929a0c444eb8422bca310efb52a
Contents?: true
Size: 748 Bytes
Versions: 1
Compression:
Stored size: 748 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "zmachine" spec.version = "0.3.2" spec.authors = ["LiquidM, Inc."] spec.email = ["opensource@liquidm.com"] spec.description = %q{pure JRuby multi-threaded mostly EventMachine compatible event loop} spec.summary = %q{pure JRuby multi-threaded mostly EventMachine compatible event loop} spec.homepage = "https://github.com/liquidm/zmachine" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency "liquid-ext" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zmachine-0.3.2 | zmachine.gemspec |