summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hecker <36882671+mattzque@users.noreply.github.com>2020-03-27 20:58:16 +0100
committerGitHub <noreply@github.com>2020-03-27 20:58:16 +0100
commit1ebaeb69079f8c6b07423201ce83f996ecff7b01 (patch)
treefeee886afe1de4b4e4cbb010cf7618f685faeb2b
parente358601cc521d8aced941eb928fae2d8c53cf0c2 (diff)
parentcb47407fc0fdcc5df25ad53dc62225bcc97c3474 (diff)
Merge pull request #27 from ohadlevy/gemspec-fixes
this enables to build again from 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',