mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
10 lines
108 B
Ruby
10 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Rails
|
|
module VERSION
|
|
MAJOR = 3
|
|
end
|
|
end
|
|
|
|
require 'rswag/specs'
|