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 1150ef3 commit 40681c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bigwig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Gem::Specification.new do |spec|
"lib/**/*rb",
"ext/bio/bigwig/*.{rb,c,h}",
"ext/bio/bigwig/libBigWig/*.{c,h}",
"LICENSE", "ext/bio/bigwig/libBigWig/LICENSE" ]
"LICENSE.txt",
"ext/bio/bigwig/libBigWig/LICENSE" ]
spec.require_paths = ["lib"]

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

0 comments on commit 40681c3

Please sign in to comment.