Sha256: e65416ced3f3399062d13dc712c6ad6daf6996eaa2d916b47cb6fb0f77c1fdd5
Contents?: true
Size: 992 Bytes
Versions: 1
Compression:
Stored size: 992 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.1.10" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grenache-ruby-http-0.1.10 | grenache-ruby-http.gemspec |