lib/soca.rb in soca-0.1.2 vs lib/soca.rb in soca-0.2.0
- old
+ new
@@ -5,10 +5,10 @@
require 'logger'
$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__))))
module Soca
- VERSION = '0.1.2'
+ VERSION = '0.2.0'
class << self
attr_accessor :debug
end