lib/teapot/context.rb in teapot-0.1.0 vs lib/teapot/context.rb in teapot-0.2.0

- old
+ new

@@ -23,10 +23,10 @@ require 'teapot/package' require 'teapot/platform' module Teapot - INFUSION_VERSION = "0.1" + INFUSION_VERSION = "0.2" class IncompatibleInfusion < StandardError end class Infusion