Sha256: 885aba682a260a11c53fdc6bc239ca71b7055b719e6e1eca2e27e42815146a1d

Contents?: true

Size: 994 Bytes

Versions: 3

Compression:

Stored size: 994 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'grenache/http/version'

Gem::Specification.new do |spec|
  spec.name          = "grenache-ruby-http"
  spec.version       = Grenache::HTTP::VERSION
  spec.email         = ["info@bitfinex.com"]
  spec.authors       = "Bitfinex <info@bitfinex.com>"

  spec.summary       = %q{http client for Grenache}
  spec.homepage      = "https://github.com/bitfinexcom/grenache-ruby-http"
  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.2"
  spec.add_runtime_dependency "faye-websocket", "~> 0.10"
  spec.add_runtime_dependency "grenache-ruby-base", "~> 0.2.0"
  spec.add_runtime_dependency "httparty", "~> 0.14.0"
  spec.add_runtime_dependency "oj", "~> 2.18"
  spec.add_runtime_dependency "thin", "~> 1.7"

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
grenache-ruby-http-0.2.2 grenache-ruby-http.gemspec
grenache-ruby-http-0.2.1 grenache-ruby-http.gemspec
grenache-ruby-http-0.2.0 grenache-ruby-http.gemspec