Module: CustomizableBootstrap

Defined in:
lib/customizable_bootstrap.rb,
lib/customizable_bootstrap/railtie.rb,
lib/customizable_bootstrap/version.rb,
lib/generators/customizable_bootstrap/utils.rb,
lib/generators/customizable_bootstrap/install/install_generator.rb

Defined Under Namespace

Modules: Generators Classes: InstallGenerator, Railtie

Constant Summary collapse

VERSION =
File.read(File.expand_path('../../../VERSION', __FILE__))

Class Method Summary collapse

Class Method Details

.version_stringObject



4
5
6
# File 'lib/customizable_bootstrap/version.rb', line 4

def self.version_string
  "CustomizableBootstrap version #{CustomizableBootstrap::VERSION}"
end