1 Gem::Specification.new do |s|
4 patchlevel = `git describe | cut -f3 -d-`.to_i
5 version << ".#{patchlevel}" if patchlevel > 0
8 A modular ruby IRC bot.
10 s.description = <<-EOF
11 A modular ruby IRC bot specifically designed for ease of extension via plugins.
13 s.requirements << 'Ruby, version 1.8.0 (or newer)'
34 s.executables = ['rbot', 'rbot-remote']
35 s.default_executable = 'rbot'
36 s.extensions = 'Rakefile'
38 # s.autorequire = 'rbot/ircbot'
40 s.rdoc_options = ['--exclude', 'post-install.rb',
41 '--title', 'rbot API Documentation', '--main', 'README', 'README']
43 s.author = 'Tom Gilbert'
44 s.email = 'tom@linuxbrit.co.uk'
45 s.homepage = 'http://ruby-rbot.org'
46 s.rubyforge_project = 'rbot'