summaryrefslogtreecommitdiff
path: root/rbot.gemspec
diff options
context:
space:
mode:
authorOhad Levy <ohadlevy@gmail.com>2019-04-22 16:26:14 +0300
committerOhad Levy <ohadlevy@gmail.com>2019-04-22 16:26:14 +0300
commitcb47407fc0fdcc5df25ad53dc62225bcc97c3474 (patch)
treefeee886afe1de4b4e4cbb010cf7618f685faeb2b /rbot.gemspec
parente358601cc521d8aced941eb928fae2d8c53cf0c2 (diff)
this enables to build again from gemspec
Diffstat (limited to 'rbot.gemspec')
-rw-r--r--rbot.gemspec6
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',