Skip to content

Commit

Permalink
Remove unneeded files from the gem package
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Aug 2, 2024
1 parent 662b512 commit 0945d2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions forked.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Gem::Specification.new do |spec|
spec.description = %q{}
spec.homepage = "https://github.com/envato/forked"

spec.files = Dir["lib/**/*.rb"]
spec.files += Dir['[A-Z]*']
spec.files = Dir["lib/**/*.rb"] + Dir["LICENSE.*"]
spec.require_paths = ['lib']

spec.bindir = "exe"
Expand Down

0 comments on commit 0945d2d

Please sign in to comment.