main
# -*- 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