Skip to content

Commit 8540e4f

Browse files
horghclaude
andcommitted
Remove redundant gemspec settings
These settings were either unused (bindir/executables with no exe/ directory) or matched RubyGems defaults (require_paths). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent da690a5 commit 8540e4f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

minfraud.gemspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Gem::Specification.new do |spec|
1818
spec.required_ruby_version = '>= 3.2'
1919

2020
spec.files = Dir['**/*'].difference(Dir['CLAUDE.md', 'CODE_OF_CONDUCT.md', 'dev-bin/**/*', 'Gemfile*', 'Rakefile', 'README.dev.md', 'spec/**/*', '*.gemspec'])
21-
spec.bindir = 'exe'
22-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23-
spec.require_paths = ['lib']
2421

2522
spec.add_dependency 'connection_pool', '~> 2.2'
2623
spec.add_dependency 'http', '>= 4.3', '< 6.0'

0 commit comments

Comments
 (0)