1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

include add files under spec/ in built gem

This commit is contained in:
Michael Moll 2017-01-21 21:28:54 +01:00
parent fbe8ba610c
commit e439dce917

View file

@ -19,8 +19,8 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.rubyforge_project = 'awesome_print'
s.files = Dir['[A-Z]*[^~]'] + Dir['lib/**/*.rb'] + Dir['spec/*'] + ['.gitignore']
s.test_files = Dir['spec/*']
s.files = Dir['[A-Z]*[^~]'] + Dir['lib/**/*.rb'] + Dir['spec/**/*'] + ['.gitignore']
s.test_files = Dir['spec/**/*']
s.executables = []
s.require_paths = ['lib']