emorikawa / linkedin-oauth2

Ruby wrapper for the LinkedIn OAuth2 API
Other
70 stars 86 forks source link

Gem can use latest hashie as dependency #4

Closed yashke closed 10 years ago

yashke commented 10 years ago

I tried to install this gem with latest hashie and I couldn't, so here's the updated gemspec supporting latest hashie.

Btw. I couldn't run tests - one api_spec and few search_specs. I think it's because the test suite misses vcr's cassettes with stubbed requests. Does anyone have those cassettes and can commit them to repo?

emorikawa commented 10 years ago

@yashke I have just pushed a much improved version of the linkedin-oauth2 gem. Check out the repository. It includes the hashie dependency upgrade. It also fixes the sanitize array issue for options.

You'll note that the OAuth scheme is slightly different. The API method signatures should be the same.