Remove deprecated `width`, `height` config.

This commit is contained in:
Jason Lee 2016-05-20 16:09:48 +08:00
parent 3bf67c0994
commit ca90a9221b
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
0.4.3
- Remove deprecated `width`, `height` config.
- Delete session key after verify (#23).
0.4.2 0.4.2
----- -----

View File

@ -1,7 +1,5 @@
module RuCaptcha module RuCaptcha
class Configuration class Configuration
# TODO: remove height, width in 0.3.0
attr_accessor :height, :width
# Image font size, default 45 # Image font size, default 45
attr_accessor :font_size attr_accessor :font_size
# Number of chars, default 4 # Number of chars, default 4