Sha256: 4f49034c7772e3a3cc995ed4805ff03db674c9e477631e87db75d33b1816f54b

Contents?: true

Size: 803 Bytes

Versions: 1

Compression:

Stored size: 803 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "deepstream"
  spec.version       = "0.1.4"
  spec.authors       = ["Currency-One S.A."]
  spec.email         = ["piotr.szczudlak@currency-one.com"]

  spec.summary       = %q{deepstream.io ruby client}
  spec.description   = %q{Basic ruby client for the deepstream.io server}
  spec.homepage      = "https://github.com/Currency-One/deepstream-ruby"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]
  spec.license       = "Apache-2.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
deepstream-0.1.4 deepstream.gemspec