decko-commons/decko

View on GitHub
mod/help/card-mod-help.gemspec

Summary

Maintainability
Test Coverage
# -*- encoding : utf-8 -*-

require "../../decko_gem"

DeckoGem.mod "help" do |s, d|
  s.summary = "card help text and guides"
  s.description = ""
  d.depends_on_mod :markdown, :permissions
end