Skip to content

Commit

Permalink
Expose rbi/ directory from gemspec
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
  • Loading branch information
Morriar committed Mar 6, 2025
1 parent d270214 commit 7809426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.files = Dir.glob("lib/**/*.rb") + [
spec.files = Dir.glob("lib/**/*.rb") + Dir.glob("rbi/**/*.rbi") + [
"README.md",
"Gemfile",
"Rakefile",
Expand Down

0 comments on commit 7809426

Please sign in to comment.