Sha256: 70e96c3da8a0fbc80071d7374186aae217edbef9f2c2960078c7f6a49bcc557e
Contents?: true
Size: 769 Bytes
Versions: 1
Compression:
Stored size: 769 Bytes
Contents
# -*- encoding: utf-8 -*- $:.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/phenomena/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($\) 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danthes-1.0.5 | danthes.gemspec |