Sha256: 10e5d2f8d2b6b8c9f4363b40d4bbda733eb1af9a620bf0fddc0a17f849c90548

Contents?: true

Size: 831 Bytes

Versions: 1

Compression:

Stored size: 831 Bytes

Contents

# coding: utf-8
require File.expand_path("../culture/sync", __FILE__)

Gem::Specification.new do |gem|
  gem.name          = "celluloid-pool"
  gem.version       = "0.10.0.pre4"
  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.gems(gem)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
celluloid-pool-0.10.0.pre4 celluloid-pool.gemspec