Sha256: 4528c0bc8b6fab2882ba884b30ce446e3dc61387cc5402f56b6b6b2cf7d7354f
Contents?: true
Size: 830 Bytes
Versions: 1
Compression:
Stored size: 830 Bytes
Contents
# coding: utf-8 require File.expand_path("../culture/sync", __FILE__) Gem::Specification.new do |gem| gem.name = "celluloid-pool" gem.version = "0.20.0" gem.authors = ["Tony Arcieri", "Tim Carey-Smith", "digitalextremist //"] gem.email = ["tony.arcieri@gmail.com", "code@extremist.digital"] gem.summary = "An implementation of an actor pool, based on the Celluloid concurrent object framework." gem.description = "An implementation of an actor pool, based on the Celluloid concurrent object framework." gem.homepage = "http://github.com/celluloid/celluloid-pool" gem.license = "MIT" gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|examples|spec|features)/}) } gem.require_paths = ["lib"] Celluloid::Sync::Gemspec[gem] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
celluloid-pool-0.20.0 | celluloid-pool.gemspec |