emancu / toml-rb

A parser for TOML using Citrus library.
MIT License
104 stars 39 forks source link

Support toml v0.5.0 #122

Closed yassun7010 closed 5 years ago

yassun7010 commented 5 years ago

For toml v0.5.0 release, I posted a pull request for a partial support before(see #116 ).

This time, I have made complete support and tests for toml v0.5.0. Please consider it.

Change points

emancu commented 5 years ago

We can drop the Ruby 2.2 version and that will make travis pass. Would you mind to update .travis.yml removing that version but adding 2.6 as well?

That would be the last change and we can merge this PR and release a new version

yassun7010 commented 5 years ago

Yes, please to add 2.6, thanks.

emancu commented 5 years ago

@yassun4dev I just pushed the update to .travis.yml, yo uneed to rebase on that change