Sha256: ac508e8b12960275a670556759e5ef4e914f0f02cd1a9722d34bda9787de2bb5
Contents?: true
Size: 952 Bytes
Versions: 1
Compression:
Stored size: 952 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'grenache/websocket/version' Gem::Specification.new do |spec| spec.name = "grenache-ruby-ws" spec.version = Grenache::Websocket::VERSION spec.email = ["info@bitfinex.com"] spec.author = "Bitfinex <info@bitfinex.com>" spec.summary = %q{Websocket client for Grenache} spec.homepage = "https://github.com/bitfinexcom/grenache-ruby-ws" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] spec.add_runtime_dependency "eventmachine", "~> 1.0" spec.add_runtime_dependency "faye-websocket", "~> 0.10" spec.add_runtime_dependency "grenache-ruby-base", "~> 0.2.14" spec.add_runtime_dependency "oj", "~> 3.3" spec.add_runtime_dependency "thin", "~> 1.7" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grenache-ruby-ws-0.2.13 | grenache-ruby-ws.gemspec |