version 0.4.0

This commit is contained in:
Jason Lee 2019-01-22 17:22:29 +08:00
parent 1d1742e2ed
commit 3d4198fd48
3 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,13 @@
2.4.0
-------
- Add skip_cache_store_check configuration. (#63)
- Fix for generate captcha with relative path, not url. (#58)
2.3.2 2.3.2
------- -------
- Change Yellow and Green colors to Pink and Deep Purple to pass WCAG 2.0's contrast test - Change Yellow and Green colors to Pink and Deep Purple to pass WCAG 2.0's contrast test. (#70)
2.3.1 2.3.1
------- -------

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rucaptcha (2.3.2) rucaptcha (2.4.0)
railties (>= 3.2) railties (>= 3.2)
GEM GEM
@ -148,4 +148,4 @@ DEPENDENCIES
rucaptcha! rucaptcha!
BUNDLED WITH BUNDLED WITH
1.17.1 1.17.2

View File

@ -1,3 +1,3 @@
module RuCaptcha module RuCaptcha
VERSION = '2.3.2' VERSION = '2.4.0'
end end