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.8.4 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.3 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.2 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.1 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.8.0 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.7.4 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.7.3 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.7.2 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.7.1 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.7.0 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.6.3 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.6.2 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.6.1 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.6.0 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.5.1 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.5.0 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.4.22 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.4.21 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.4.20 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb
power_stencil-0.4.19 etc/meta_templates/plugin_seed/lib/{entity}/plugin_helper.rb.erb