summaryrefslogtreecommitdiffstats
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-08Remove extconfKip Cole
2013-12-08Merge branch 'master' of https://github.com/kipcole9/evernoteKip Cole
2013-12-08Remove thrift embeddingKip Cole
2012-10-07Add activesupport dependencyKip 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-05Gemspec for native extensionsKip Cole
2012-10-05Update gemspecKip 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-04Small readme changesKip Cole
2012-10-04Fix formatting error in readmeKip Cole
2012-10-04Merge branch 'master' of https://github.com/kipcole9/evernoteKip Cole
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-03And put it back againKip Cole
2012-10-03Remove thrift dependency and use vendored versionKip Cole
2012-10-01Updating to api version 1.2.2Kip Cole
2012-06-15update readmeChris Sepic
2012-06-15version bumpChris Sepic
2012-06-06Upgrade to Evernote API SDK 1.21 for rubyPhilippe Creux
2012-01-22Version bump (SDK 1.2, bugfixes)Chris Sepic
2012-01-22fixes #10Chris Sepic
2012-01-22Change credentials check to allow subclasses of Hashbackspace
2012-01-10Merge Evernote API SDK 1.20 for rubyJimmy Zimmerman
2011-07-23add example as runnable script, version bump for new api versionv1.1.0Chris Sepic
2011-07-23Merge pull request #13 from MioGreen/masterChris Sepic
Merge Evernote API SDK 1.19 for ruby
2011-07-13Merge Evernote API SDK 1.19 for rubyMikhail Zelenin
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-28fixed spec tests; updated readme; allow for users to pass in keys in hashPeter Mangiafico
2011-06-28more readme adjustmentsPeter Mangiafico
2011-06-28remove need to have configuration parameters in a YML file, allow a generic ↵Peter Mangiafico
hash to be passed in instead
2011-06-28Got rcov workingdave.strock@gmail.com
2011-06-28Added spec options to Rakefile, since spec.opts is not read in rspec2dave.strock@gmail.com
2011-06-28Got all specs to pass with rspec 2dave.strock@gmail.com
2011-01-23update vendored evernote libs to support lastest apiChris Sepic
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-27Version bump to 0.2.0Chris 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