Sha256: e6c02afc202088896b717d5399ee319912c698e68aaef56f65e58c11038c6ba4

Contents?: true

Size: 798 Bytes

Versions: 2

Compression:

Stored size: 798 Bytes

Contents

# -*- encoding: utf-8 -*-
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
require 'danthes/version'
Gem::Specification.new do |s|
  s.name        = 'danthes'
  s.version     = Danthes::VERSION
  s.platform    = Gem::Platform::RUBY
  s.author      = ['Alexander Simonov']
  s.email       = ['alex@simonov.me']
  s.homepage    = 'http://github.com/dotpromo/danthes'
  s.summary     = 'Private pub/sub messaging through Faye.'
  s.description = 'Private pub/sub messaging in Rails through Faye. More Faye features supported. Based on PrivatePub.'
  s.files         = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ['lib']
  s.add_dependency 'faye',      '>= 1.0.1'
  s.add_dependency 'yajl-ruby', '~> 1.2.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
danthes-2.0.1 danthes.gemspec
danthes-2.0.0 danthes.gemspec