summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2015-12-30Increase version 1.3.0 -> 1.3.1HEADmasterTeddy Wing
Capture the `LoadError` fix from f10ec2efe2e2984109545e496f36067cb3707dd6.
2015-12-30lib/evernote: Remove vendored Thrift importsTeddy Wing
These imports caused a `LoadError` because the vendored Thrift and Evernote dependencies were removed in 2ebc0504d3b5e11676bf37d5322cf48a24b3785c. Delete the imports to fix this error.
2013-12-08Merge branch 'master' of https://github.com/kipcole9/evernoteKip Cole
2013-12-08Remove thrift embeddingKip Cole
2012-10-06Bump versionKip Cole
2012-10-06Further work on the Evernote wrapper APIKip Cole
2012-10-06Refresh note content possibleKip Cole
2012-10-05Update gemspec and bump versionKip Cole
2012-10-05Add Thrift native extensions to Evernote gemKip Cole
2012-10-04Little bit of DRYing upKip Cole
2012-10-04Add ruby idiomatic class wrappers for note store. Still work in progress, ↵Kip Cole
but functional
2012-10-04Notestore wrapper updated for oauth, add transforms from ruby method names ↵Kip Cole
to camel-case names in the thrift interface
2012-10-01Updating to api version 1.2.2Kip Cole
2012-06-15version bumpChris Sepic
2012-01-22Version bump (SDK 1.2, bugfixes)Chris Sepic
2012-01-22Change credentials check to allow subclasses of Hashbackspace
2011-07-23add example as runnable script, version bump for new api versionv1.1.0Chris Sepic
2011-06-28get rid of Jeweler, add contributorsv1.0.0Chris Sepic
2011-06-28fix two failing testsChris Sepic
2011-06-28fixed spec tests; updated readme; allow for users to pass in keys in hashPeter Mangiafico
2011-06-28remove need to have configuration parameters in a YML file, allow a generic ↵Peter Mangiafico
hash to be passed in instead
2010-03-19added note store wrapper, added readme exampleChris Sepic
2010-02-27mergingChris Sepic
2010-02-27move auth to yaml config, add proxyingChris Sepic
2010-02-21Evernote::Client will never be used directlyChris Sepic
2010-02-21error handling and delegationChris Sepic
2010-02-20UserStore wrapperChris Sepic
2010-02-20starting some wrapper classesChris Sepic
2010-01-24vendored generated thrift codeChris Sepic
2010-01-24Initial commit to evernote.Chris Sepic