hayesdavis / grackle

Lightweight Ruby library for the Twitter API that goes with the flow.
228 stars 36 forks source link

Added Twitter API v1.1 host and made it default host #26

Closed howardr closed 11 years ago

howardr commented 11 years ago

It was a pretty simple update; however you will probably want to make some minor adjustments. I wasn't sure how to reconcile the symbol keys used in the TWITTER_API_HOSTS hash with the API value of v1.1. So I explicitly converted a the string "v1.1" to a simple. i.e. 'v1.1'.to_sym

hayesdavis commented 11 years ago

@howardr I'm closing this PR out. v0.3.0 of the gem should have everything you need if you want to upgrade to it.

howardr commented 11 years ago

Thanks Hayes