Switch to a space. It gets eaten anyway.

bug/bundler_fix
Tod Beardsley 2014-07-10 13:59:30 -05:00
parent 5bb3c8a581
commit 688c31cc44
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ protected
# Merges the module description.
#
def merge_info_description(info, val)
merge_info_string(info, 'Description', val, ".\n\n", true)
merge_info_string(info, 'Description', val, ". ", true)
end
#