Skip to content

Commit

Permalink
gemspec files
Browse files Browse the repository at this point in the history
don't package specs...do package readme etc
  • Loading branch information
dpep committed Jun 3, 2024
1 parent 3c9c5c1 commit 19e0b57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions berater.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ Gem::Specification.new do |s|
s.description = 'work...within limits'
s.homepage = "https://github.com/dpep/#{package_name}_rb"
s.license = 'MIT'

s.files = Dir.glob('lib/**/*')
s.test_files = Dir.glob('spec/**/*_spec.rb')
s.files = `git ls-files * ':!:spec'`.split("\n")

s.required_ruby_version = '>= 3'

Expand Down

0 comments on commit 19e0b57

Please sign in to comment.