Skip to content

Commit

Permalink
add Pod-To-HTML to gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Dec 11, 2018
1 parent bf3ad46 commit 27e4eea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-markup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.license = "MIT"

s.files = `git ls-files`.split($\)
s.files += Dir['vendor/Pod-To-HTML/**/*']
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = %w[lib]
Expand Down

0 comments on commit 27e4eea

Please sign in to comment.