Closed ghost closed 12 years ago
I got this error message when running example authentication script, which can be avoided by adding require "yaml" at the top of lib/evernote/user_store.rb
require "yaml"
I'm unable to reproduce this. Can you try again with the latest version?
I got this error message when running example authentication script, which can be avoided by adding
require "yaml"
at the top of lib/evernote/user_store.rb