Sha256: ce4d31ba3787bb198cc714fa5178e5387c8748b0aa46765c30ebf3fc15910d8a
Contents?: true
Size: 920 Bytes
Versions: 1
Compression:
Stored size: 920 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "em-websocket/version" Gem::Specification.new do |s| s.name = "em-websocket" s.version = EventMachine::Websocket::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Ilya Grigorik", "Martyn Loughran"] s.email = ["ilya@igvita.com", "me@mloughran.com"] s.homepage = "http://github.com/igrigorik/em-websocket" s.summary = %q{EventMachine based WebSocket server} s.description = %q{EventMachine based WebSocket server} s.rubyforge_project = "em-websocket" 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"] s.add_dependency("eventmachine", ">= 0.12.9") s.add_dependency("http_parser.rb", '~> 0.6.0') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
em-websocket-0.5.1 | em-websocket.gemspec |