File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 3.4.0 - Sun Mar 29 2026
2+ ===============================================================
3+ - Validate the 'host' parameter. Should an opencagedata.com subdomain or localhost variant
4+ - Remove support for Ruby 3.1 (EOL 2025-03-31)
5+ - various Ruby gem updates
6+ - chore: remove ActiveSupport depencency
7+ - chore: set frozen_string_literal in preparation for Ruby 4.0
8+
193.3.0 - Mon Oct 6 2025
210===============================================================
311- Calling .geocode with an object as address now raises an exception (never worked in the past, now it's
2331===============================================================
2432- Documentation: With 3.0 we changed the classname of exceptions
2533- test suite: update rubocop
26- - test suite: alsotest against Ruby 3.4
34+ - test suite: also test against Ruby 3.4
2735- various Ruby gem updates
2836
29373.2.0 - Mon Jun 10 2024
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- opencage-geocoder (3.3 .0 )
4+ opencage-geocoder (3.4 .0 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module OpenCage
4- VERSION = '3.3 .0'
4+ VERSION = '3.4 .0'
55end
You can’t perform that action at this time.
0 commit comments