Sha256: d6b2617459e111da250cde4433607eb43f6a83834e9ef9d5fee7ae490b1ad4bc

Contents?: true

Size: 584 Bytes

Versions: 11

Compression:

Stored size: 584 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "juggernaut"
    gem.summary = %Q{Simple realtime push}
    gem.description = %Q{Use Juggernaut to easily implement realtime chat, collaboration, gaming and much more!}
    gem.email = "info@eribium.org"
    gem.homepage = "http://github.com/maccman/juggernaut"
    gem.authors = ["Alex MacCaw"]
    gem.add_dependency "redis", ">= 0"
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
juggernaut-kafka-2.1.2 Rakefile
juggernaut-2.1.1 Rakefile
juggernaut-2.1.0 Rakefile
juggernaut-2.0.4 Rakefile
juggernaut-2.0.3 Rakefile
juggernaut-2.0.2 Rakefile
juggernaut-2.0.1 Rakefile
juggernaut-2.0.0 Rakefile
juggernaut-2.0.0.beta3 Rakefile
juggernaut-2.0.0.beta2 Rakefile
juggernaut-2.0.0.beta1 Rakefile