Skip to content

Commit

Permalink
Add manpages dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
m-o-e committed Apr 7, 2018
1 parent 5d2fa03 commit 34297a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lolcat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_dependency "paint", "~> 2.0.0"
s.add_dependency "trollop", "~> 2.1.2"
s.add_dependency "manpages", "~> 0.6.1"

s.files = `git ls-files`.split("\n")
s.files += %w(man/lolcat.6)
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
Expand Down

0 comments on commit 34297a2

Please sign in to comment.