Module: Bootstrap::Datepicker
- Defined in:
- lib/bootstrap-datepicker.rb,
lib/bootstrap-datepicker/version.rb
Constant Summary collapse
- VERSION_STRING =
This is updated via the ‘grunt bump` command, which has a pretty unflexible matching syntax.
"'version': '1.1.1'"- VERSION =
Then, just the version.
VERSION_STRING.match(/\d+\.\d+\.\d+/)[0]
Class Method Summary collapse
Class Method Details
.base_directory ⇒ Object
5 6 7 |
# File 'lib/bootstrap-datepicker.rb', line 5 def self.base_directory File.('../../compass', __FILE__) end |