Sha256: af53d4a7253ad46c7b4be7327b52a9f3a3045b0e09bce9f8cec46ad9a35f952f
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.4.0" 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.4.0 | zmachine.gemspec |