Sha256: 35eb35e302d86fda8f9802383fc895a93ad911b5c442068536590d0b060141bd
Contents?: true
Size: 759 Bytes
Versions: 1
Compression:
Stored size: 759 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "em-synchrony" s.version = "1.0.3" s.platform = Gem::Platform::RUBY s.authors = ["Ilya Grigorik"] s.email = ["ilya@igvita.com"] s.homepage = "http://github.com/igrigorik/em-synchrony" s.summary = %q{Fiber aware EventMachine libraries} s.description = s.summary s.rubyforge_project = "em-synchrony" s.add_runtime_dependency("eventmachine", ">= 1.0.0.beta.1") s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
em-synchrony-1.0.3 | em-synchrony.gemspec |