Sha256: 48e72385f6efbc0e5b2e82fe6b0979e78f9be0b5f258b1818e2261ef73515620
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
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.16" spec.add_runtime_dependency "httparty", "~> 0.16" spec.add_runtime_dependency "oj", "~> 3.6" spec.add_runtime_dependency "thin", "~> 1.7" spec.add_development_dependency "rspec", "~> 3.5" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grenache-ruby-http-0.2.19 | grenache-ruby-http.gemspec |