Sha256: 9f339c9278fe8987d8622381b4e0f774a4bef40b9d712386e8a218931db15afb

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'faye/reconnect/version'

Gem::Specification.new do |spec|
  spec.name          = "faye-reconnect"
  spec.version       = Faye::Reconnect::VERSION
  spec.authors       = ["Adrien Siami"]
  spec.email         = ["adrien.siami@dimelo.com"]
  spec.summary       = "Allow a long running faye client to reconnect to a faye server with the same client ID"
  spec.description   = "Allow a long running faye client to reconnect to a faye server with the same client ID"
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency 'em-hiredis', '~> 0.3'

  spec.add_development_dependency 'bundler', '~> 1.7'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 3.1.0'
  spec.add_development_dependency 'rspec-eventmachine', '~> 0.2.0'
  spec.add_development_dependency 'thin'
  spec.add_development_dependency 'pry-byebug'

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
faye-reconnect-0.0.3 faye-reconnect.gemspec
faye-reconnect-0.0.2 faye-reconnect.gemspec