lib/jim.rb in jim-0.1.1 vs lib/jim.rb in jim-0.1.2
- old
+ new
@@ -2,10 +2,10 @@
require 'logger'
require 'yajl'
module Jim
- VERSION = '0.1.1'
+ VERSION = '0.1.2'
class Error < RuntimeError; end
class FileExists < Error; end
def self.logger=(logger)
\ No newline at end of file