Module: Bukovina
- Defined in:
- lib/bukovina.rb,
lib/bukovina/tasks.rb,
lib/bukovina/engine.rb,
lib/bukovina/version.rb
Defined Under Namespace
Modules: Importers, Parsers, Tasks
Classes: Engine
Constant Summary
collapse
- VERSION =
"0.99"
Class Method Summary
collapse
Class Method Details
.root ⇒ Object
10
11
12
|
# File 'lib/bukovina.rb', line 10
def self.root
Pathname.new(Gem::Specification.find_by_name('bukovina').full_gem_path)
end
|
.run ⇒ Object
14
15
16
|
# File 'lib/bukovina.rb', line 14
def self.run
require File.join( File.dirname( __FILE__ ), '../config/environment.rb' )
end
|