lib/templates/formula.tt in chemistrykit-3.7.0 vs lib/templates/formula.tt in chemistrykit-3.8.0

- old
+ new

@@ -1,7 +1,9 @@ module Formulas class <%= name.capitalize %> < Formula + # Uncomment out the below to provide a chemist for your formula + # include ChemistryKit::Formula::ChemistAware end end