Class: Rubysmith::Builders::Documentation::Version
- Defined in:
- lib/rubysmith/builders/documentation/version.rb
Overview
Builds project skeleton version history.
Instance Method Summary collapse
Methods inherited from Abstract
Constructor Details
This class inherits a constructor from Rubysmith::Builders::Abstract
Instance Method Details
#call ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/rubysmith/builders/documentation/version.rb', line 13 def call return false unless settings.build_versions builder.call(settings.merge(template_path: "%project_name%/VERSIONS.#{kind}.erb")).render true end |