Module: Fronton
- Defined in:
- lib/fronton/cli.rb,
lib/fronton/page.rb,
lib/fronton/config.rb,
lib/fronton/server.rb,
lib/fronton/version.rb,
lib/fronton/dependency.rb,
lib/fronton/commands/new.rb,
lib/fronton/commands/info.rb,
lib/fronton/contexts/tilt.rb,
lib/fronton/commands/clean.rb,
lib/fronton/commands/server.rb,
lib/fronton/commands/clobber.rb,
lib/fronton/commands/compile.rb,
lib/fronton/contexts/sprockets.rb
Defined Under Namespace
Modules: Commands, Contexts, VERSION
Classes: CLI, Config, Dependency, Page, Server
Class Method Summary
collapse
Class Method Details
.gem_version ⇒ Object
15
16
17
|
# File 'lib/fronton/version.rb', line 15
def self.gem_version
Gem::Version.new VERSION::STRING
end
|
.version ⇒ Object
11
12
13
|
# File 'lib/fronton/version.rb', line 11
def self.version
VERSION::STRING
end
|