Module: Vident
- Defined in:
- lib/vident.rb,
lib/vident/base.rb,
lib/vident/engine.rb,
lib/vident/caching.rb,
lib/vident/version.rb,
lib/vident/component.rb,
lib/vident/stable_id.rb,
lib/vident/root_component.rb,
lib/vident/attributes/not_typed.rb
Defined Under Namespace
Modules: Attributes, Base, Caching, Component, RootComponent Classes: Engine, StableId
Constant Summary collapse
- VERSION =
"0.14.1"
Class Method Summary collapse
-
.version ⇒ Object
Shared version for all vident gems.
Class Method Details
.version ⇒ Object
Shared version for all vident gems
7 8 9 |
# File 'lib/vident/version.rb', line 7 def self.version VERSION end |