fix: correct talk dates for RubyConf 2022 Mini#1574
Merged
marcoroth merged 1 commit intorubyevents:mainfrom Mar 26, 2026
Merged
fix: correct talk dates for RubyConf 2022 Mini#1574marcoroth merged 1 commit intorubyevents:mainfrom
marcoroth merged 1 commit intorubyevents:mainfrom
Conversation
21 talks had incorrect dates. Cross-referenced each talk against the archived schedule at web.archive.org/web/20221128043326/rubyconfmini.com/schedule Day 1 (Nov 15): 8 talks (was mixed across all 3 days) Day 2 (Nov 16): 10 talks Day 3 (Nov 17): 13 talks Fixes rubyevents#1274 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
marcoroth
approved these changes
Mar 26, 2026
Contributor
Author
|
Thanks for the quick review and merge! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes incorrect dates on 21 talks for RubyConf 2022 Mini. Talks were assigned to wrong days of the 3-day conference.
Why this matters
The event page at rubyevents.org/events/rubyconf-2022-mini shows talks on wrong dates. Cross-referenced every talk against the archived schedule to get the correct day assignments.
Changes
data/rubyconf/rubyconf-2022-mini/videos.yml- correcteddatefield on 21 talks:Testing
Verified date distribution matches the 3-day schedule structure from the archive.
Fixes #1274
This contribution was developed with AI assistance (Claude Code).