lib/ruby_skynet/service.rb in ruby_skynet-0.8.1 vs lib/ruby_skynet/service.rb in ruby_skynet-1.0.0
- old
+ new
@@ -14,10 +14,10 @@
base.extend ::RubySkynet::Base::ClassMethods
base.class_eval do
include SemanticLogger::Loggable
end
# Register the service with the Server
- # The server will publish the server to Doozer when the server is running
+ # The server will publish the server to services registry when the server is running
Server.register_service(base)
end
end
end