Skip to content

Commit

Permalink
Add module stance metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Feb 19, 2024
1 parent 79313c8 commit 92cad92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/extract_module_info.rc
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ _, total_time = record_time do
fullname: mod.realname.dup.force_encoding("UTF-8"),
aliases: mod.aliases,
rank: mod.rank,
stance: mod.module_info['Stance']
session_types: mod.respond_to?(:session_types) ? mod.session_types : nil,
disclosure_date: mod.disclosure_date.nil? ? nil : mod.disclosure_date.to_s,
type: mod.type,
Expand Down

0 comments on commit 92cad92

Please sign in to comment.