Sha256: 2771520a64637d31282bbf5ae066d4911861f3bec2e9eb138832f7d28d365eb9

Contents?: true

Size: 767 Bytes

Versions: 1

Compression:

Stored size: 767 Bytes

Contents

# 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
celluloid-experimental-0.0.0.3 celluloid-experimental.gemspec