Sha256: 7c51bbee26f60e757440075bcb70f39bd8b6ccc1aee64deeddd82f62bdadb506
Contents?: true
Size: 530 Bytes
Versions: 8
Compression:
Stored size: 530 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/juggernaut.rb' Hoe.new('juggernaut', Juggernaut::VERSION) do |p| p.rubyforge_name = 'juggernaut' p.author = 'Alex MacCaw' p.email = 'info@eribium.org' # p.summary = 'FIX' # p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n") p.url = 'http://juggernaut.rubyforge.org' p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") p.extra_deps << ['eventmachine', '>=0.10.0'] p.extra_deps << ['json', '>=1.1.2'] end # vim: syntax=Ruby
Version data entries
8 entries across 8 versions & 1 rubygems