Init with c ext

This commit is contained in:
2025-03-14 17:46:02 +00:00
commit d47b8ca684
21 changed files with 414 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# frozen_string_literal: true
source "https://rubygems.org"
# Specify your gem's dependencies in mcp.gemspec
gemspec
gem "rake", "~> 13.0"
gem "rake-compiler"
gem "rspec", "~> 3.0"
gem "standard", "~> 1.3"