Skip to content

Commit

Permalink
upgrade to md2man 4.0 and binman 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Oct 26, 2014
1 parent 5399b4c commit 44a2460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tork.gemspec
Expand Up @@ -21,9 +21,9 @@ Gem::Specification.new do |s|

s.files += Dir['man/man?/*.?'] # UNIX man pages
s.files += Dir['man/**/*.{html,css,js}'] # HTML man pages
s.add_development_dependency 'md2man', '~> 3.0'
s.add_development_dependency 'md2man', '~> 4.0'

s.add_runtime_dependency 'binman', '~> 3.0'
s.add_runtime_dependency 'binman', '~> 4.0'
s.add_runtime_dependency 'json', '~> 1.6'
s.add_runtime_dependency 'listen', '~> 1.0'
s.add_runtime_dependency 'diff-lcs', '~> 1.1'
Expand Down

0 comments on commit 44a2460

Please sign in to comment.