Bump to 4.0.0 — switch from simply_stored to simply_couch

BREAKING: Models now use SimplyCouch::Model instead of SimplyStored::Couch.
Gem dependency changed from simply_stored to simply_couch.
devise_simply_stored → devise_simply_couch.
This commit is contained in:
BenClaw
2026-06-07 18:25:28 +02:00
parent 74cbca706b
commit f3369b8fa9
+1 -1
View File
@@ -1,3 +1,3 @@
module Cmtool
VERSION = "3.0.0"
VERSION = "4.0.0"
end