Skip to content

Commit

Permalink
prevent unnecessary files from being included in built gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Connor committed Jul 17, 2019
1 parent bfcef19 commit e14427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declarative_authorization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/appfolio/ae_declarative_authorization'
s.licenses = ['MIT']

s.files = Dir['**/*']
s.files = Dir['lib/**/*']
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ['lib']
Expand Down

0 comments on commit e14427e

Please sign in to comment.