Sha256: 0bfb8fa019841575bf860b555e273d25f87747d0130a2e7421ea39276e9c467c
Contents?: true
Size: 788 Bytes
Versions: 1
Compression:
Stored size: 788 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "websocket/version" Gem::Specification.new do |s| s.name = "websocket" s.version = WebSocket::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Bernard Potocki"] s.email = ["bernard.potocki@imanel.org"] s.homepage = "http://github.com/imanel/websocket-ruby" s.summary = "Universal Ruby library to handle WebSocket protocol" s.description = "Universal Ruby library to handle WebSocket protocol" s.license = "MIT" 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 |
---|---|
websocket-1.2.2 | websocket.gemspec |