whazzmaster / fitgem-client

Example client use of the fitgem oauth library to integrate with fitbit.com
MIT License
35 stars 9 forks source link

replaced references to FitBit::Client with FitGem::Client #14

Closed Jeff-Hostetler closed 9 years ago

Jeff-Hostetler commented 9 years ago

I removed references to FitBit::Client and replaced with FitGem::Client. They were only in the specs. I noticed this because in the FitGem readme (not client) there is a link to http://www.rubydoc.info/gems/fitbit/0.2.0/frames which uses FitBit::Client in the code example. I'd like to create a pull request for that as well and point that link to http://fitbitclient.com/guide/playing-with-the-fitgem-api or http://fitbitclient.com/guide/fitgem-on-rails and add some code examples there.

We used your gem during a hackathon last night and placed, so thanks for this!

whazzmaster commented 9 years ago

Ah yes, that code must be from way back before the company suggested that I change the name of the gem from 'fitbit' to 'fitgem'. Thanks for this!

Also- grats on the hackathon!