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