version 0.4.5
This commit is contained in:
parent
e4daa11309
commit
59ef004a5a
|
@ -1,3 +1,7 @@
|
|||
0.4.5
|
||||
|
||||
- Removed `posix-spawn` dependency, used open3 instead (core funciontality), JRuby compatible (#24)
|
||||
|
||||
0.4.4
|
||||
|
||||
- Remove deprecated `width`, `height` config.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rucaptcha (0.4.4)
|
||||
rucaptcha (0.4.5)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module RuCaptcha
|
||||
VERSION = '0.4.4'
|
||||
VERSION = '0.4.5'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue