ncbo / ontologies_api_ruby_client

A Ruby client for accessing NCBO's hypermedia api
Other
2 stars 6 forks source link

Fix URI.escape is obsolete warnings #19

Closed jvendetti closed 1 year ago

jvendetti commented 1 year ago

Fixes URI.escape is obsolete warnings that appeared after upgrading to Ruby 2.7. Also adds the addressable gem for improved handling of URIs.