Sha256: 35c0edf96f7de3a04981eceb0947644d1703456b337bf678e1b8f5ce5aa141b3
Contents?: true
Size: 402 Bytes
Versions: 6
Compression:
Stored size: 402 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/faye.rb' Hoe.spec('faye') do self.developer('James Coglan', 'jcoglan@googlemail.com') self.description = 'Simple pub/sub messaging for the web' self.extra_deps = [ ['eventmachine', '>= 0.12'], ['em-http-request', '>= 0.2'], ['rack', '>= 1.0'], ['thin', '>= 1.2'], ['json', '>= 1.0'] ] end # vim: syntax=Ruby
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
faye-0.5.5 | Rakefile |
faye-0.5.4 | Rakefile |
faye-0.5.3 | Rakefile |
faye-0.5.2 | Rakefile |
faye-0.5.1 | Rakefile |
faye-0.5.0 | Rakefile |