Skip to content

Commit

Permalink
include add files under spec/ in built gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jan 21, 2017
1 parent fbe8ba6 commit e439dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awesome_print.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit e439dce

Please sign in to comment.