A working template with limarka

Binaries are now too old to be working now.
This commit is contained in:
2025-11-25 22:18:10 -03:00
commit f7d430ad64
76 changed files with 2261 additions and 0 deletions

9
Gemfile Normal file
View File

@@ -0,0 +1,9 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'rake'
gem 'guard-rake'
gem 'guard-shell'