Sha256: 34640536c4ac6c8afeb15175c6a084f23e5face6d050d85c494546e5a77753a9

Contents?: true

Size: 834 Bytes

Versions: 1

Compression:

Stored size: 834 Bytes

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/HouseTrip/routemaster_client'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($/)
  spec.test_files    = spec.files.grep(%r{^spec/})
  spec.require_paths = %w(.)

  spec.add_runtime_dependency     'faraday'
  spec.add_runtime_dependency     'net-http-persistent'
  spec.add_runtime_dependency     'wisper', '>= 1.4.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
routemaster-client-0.0.3 routemaster-client.gemspec