From e129dc5b3f70005e8b33a62f66e673a9c0d8084c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 Dec 2015 18:41:49 -0800 Subject: Include 'kipcole9/evernote' note_store.rb directly Copy 'note_store.rb' from 'kipcole9/evernote' directly into my Evernote service file. I was getting a `LoadError` when trying to load the 'evernote' gem so to get moving quickly I'm just including the code directly in this app. We can figure out the issue with the gem later. Updating `NotesController` to interface with the 'evernote' gem classes and get notebooks using its API. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 6aa946a..f218f0c 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'omniauth-evernote' gem 'evernote-thrift' -gem 'evernote', '1.3.0', :github => 'kipcole9/evernote' +# gem 'evernote', '1.3.0', :github => 'kipcole9/evernote' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console -- cgit v1.2.3