Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 20, 2024
1 parent ff667cb commit 1981b27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bigwig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.0"

spec.files = Dir["*.{md,txt}", "{lib,ext}/**/*.{c,h,rb}",
"LICENSE", "ext/bio/bigwig/libBigWig/LICENSE"]
spec.files = Dir["*.{md,txt}",
"lib/**/*rb",
"ext/bio/bigwig/*.{rb,c,h}",
"ext/bio/bigwig/libBigWig/*.{c,h}",
"LICENSE", "ext/bio/bigwig/libBigWig/LICENSE" ]
spec.require_paths = ["lib"]

spec.extensions = %w[ext/bio/bigwig/extconf.rb]
Expand Down

0 comments on commit 1981b27

Please sign in to comment.