# coding: utf-8 require File.expand_path("../culture/sync", __FILE__) Gem::Specification.new do |gem| gem.name = "celluloid-experimental" gem.version = Celluloid::Experimental::VERSION gem.authors = ["digitalextremist //"] gem.email = ["code@extremist.digital"] gem.summary = "Experimenting with the next wave of Celluloid before it's released." gem.description = "Experimenting with the next wave of Celluloid before it's released." gem.homepage = "http://github.com/abstractive/celluloid-experimental" 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