Sha256: 3b6db99138137d0ee0932bec02dd05c372d1061cba1cb252a25320bd86d0e1aa
Contents?: true
Size: 947 Bytes
Versions: 1
Compression:
Stored size: 947 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../culture/sync", __FILE__) Gem::Specification.new do |gem| gem.name = 'celluloid-essentials' gem.version = '0.20.0.pre14' gem.platform = Gem::Platform::RUBY gem.summary = 'Internally used tools, and superstructural dependencies of Celluloid' gem.description = 'Notifications, Internals, Logging, Probe, and essential Celluloid pieces demanding Supervision' gem.licenses = ['MIT'] gem.authors = ["Tony Arcieri", "digitalextremist //"] gem.email = ['tony.arcieri@gmail.com', 'code@extremist.digital'] gem.homepage = 'https://github.com/celluloid/celluloid-essentials' gem.required_ruby_version = '>= 1.9.2' gem.required_rubygems_version = '>= 1.3.6' gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|examples|spec|features)/}) } gem.require_path = 'lib' Celluloid::Sync.gems(gem) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
celluloid-essentials-0.20.0.pre14 | celluloid-essentials.gemspec |