lib/rest-more.rb in rest-more-1.0.2 vs lib/rest-more.rb in rest-more-2.0.0
- old
+ new
@@ -2,13 +2,11 @@
require 'rest-core'
module RestCore
autoload :Config , 'rest-core/util/config'
- autoload :Bing , 'rest-core/client/bing'
autoload :Dropbox , 'rest-core/client/dropbox'
autoload :Facebook, 'rest-core/client/facebook'
autoload :Github , 'rest-core/client/github'
autoload :Linkedin, 'rest-core/client/linkedin'
- autoload :Mixi , 'rest-core/client/mixi'
autoload :Twitter , 'rest-core/client/twitter'
end