Sha256: 9e3e1b4cf11ddadb3da9882c9b641d582b47bccdd84977f3d1490bf0150b721f

Contents?: true

Size: 364 Bytes

Versions: 69

Compression:

Stored size: 364 Bytes

Contents

module <%= plugin_module_name %>
  module PluginHelper

    def plugin_templates_path
      File.join plugin_root_path, 'etc', 'templates'
    end

    def command_line_definition_file_path
      File.join plugin_root_path, 'etc', 'command_line.yaml'
    end

    def plugin_root_path
      File.expand_path File.join('..', '..', '..'), __FILE__
    end

  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
power_stencil-0.10.0 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.9.8 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.9.7 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.9.6 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.9.5 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.9.4 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.9.3 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.9.2 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.9.1 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.9.0 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.14 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.13 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.12 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.11 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.10 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.9 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.8 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.7 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.6 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.5 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb