ahmetabdi / igdb

:video_game: Ruby wrapper for the Internet Game Database API.
https://www.igdb.com/
MIT License
18 stars 24 forks source link

NameError: uninitialized constant Igdb::Configuration #2

Closed rbraaf closed 8 years ago

rbraaf commented 8 years ago

I keep getting this error (NameError: uninitialized constant Igdb::Configuration) anytime I try to use the Igdb.connect method in IRB.

I can provide any additional information if needed. Ruby version: 2.2.3

ahmetabdi commented 8 years ago

Fixed in version 0.7.0.

$ require 'igdb' $ Igdb.connect('api_key')

rbraaf commented 8 years ago

Thanks for the update!