Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def parse_content(content)
group = group.split("\n").each_with_object({}) do |line, hash|
next if line.blank?
key, value = line.split(":", 2)
hash[key.strip.downcase.tr(" -", "_").to_sym] = value.strip
hash[key.strip.downcase.tr(" -", "_").to_sym] = value.strip unless value.blank?
end
group_array.push(format_values(group))
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Version: 2.1
Arch: x86_64
Status: Subscribed
Starts: 01/03/2013
Ends: 01/03/2014
Ends: