Version 2.1.2
This commit is contained in:
parent
0c16db552e
commit
dcf17e1765
|
@ -1,3 +1,8 @@
|
|||
2.1.2
|
||||
-----
|
||||
|
||||
- Do not change captcha when `HEAD /rucaptcha`.
|
||||
|
||||
2.1.1
|
||||
-----
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rucaptcha (2.1.1)
|
||||
rucaptcha (2.1.2)
|
||||
railties (>= 3.2)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module RuCaptcha
|
||||
VERSION = '2.1.1'
|
||||
VERSION = '2.1.2'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue