lib/bot/configuration.rb in bot-0.0.41 vs lib/bot/configuration.rb in bot-0.0.42

- old
+ new

@@ -14,8 +14,8 @@ def self.configuration @@configuration || configure end class Configuration - attr_accessor :adapter, :redis + attr_accessor :adapter, :redis, :mixpanel end end