lib/undo/storage/redis/gemspec.rb in undo-storage-redis-0.0.1 vs lib/undo/storage/redis/gemspec.rb in undo-storage-redis-0.0.2

- old
+ new

@@ -1,9 +1,9 @@ module Undo module Storage class Redis module Gemspec - VERSION = "0.0.1" + VERSION = "0.0.2" RUNNING_ON_CI = !!ENV['CI'] end end end end