Sha256: e756d1337c62396936a8e45d9f6f0f36095bff47c8cee8bdf70a8d7d7e2a8aff

Contents?: true

Size: 773 Bytes

Versions: 1

Compression:

Stored size: 773 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/webbus/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Tony Arcieri"]
  gem.email         = ["tony.arcieri@gmail.com"]
  gem.description   = "Capability-based message bus for sockets and websockets clients"
  gem.summary       = "Webbus maps the actor model onto a sockets/websockets based message bus with capability-based security"
  gem.homepage      = "https://github.com/tarcieri/webbus"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "webbus"
  gem.require_paths = ["lib"]
  gem.version       = Webbus::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webbus-0.0.0 webbus.gemspec