version 2.1.0

This commit is contained in:
Jason Lee 2017-03-08 12:00:19 +08:00
parent bb5b4efb8a
commit d1e6a267f0
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2.1.0
-----
- Mount Router by default, not need config now.
- Default use [:file_store, 'tmp/cache/rucaptcha/session'] as RuCaptcha.config.cache_store, now it can work without any configurations.
> NOTE: But you still need care about `config.cache_store` to setup on a right way.
2.0.3
-----

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rucaptcha (2.0.3)
rucaptcha (2.1.0)
railties (>= 3.2)
GEM
@ -142,4 +142,4 @@ DEPENDENCIES
rucaptcha!
BUNDLED WITH
1.13.7
1.14.5

View File

@ -1,3 +1,3 @@
module RuCaptcha
VERSION = '2.0.3'
VERSION = '2.1.0'
end