]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
this enables to build again from gemspec
authorOhad Levy <ohadlevy@gmail.com>
Mon, 22 Apr 2019 13:26:14 +0000 (16:26 +0300)
committerOhad Levy <ohadlevy@gmail.com>
Mon, 22 Apr 2019 13:26:14 +0000 (16:26 +0300)
rbot.gemspec

index 29d88c1f60851834103ec56bfa250f1976d61618..d023609d2ed2c3881d7400a300000b096f28f570 100644 (file)
@@ -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',