Skip to content

Commit

Permalink
Don't include extra files in the gem
Browse files Browse the repository at this point in the history
Closes #225

Also remove the factory_girl_rails gemspec, since we aren't going to
release another version of that gem.

Co-authored-by: Daniel Colson <[email protected]>
  • Loading branch information
meganemura and composerinteralia committed Aug 15, 2018
1 parent 26047dc commit c4f561d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion factory_bot_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
factory_bot and rails 3 or newer (currently just automatic factory definition
loading)}

s.files = Dir['**/*'].keep_if { |file| File.file?(file) }
s.files = Dir['lib/**/*'] + %w[CONTRIBUTING.md LICENSE NEWS README.md]
s.require_paths = ["lib"]
s.executables = []
s.license = "MIT"
Expand Down
20 changes: 0 additions & 20 deletions factory_girl_rails.gemspec

This file was deleted.

0 comments on commit c4f561d

Please sign in to comment.