lib/harness.rb in harness-0.5.0 vs lib/harness.rb in harness-0.6.0
- old
+ new
@@ -15,10 +15,10 @@
class LoggingError < RuntimeError ; end
class NoCounter < RuntimeError ; end
class Config
attr_reader :adapter, :queue
- attr_accessor :namespace
+ attr_accessor :namespace, :source
attr_reader :instrument
def initialize
@instrument = ActiveSupport::OrderedOptions.new
end