Module: WayOfWorking::Changelog::Keepachangelog
- Defined in:
- lib/way_of_working/changelog/keepachangelog/paths.rb,
lib/way_of_working/changelog/keepachangelog.rb,
lib/way_of_working/changelog/keepachangelog/plugin.rb,
lib/way_of_working/changelog/keepachangelog/version.rb,
lib/way_of_working/changelog/keepachangelog/generators/init.rb,
lib/way_of_working/changelog/keepachangelog/github_audit_rule.rb
Overview
The namespace for this plugin
Defined Under Namespace
Modules: Generators, Plugin Classes: Error, GithubAuditRule
Constant Summary collapse
- VERSION =
'1.0.0'
Class Method Summary collapse
Class Method Details
.root ⇒ Object
10 11 12 |
# File 'lib/way_of_working/changelog/keepachangelog/paths.rb', line 10 def root Pathname.new(File.('../../../..', __dir__)) end |
.source_root ⇒ Object
14 15 16 |
# File 'lib/way_of_working/changelog/keepachangelog/paths.rb', line 14 def source_root root.join('lib', 'way_of_working', 'changelog', 'keepachangelog', 'templates') end |