Sha256: 9b03c49b0f87b3cd54b9c8af74c3ba12de889c45f08e7061419c2311f8506968

Contents?: true

Size: 846 Bytes

Versions: 4

Compression:

Stored size: 846 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', '>= 0.9.0'
  spec.add_runtime_dependency     'net-http-persistent'
  spec.add_runtime_dependency     'wisper', '>= 1.4.0'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
routemaster-client-1.2.1 routemaster-client.gemspec
routemaster-client-1.2.0 routemaster-client.gemspec
routemaster-client-1.1.0 routemaster-client.gemspec
routemaster-client-1.0.0 routemaster-client.gemspec