Module: Ibrain::Auth
- Defined in:
- lib/ibrain/auth/version.rb,
lib/ibrain/auth/devise.rb,
lib/ibrain/auth/engine.rb,
lib/generators/ibrain/auth/install/install_generator.rb
Overview
frozen_string_literal: true
Defined Under Namespace
Classes: Engine, FailureApp, InstallGenerator
Constant Summary collapse
- VERSION =
'0.0.1'
Class Method Summary collapse
- .config {|Ibrain::Auth::Config| ... } ⇒ Object
- .ibrain_auth_gem_version ⇒ Object
- .ibrain_auth_version ⇒ Object
-
.load_defaults(version) ⇒ Object
Load the same version defaults for all available Ibrain components.
Class Method Details
.config {|Ibrain::Auth::Config| ... } ⇒ Object
12 13 14 |
# File 'lib/ibrain/auth/devise.rb', line 12 def self.config(&_block) yield(Ibrain::Auth::Config) end |
.ibrain_auth_gem_version ⇒ Object
13 14 15 |
# File 'lib/ibrain/auth/version.rb', line 13 def self.ibrain_auth_gem_version Gem::Version.new(ibrain_auth_version) end |
.ibrain_auth_version ⇒ Object
9 10 11 |
# File 'lib/ibrain/auth/version.rb', line 9 def self.ibrain_auth_version VERSION end |