putpat / rockstar

Rockstar is a wrapper for the audioscrobbler v2.0 (last.fm) web services. This gem includes scrobbling with the new api.
MIT License
82 stars 29 forks source link

Symbols #21

Closed chrblabla closed 13 years ago

chrblabla commented 13 years ago

Now that I use rockstar, I didn't want to use the YAML approach. Since I currently use env vars, I just wanted to set the API key and secret through assigning a hash to Rockstar.lastfm. And since symbols are a good practice in hashes, I added this feature together with changes to the readme and of course tests.

bitboxer commented 13 years ago

Thanks for this!

chrblabla commented 13 years ago

Hey thanks for rockstar! Please let me know once you cut a new release version.

bitboxer commented 13 years ago

Done :)

chrblabla commented 13 years ago

Awesome, ty!