Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyStone committed May 10, 2019
2 parents 2505319 + 00f493c commit 00b052b
Show file tree
Hide file tree
Showing 62 changed files with 43,140 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# -*- 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 = ["[email protected]", "[email protected]"]
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 00b052b

Please sign in to comment.