Sha256: 3fbf58aec59b869d08112f0f423df58c3347c66413382a5bdc191269871f87c6
Contents?: true
Size: 760 Bytes
Versions: 1
Compression:
Stored size: 760 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "zmachine" spec.version = "0.4.3" 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", ">= 3.3.9" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zmachine-0.4.3 | zmachine.gemspec |