Version 2.0.3
This commit is contained in:
parent
d15e876ae8
commit
6fdbcd6d38
|
@ -1,4 +1,4 @@
|
|||
2.0.2
|
||||
2.0.3
|
||||
-----
|
||||
|
||||
- Use `ActiveSupport.on_load` to extend ActionController and ActionView.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rucaptcha (2.0.2)
|
||||
rucaptcha (2.0.3)
|
||||
railties (>= 3.2)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module RuCaptcha
|
||||
VERSION = '2.0.2'
|
||||
VERSION = '2.0.3'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue