diff options
Diffstat (limited to 'rbot.gemspec')
-rw-r--r-- | rbot.gemspec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rbot.gemspec b/rbot.gemspec index 29d88c1f..d023609d 100644 --- a/rbot.gemspec +++ b/rbot.gemspec @@ -1,3 +1,5 @@ +require 'rake' + Gem::Specification.new do |s| s.name = 'rbot' s.version = '0.9.15' @@ -17,13 +19,13 @@ Gem::Specification.new do |s| 'COPYING', 'COPYING.rbot', 'GPLv2', - 'README.rdoc', + 'README.md', 'REQUIREMENTS', 'TODO', 'ChangeLog', 'INSTALL', 'Usage_en.txt', - 'man/rbot.1', + 'man/rbot.xml', 'setup.rb', 'launch_here.rb', 'po/*.pot', |