Sha256: 43ce1c2a7ed8e97d730a7080c6384d51bd5ad56837b88cb4c9b2749050e409ea
Contents?: true
Size: 678 Bytes
Versions: 1
Compression:
Stored size: 678 Bytes
Contents
# 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grenache-ruby-http-0.0.1 | grenache-ruby-http.gemspec |