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

Add support for Ruby 2.5.4, 2.5.5, 2.6.0, 2.6.1, 2.6.2, 2.6.3 #210

Merged
merged 4 commits into from May 19, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions ruby-structs/src/lib.rs
Expand Up @@ -42,3 +42,9 @@ pub mod ruby_2_4_5;
pub mod ruby_2_5_0;
pub mod ruby_2_5_1;
pub mod ruby_2_5_3;
pub mod ruby_2_5_4;
pub mod ruby_2_5_5;
pub mod ruby_2_6_0;
pub mod ruby_2_6_1;
pub mod ruby_2_6_2;
pub mod ruby_2_6_3;