Files
BreakEscape/lib/break_escape/version.rb
Z. Cliffe Schreuders 680c7bfcae feat: Generate Rails Engine structure
- Create mountable engine with isolated namespace
- Configure Pundit authorization
- Set up gemspec with dependencies
- Configure generators for test_unit with fixtures
2025-11-21 15:27:53 +00:00

4 lines
43 B
Ruby

module BreakEscape
VERSION = '1.0.0'
end