diff options
| author | Teddy Wing | 2015-12-30 17:52:31 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-30 17:52:31 -0800 |
| commit | 21e6572e9dd2ec3df6a0b9de877c09dd376ee282 (patch) | |
| tree | 1cf35fa0f8f205d41986ef030a471f78c88e85d8 | |
| parent | 5bb7a76bb95baef84d96d33eb50034fe51cdc0e4 (diff) | |
| download | Evernote-Rails-Example-21e6572e9dd2ec3df6a0b9de877c09dd376ee282.tar.bz2 | |
Add 'evernote-thrift' gem
This is the main Evernote Ruby SDK. We'll be using it to get note
information from Evernote's API.
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc gem 'omniauth' gem 'omniauth-evernote' +gem 'evernote-thrift' + group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' diff --git a/Gemfile.lock b/Gemfile.lock index c698d48..5d9f4fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -157,6 +157,7 @@ PLATFORMS DEPENDENCIES byebug coffee-rails (~> 4.1.0) + evernote-thrift jbuilder (~> 2.0) jquery-rails omniauth |
