Skip to content

Commit

Permalink
clean up gemspec, lean out build files
Browse files Browse the repository at this point in the history
  • Loading branch information
zokioki committed Nov 19, 2023
1 parent 28d2157 commit 505df2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fitbit_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ Gem::Specification.new do |spec|
'rubygems_mfa_required' => 'true'
}

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(bin|test|spec|features)/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.files = Dir['*.{md,txt}', 'lib/**/*']
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 1.9.3'
Expand Down

0 comments on commit 505df2f

Please sign in to comment.