Sha256: 35316ad28bc21ec14f397661b663be1f0a4fb0d6065673d87523ac584aa3b969
Contents?: true
Size: 1.36 KB
Versions: 3
Compression:
Stored size: 1.36 KB
Contents
require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "juggernaut_rails" gemspec.summary = "A push server written in Ruby with Rails integration." gemspec.email = "info@eribium.org" gemspec.homepage = "http://juggernaut.rubyforge.org" gemspec.rubyforge_project = 'juggernaut' gemspec.description = <<-END The Juggernaut Gem for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client. In other words your app can have a real time connection to the server with the advantage of instant updates. Although the obvious use of this is for chat, the most exciting prospect for me is collaborative cms and wikis. This Gem bundles Alex MacCaw's Juggernaut Gem and Rails plugin into one, and extends its Rails intergration for a simpler install and setup. END gemspec.authors = ["Alex MacCaw"] gemspec.require_paths = ['lib', 'lib/juggernaut'] gemspec.files = FileList['[A-Z]*', '{bin,lib,media,rails,test,rails}/**/*'] gemspec.add_dependency 'eventmachine', '>= 0.10.0' gemspec.add_dependency 'json', '>= 1.1.2' end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
juggernaut_rails-0.6.1 | Rakefile |
juggernaut_rails-0.6.0 | Rakefile |
juggernaut_rails-0.5.9 | Rakefile |