lib/mandy.rb in trafficbroker-mandy-0.2.7 vs lib/mandy.rb in trafficbroker-mandy-0.2.8
- old
+ new
@@ -18,9 +18,12 @@
stores/in_memory
test_runner
ruby-hbase
).each {|file| require File.join(File.dirname(__FILE__), file) }
+require "rubygems"
+require "json"
+
module Mandy
class << self
def stores
@stores||={}
end
\ No newline at end of file