lib/tabs/tabs.rb in tabs-0.8.2 vs lib/tabs/tabs.rb in tabs-0.9.0

- old
+ new

@@ -7,11 +7,9 @@ class UnknownMetricError < Exception; end class MetricTypeMismatchError < Exception; end METRIC_TYPES = ["counter", "value", "task"] - RESOLUTIONS = [:minute, :hour, :day, :week, :month, :year] - def configure yield(Config) end def redis