evertils 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/configs/templates/monthly.enml +1 -5
- data/lib/configs/templates/weekly.enml +1 -4
- data/lib/helpers/evernote.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5c9daec1080386d853bd5ce5c15b0f2e96d5660
|
|
4
|
+
data.tar.gz: c8f8f4d9e4c8ca72a74fc6736554161ee896604b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a250b8115bbd9e621babcdc8d0ceb8ba2c46161250cd75a64dda48a6406cc8dcda893fe52e43b5f8b046debd543d8f258504cfebd5f5d9d43f2fe5899fe21e92
|
|
7
|
+
data.tar.gz: ce16940b14562ed39896ff9de534d5f8992d1295bf0ceb731c7999c67e976a634ec2c16bc0965222b8b0911aeccfa605a703a86263de78505d7f71e6d7eff494
|
data/lib/helpers/evernote.rb
CHANGED
|
@@ -205,7 +205,7 @@ module Granify
|
|
|
205
205
|
## Something was wrong with the note data
|
|
206
206
|
## See EDAMErrorCode enumeration for error code explanation
|
|
207
207
|
## http://dev.evernote.com/documentation/reference/Errors.html#Enum_EDAMErrorCode
|
|
208
|
-
Notify.error "EDAMUserException: #{edue}"
|
|
208
|
+
Notify.error "EDAMUserException: #{edue}\nCode #{edue.errorCode}: #{edue.parameter}"
|
|
209
209
|
rescue ::Evernote::EDAM::Error::EDAMNotFoundException => ednfe
|
|
210
210
|
## Parent Notebook GUID doesn't correspond to an actual notebook
|
|
211
211
|
Notify.error "EDAMNotFoundException: Invalid parent notebook GUID"
|
data/lib/version.rb
CHANGED