lib/finix.rb in finix-0.4 vs lib/finix.rb in finix-0.5
- old
+ new
@@ -1,5 +1,7 @@
require 'finix/version' unless defined? Finix::VERSION
+require 'finix/client'
+require 'finix/error'
module Finix
@client = nil
@config = {:root_url=>'https://localhost/processing'}
\ No newline at end of file