Sha256: 27520b336271f88f416ea27d4ea4ad849533d38ad92931fc516a841a1dfd9b00
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.1" 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.1 | em-synchrony.gemspec |