cfis / proj4rb

Proj4rb is a ruby binding for the Proj carthographic projections library.
MIT License
24 stars 11 forks source link

Todo: release 1.0.1 on Rubygems.org #12

Closed kurko closed 4 years ago

kurko commented 4 years ago

1.0.1 fixes compilation problems with news versions of Proj.

cfis commented 4 years ago

After getting up to speed on new version of Proj, I don't think its worth doing a point release. Instead, I've rewritten the gem to use the new apis in Proj5 and Proj6 (and also maintain backwards compatibility for existing code).

So going to close this ticket and instead release version 2 of the gem shortly.

kurko commented 4 years ago

🙇‍♂️

ioquatix commented 4 years ago

You released 2.0.0 which only supports ruby 2.4.9 - is there some reason for this? We are stuck on Ruby 2.4.1 which I'll try to fix on my end, but was there any reason to prevent a 1.0.1 release supporting 2.4?

cfis commented 4 years ago

Just went with the oldest currently supported version of Ruby. 2.4.x is fine by me.

cfis commented 4 years ago

Also thanks for the other fixes.