lib/onering.rb in onering-client-0.0.98 vs lib/onering.rb in onering-client-0.0.99

- old
+ new

@@ -1,10 +1,10 @@ $: << File.expand_path(File.dirname(__FILE__)) module Onering module Client - VERSION = "0.0.98" + VERSION = "0.0.99" class Error < Exception; end class FatalError < Error; end end end @@ -20,6 +20,6 @@ end # require cli submodules Dir[File.join(File.expand_path(File.dirname(__FILE__)),"onering","cli","*.rb")].each do |i| require i -end \ No newline at end of file +end