# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'grenache/version' Gem::Specification.new do |spec| spec.name = "grenache-ruby-http" spec.version = Grenache::HTTP::VERSION spec.email = ["info@bitfinex.com"] spec.summary = %q{http client for Grenache} spec.homepage = "https://github.com/bitfinexcom/grenache-ruby-http" spec.license = "MIT" spec.authors = "Bitfinex" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] # spec.add_bundler_dependencies end