version 2.1.3

This commit is contained in:
Jason Lee 2017-03-22 15:53:12 +08:00
parent 9173e86ee4
commit 18701f7ae4
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2.1.3
-----
- Windows support fixed with `send_data` method. (#45)
2.1.2 2.1.2
----- -----

View File

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

View File

@ -1,3 +1,3 @@
module RuCaptcha module RuCaptcha
VERSION = '2.1.2' VERSION = '2.1.3'
end end