version 0.4.5

This commit is contained in:
Jason Lee 2016-05-25 10:09:55 +08:00
parent e4daa11309
commit 59ef004a5a
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
0.4.5
- Removed `posix-spawn` dependency, used open3 instead (core funciontality), JRuby compatible (#24)
0.4.4 0.4.4
- Remove deprecated `width`, `height` config. - Remove deprecated `width`, `height` config.

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rucaptcha (0.4.4) rucaptcha (0.4.5)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/

View File

@ -1,3 +1,3 @@
module RuCaptcha module RuCaptcha
VERSION = '0.4.4' VERSION = '0.4.5'
end end