Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IEV data #71

Merged
merged 4 commits into from
Mar 1, 2021
Merged

Update IEV data #71

merged 4 commits into from
Mar 1, 2021

Conversation

skalee
Copy link
Contributor

@skalee skalee commented Mar 1, 2021

Fixes #66. This pull request is solely to maintain a cleaner Git history (just in case).

String IDs in concept YAMLs are now fully supported, so this became
unnecessary.
A temporary patch because templates are not ready yet for concepts which
have multiple sources.

# traverse localized
concept_hash.each_value do |localized|
next unless localized.kind_of?(Hash)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer Object#is_a? over Object#kind_of?.

@skalee skalee merged commit 79847e0 into staging Mar 1, 2021
@skalee skalee deleted the update-iev-data branch March 1, 2021 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to latest iev-data release
1 participant