Sha256: ea99a79dd81d5fb1f167532dc2f551a65092d084dfa6fff5342a035ba04f5bc6
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('..', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'routemaster/client/version' Gem::Specification.new do |spec| spec.name = 'routemaster-client' spec.version = Routemaster::Client::VERSION spec.authors = ['Julien Letessier'] spec.email = ['julien.letessier@gmail.com'] spec.summary = %q{Client API for the Routemaster event bus} spec.homepage = 'http://github.com/deliveroo/routemaster-client' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.test_files = spec.files.grep(%r{^spec/}) spec.require_paths = %w(.) spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.add_runtime_dependency 'typhoeus', '~> 1.1' spec.add_runtime_dependency 'faraday', '>= 0.9.0' spec.add_runtime_dependency 'wisper', '~> 1.6.1' spec.add_runtime_dependency 'oj', '~> 2.17' spec.add_runtime_dependency 'hashie' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
routemaster-client-3.1.2 | routemaster-client.gemspec |
routemaster-client-3.1.1 | routemaster-client.gemspec |