Scaffold fiken gem: gemspec, dev tooling, rubocop, and CI

This commit is contained in:
2026-05-29 15:00:48 +02:00
commit 9eec49aec4
12 changed files with 155 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# frozen_string_literal: true
require "rspec/core/rake_task"
require "rubocop/rake_task"
RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new
task default: %i[spec rubocop]