Skip to content

Commit

Permalink
Merge pull request #297 from mmoll/tests_gemspec
Browse files Browse the repository at this point in the history
include add files under spec/ in built gem
  • Loading branch information
gerrywastaken authored Feb 11, 2017
2 parents 3e2a31f + e439dce commit 551bb9c
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 551bb9c

Please sign in to comment.