version 2.1.0
This commit is contained in:
parent
bb5b4efb8a
commit
d1e6a267f0
|
@ -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
|
2.0.3
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
rucaptcha (2.0.3)
|
rucaptcha (2.1.0)
|
||||||
railties (>= 3.2)
|
railties (>= 3.2)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
@ -142,4 +142,4 @@ DEPENDENCIES
|
||||||
rucaptcha!
|
rucaptcha!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.13.7
|
1.14.5
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module RuCaptcha
|
module RuCaptcha
|
||||||
VERSION = '2.0.3'
|
VERSION = '2.1.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue