From: Ohad Levy Date: Mon, 22 Apr 2019 13:26:14 +0000 (+0300) Subject: this enables to build again from gemspec X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=cb47407fc0fdcc5df25ad53dc62225bcc97c3474;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git this enables to build again from gemspec --- 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',