v1.1.2
The most important change for this version is the GamesDB API endpoint changed the url, so the gem is working again with this update.
CHANGELOG:
- Updates the API endpoint url (adds
v1
). From the forum:
We've prefixed the api url with
/v1/
path to make it easier to version control the API going forward, so please update your apps to reflect that.
e.g https://api.thegamesdb.net/v1/Games/ByG ... e=platform
- Updates the tests
- Allow failures for
ruby-head
andtruffleruby
in the Travis build. They look like config issues but I don't have time to look into it at the moment. Looking forward to work on the gem some more in the near future and I'll look into it.