Skip to content

Commit

Permalink
re-include man pages in built gem
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Mar 2, 2013
1 parent 2af8c75 commit ce01bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 2.11'

spec.files = `git ls-files`.split($/)
spec.files += Dir.glob('man/**/*') # man/ is ignored by git
spec.files += Dir.glob('lib/bundler/man/**/*') # man/ is ignored by git
spec.test_files = spec.files.grep(%r{^spec/})

spec.executables = %w(bundle)
Expand Down

0 comments on commit ce01bcb

Please sign in to comment.