decko-commons/decko

View on GitHub
support/decko-profile/decko-profile.gemspec

Summary

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

require "../../decko_gem"

DeckoGem.gem "decko-profile" do |s, d|
  s.summary = "decko and card mod profiling"
  s.description = ""

  d.depends_on ["ruby-prof", "~> 1.4"]
end