Sha256: 1ef06d1a874e8d6e792b2e7fb7e95540fc75b6be2411fe275b57bf108f00fee8
Contents?: true
Size: 388 Bytes
Versions: 16
Compression:
Stored size: 388 Bytes
Contents
require "lita" Lita.load_locales Dir[File.expand_path( File.join("..", "..", "locales", "*.yml"), __FILE__ )] require "lita/<%= config[:namespace] %>/<%= config[:name] %>" <%- if config[:plugin_type] == "handler" -%> Lita::<%= config[:constant_namespace] %>::<%= config[:constant_name] %>.template_root File.expand_path( File.join("..", "..", "templates"), __FILE__ ) <%- end -%>
Version data entries
16 entries across 16 versions & 1 rubygems