Module: WayOfWorking::CodeOfConduct::ContributorCovenant
- Defined in:
- lib/way_of_working/code_of_conduct/contributor_covenant/paths.rb,
lib/way_of_working/code_of_conduct/contributor_covenant.rb,
lib/way_of_working/code_of_conduct/contributor_covenant/version.rb,
lib/way_of_working/code_of_conduct/contributor_covenant/generators/init.rb,
lib/way_of_working/code_of_conduct/contributor_covenant/github_audit_rule.rb
Overview
The namespace for this plugin
Defined Under Namespace
Modules: Generators 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/code_of_conduct/contributor_covenant/paths.rb', line 10 def root Pathname.new(File.('../../../..', __dir__)) end |
.source_root ⇒ Object
14 15 16 |
# File 'lib/way_of_working/code_of_conduct/contributor_covenant/paths.rb', line 14 def source_root root.join('lib', 'way_of_working', 'code_of_conduct', 'contributor_covenant', 'templates') end |