version 2.5.3
This commit is contained in:
parent
40c9c61a82
commit
b481000888
|
@ -1,3 +1,8 @@
|
|||
2.5.34
|
||||
-------
|
||||
|
||||
- Fix session invalid warning, only for development env;
|
||||
|
||||
2.5.2
|
||||
-------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rucaptcha (2.5.2)
|
||||
rucaptcha (2.5.3)
|
||||
railties (>= 3.2)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module RuCaptcha
|
||||
VERSION = '2.5.2'
|
||||
VERSION = '2.5.3'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue