floraison / et-orbi

Time zones for fugit and rufus-scheduler. Urbi et Orbi.
MIT License
24 stars 11 forks source link

Support the upcoming TZInfo v2.0.0 release #9

Closed philr closed 7 years ago

philr commented 7 years ago

I'm the maintainer of the tzinfo gem. et-orbi currently depends on tzinfo with open-ended version constraints.

I'm working on a new major release of tzinfo (v2.0.0), which I hope to release sometime in the coming months. This will break backwards compatibility in a few ways that affect et-orbi:

This pull request includes changes that make et-orbi compatible with both the upcoming tzinfo v2.0.0 release and existing tzinfo releases.

To test with the current development version of tzinfo instead of a released version, you can add the following line to the Gemfile:

gem 'tzinfo', git: 'https://github.com/tzinfo/tzinfo.git'
jmettraux commented 7 years ago

Hello @philr, yes, I know who you are. I follow you. Thanks for all your work. It's everywhere Ruby is.

Thanks for this, it spares me many many headaches.

Have a nice day!