-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently geo_query includes the following method:
# Returns all objects within a rectangle
Class.within_bounding_box(min_lat, min_lon, max_lat, max_lon)However this clashes when also using the Geocoder gem as it contains the same method.
There is currently a branch that fixes this, but will break current implementations.
I think we should release and tag the current master as 0.1.0 (current Rubygems is 0.0.4) and then release a new version 0.2.0 after merging the PR.
Happy to write up a new Readme for the branch as well to make sure it clearly explains the difference between the releases.
Metadata
Metadata
Assignees
Labels
No labels