lib/blendris.rb in blendris-1.0 vs lib/blendris.rb in blendris-1.1
- old
+ new
@@ -1,9 +1,9 @@
$:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
module Blendris
- VERSION = '1.0'
+ VERSION = '1.1'
end
require "redis"
require "blendris/errors"