lib/immunio.rb in immunio-1.0.9 vs lib/immunio.rb in immunio-1.0.10

- old
+ new

@@ -1,8 +1,9 @@ module Immunio DIR = File.expand_path(File.dirname(__FILE__)) def self.activate! + require_relative "immunio/utils" require_relative "immunio/agent" require_relative "immunio/authentication" agent # Force load agent end