decko-commons/decko

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

Summary

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

require "../../decko_gem"

DeckoGem.mod "format" do |s, d|
  s.summary = "format"
  s.description = ""
  # d.depends_on ["truncato", "~> 0.7"] # truncates html strings
  d.depends_on_mod :content
end