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
|
0.4.4
|
||||||
|
|
||||||
- Remove deprecated `width`, `height` config.
|
- Remove deprecated `width`, `height` config.
|
||||||
|
|
|
@ -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/
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module RuCaptcha
|
module RuCaptcha
|
||||||
VERSION = '0.4.4'
|
VERSION = '0.4.5'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue