Skip to content

Commit

Permalink
Remove unneeded files from the gem package (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
orien authored Aug 2, 2024
1 parent 662b512 commit a83b8d1
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["*.txt"] + Dir["*.md"]
spec.require_paths = ['lib']

spec.bindir = "exe"
Expand Down

0 comments on commit a83b8d1

Please sign in to comment.