rgeo / rgeo-proj4

Proj4 extension for rgeo.
MIT License
13 stars 14 forks source link

feat: relax RGeo dependency #30

Closed oleksii-leonov closed 2 years ago

oleksii-leonov commented 2 years ago

RGeo will release the 3.0 version soon. rgeo v3 works with the current version of rgeo-proj without any issues.

oleksii-leonov commented 2 years ago

@keithdoggett, we are using the master branch of rgeo (v3) in production with the current version of rgeo-proj without any issues for a long time. I believe, it makes sense to relax rgeo dependency from ~> 2.0 to >= 2.0.

keithdoggett commented 2 years ago

Hi @aleksejleonov thanks for the PR and your continued help with the projects!

For a little while I've been discussing a potentially big refactor to how projections are handled in the core gem with @BuonOmo. We realized that if we want to decouple our core gem from proj4, it will be a breaking change and we need to handle it before v3 is officially released. You can see details about it in this issue (https://github.com/rgeo/rgeo/issues/316).

Anyways, this version of proj will almost certainly not be compatible with RGeo v3, so I'm going to close it for now. If it somehow ends up being compatible then we can re-open in the future.