Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Jul 23, 2024
1 parent f365f40 commit 40806a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visibility_monitor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/dylanahsmith/visibility_monitor"
spec.license = "MIT"

spec.extensions = ['ext/visibility_monitor_c/extconf.rb']
spec.extensions = ['ext/visibility_monitor/extconf.rb']
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
Expand Down

0 comments on commit 40806a4

Please sign in to comment.