lib/freyr.rb in freyr-0.3.0 vs lib/freyr.rb in freyr-0.3.2

- old
+ new

@@ -2,8 +2,8 @@ module Freyr VERSION = File.open(File.expand_path(File.dirname(__FILE__)+'/../VERSION')).read end -%w{service_info service command pinger}.each do |f| +%w{service_info service_group service command pinger}.each do |f| require File.expand_path(File.dirname(__FILE__)+"/freyr/#{f}.rb") end