version 2.5.0
This commit is contained in:
parent
63b40be6f2
commit
bf517202c0
|
@ -1,3 +1,9 @@
|
|||
2.5.0
|
||||
-------
|
||||
|
||||
- Support click captcha image to refresh new one by default.
|
||||
- Use simple tag helper generate captcha img html, for avoid asset_host (#73).
|
||||
|
||||
2.4.0
|
||||
-------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rucaptcha (2.4.0)
|
||||
rucaptcha (2.5.0)
|
||||
railties (>= 3.2)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module RuCaptcha
|
||||
VERSION = '2.4.0'
|
||||
VERSION = '2.5.0'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue