Sha256: 9b57cae06a8caf787cfcfb3e2b8d16b58bb5b1c0a699180303d31bd4be40fe80

Contents?: true

Size: 796 Bytes

Versions: 1

Compression:

Stored size: 796 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.0.4"
  spec.authors       = ["Piotr Szczudlak"]
  spec.email         = ["thisredoned@gmail.com"]

  spec.summary       = %q{deepstream.io ruby client}
  spec.description   = %q{Basic ruby client for the deepstream.io server}
  spec.homepage      = "https://github.com/thisredone/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 License 2.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
deepstream-0.0.4 deepstream.gemspec