bugfix
This commit is contained in:
@@ -27,8 +27,7 @@ class Browser
|
|||||||
:proxy,
|
:proxy,
|
||||||
:max_threads,
|
:max_threads,
|
||||||
:cache_timeout,
|
:cache_timeout,
|
||||||
:request_timeout,
|
:request_timeout
|
||||||
:variables_to_replace_in_url
|
|
||||||
]
|
]
|
||||||
|
|
||||||
attr_reader :hydra, :config_file
|
attr_reader :hydra, :config_file
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ module WpItem
|
|||||||
|
|
||||||
def to_s
|
def to_s
|
||||||
item_version = version
|
item_version = version
|
||||||
"#@name#{' v' + item_version if item_version}"
|
"#@name#{' v' + item_version.strip if item_version}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def ==(item)
|
def ==(item)
|
||||||
|
|||||||
Reference in New Issue
Block a user