lib/multi_sync.rb in multi_sync-0.0.1 vs lib/multi_sync.rb in multi_sync-0.0.2

- old
+ new

@@ -78,10 +78,10 @@ def self.reset! self.reset_client! self.reset_configuration! end - # by rescuing from a LoadError we can sniff out gems in use and try to automagically hook into them + # By rescuing from a LoadError we can sniff out gems in use and try to automatically hook into them REQUIREMENT_MAP.each do |library, extension| begin require library require extension rescue ::LoadError