lib/smartdc.rb in smartdc-0.3.0 vs lib/smartdc.rb in smartdc-0.4.0
- old
+ new
@@ -1,6 +1,7 @@
require 'smartdc/client'
require 'smartdc/request'
+require 'smartdc/error'
module Smartdc
def self.new(options={})
Smartdc::Client.new(options)
end
\ No newline at end of file