aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
AgeCommit message (Collapse)Author
2015-12-30Add 'evernote-thrift' gemTeddy Wing
This is the main Evernote Ruby SDK. We'll be using it to get note information from Evernote's API.
2015-12-30Get rid of 'evernote-oauth' and install 'omniauth'Teddy Wing
Removing the 'evernote-oauth' gem because I couldn't figure out how to get it to work. Decided to go with OmniAuth to handle OAuth because I had a good experience with it in the past and figured it would be simpler to set up. Also installing the 'omniauth-evernote' provider to enable authentication with Evernote. Comment out the route I had created to `auth/evernote#index` for 'evernote-oauth'.
2015-12-30Add 'evernote-oauth' gemTeddy Wing
For authentication with Evernote.
2015-12-30Initial commit. Base Rails 4.2.5 project.Teddy Wing