Sha256: 76b7880d0e3891ae16ac79a407f73e1d54b64c30df6b2c4ce4e52f5eadaca5a1
Contents?: true
Size: 912 Bytes
Versions: 2
Compression:
Stored size: 912 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../culture/sync", __FILE__) Gem::Specification.new do |gem| gem.name = "celluloid-extras" gem.version = Celluloid::Extras::VERSION gem.platform = Gem::Platform::RUBY gem.summary = "Celluloid expansion, testing, and example classes." gem.description = "Classes to support examples, benchmarks, or add special functionality." gem.licenses = ["MIT"] gem.authors = ["digitalextremist //", "Tony Arcieri"] gem.email = ["code@extremist.digital", "tony.arcieri@gmail.com"] gem.homepage = "https://github.com/celluloid/celluloid-extras" 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::Gemspec[gem] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
celluloid-extras-0.20.0 | celluloid-extras.gemspec |
celluloid-extras-0.1.4 | celluloid-extras.gemspec |