lib/onering.rb in onering-client-0.2.4 vs lib/onering.rb in onering-client-0.3.0

- old
+ new

@@ -1,10 +1,10 @@ $: << File.expand_path(File.dirname(__FILE__)) module Onering module Client - VERSION = "0.2.4" + VERSION = "0.3.0" class Error < Exception; end class FatalError < Error; end end end @@ -31,6 +31,6 @@ Dir[File.join(File.expand_path(File.dirname(__FILE__)),"onering","cli","*.rb")].each do |i| require i end # you've loaded the library, now load the config -Onering::Config.load() \ No newline at end of file +Onering::Config.load()