Skip to content

Commit 66fe5da

Browse files
committed
fix invalid configuration for gem package
1 parent 5833716 commit 66fe5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rdoc.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
2626

2727
2828

29+
s.bindir = "exe"
2930
s.executables = ["rdoc", "ri"]
3031

3132
s.extra_rdoc_files += %w[
@@ -42,8 +43,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
4243
]
4344

4445
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
45-
s.files << "/lib/rdoc/rd/block_parser.rb" << "/lib/rdoc/rd/inline_parser.rb" << "/lib/rdoc/markdown.rb"
46-
s.bindir = "exe"
46+
s.files << "lib/rdoc/rd/block_parser.rb" << "lib/rdoc/rd/inline_parser.rb" << "lib/rdoc/markdown.rb"
4747

4848
s.homepage = "http://docs.seattlerb.org/rdoc"
4949
s.licenses = ["Ruby"]

0 commit comments

Comments
 (0)