From e121decd12e9b29291f4c76106a5c68b8bee214d Mon Sep 17 00:00:00 2001 From: Slavasil Date: Mon, 9 Mar 2026 20:43:16 +0300 Subject: [PATCH] rename the module in sig/ --- sig/my_gem.rbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sig/my_gem.rbs b/sig/my_gem.rbs index 71f0de6..8dbfd5b 100644 --- a/sig/my_gem.rbs +++ b/sig/my_gem.rbs @@ -1,4 +1,4 @@ -module MyGem +module RubyAlgebra VERSION: String # See the writing guide of rbs: https://github.com/ruby/rbs#guides end