dewski / itunes

A Ruby wrapper around the iTunes API that lets you search for any sort of data that is available on the iTunes store.
http://github.com/dewski/itunes
MIT License
122 stars 29 forks source link

Removed explicit runtime requirement of hashie v1.1 #6

Closed tallgreentree closed 12 years ago

tallgreentree commented 12 years ago

Hi Garrett and Steve,

The hashie gem is already required by rash, so it doesn't need to be required here. This was causing a conflict in one of my apps :). Would appreciate a merge + version bump if you deem the change appropriate.

Thanks, Will

tallgreentree commented 12 years ago

Woops, nevermind. Apologies.