eonu / arx

A Ruby interface for querying academic papers on the arXiv search API.
https://arxiv.org/help/api
MIT License
31 stars 1 forks source link

Fix JSON warning after 2.7.0 #88

Closed eonu closed 3 years ago

eonu commented 3 years ago

After v2.7.0, the JSON gem produces the following warning when Paper#as_json is called.

warning: Using the last argument as keyword parameters is deprecated

eonu commented 3 years ago

Temporarily fixed in #101.