# frozen_string_literal: true module Rails # Pluggable authentication and authorization for Rack/Rails module Auth VERSION = "0.5.0".freeze end end