Version 2.0.3

This commit is contained in:
Jason Lee 2017-02-15 12:31:45 +08:00
parent d15e876ae8
commit 6fdbcd6d38
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2.0.2 2.0.3
----- -----
- Use `ActiveSupport.on_load` to extend ActionController and ActionView. - Use `ActiveSupport.on_load` to extend ActionController and ActionView.

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rucaptcha (2.0.2) rucaptcha (2.0.3)
railties (>= 3.2) railties (>= 3.2)
GEM GEM

View File

@ -1,3 +1,3 @@
module RuCaptcha module RuCaptcha
VERSION = '2.0.2' VERSION = '2.0.3'
end end