evertils 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2aca56f8b2544751360591e10fba2c4d4f14ce1f
4
- data.tar.gz: 725567da6470eb9ad289c3bcfbdcef8b21be20e5
3
+ metadata.gz: a5c9daec1080386d853bd5ce5c15b0f2e96d5660
4
+ data.tar.gz: c8f8f4d9e4c8ca72a74fc6736554161ee896604b
5
5
  SHA512:
6
- metadata.gz: beba644e7007a5b47751d55ec9bce6e342c6b3a4b4882f2993f00fb1794cff473efaf6ce23ddb9e4ac13f8c84d9923f29fb6da5c41e2f76a61d2b9eecc59afc4
7
- data.tar.gz: a162054996ab340935667a5e80586c85680b72d4a9c3917977167c8d90dd42ae82ad75fc3d6f2012a840352d0d93a2b25084dabac9e825f48764bf3c89b59dae
6
+ metadata.gz: a250b8115bbd9e621babcdc8d0ceb8ba2c46161250cd75a64dda48a6406cc8dcda893fe52e43b5f8b046debd543d8f258504cfebd5f5d9d43f2fe5899fe21e92
7
+ data.tar.gz: ce16940b14562ed39896ff9de534d5f8992d1295bf0ceb731c7999c67e976a634ec2c16bc0965222b8b0911aeccfa605a703a86263de78505d7f71e6d7eff494
@@ -1,11 +1,7 @@
1
1
  <ul>
2
2
  <li>...</li>
3
3
  </ul>
4
- <div>
5
- <div><br/></div>
6
4
  <div><span style="font-size: 18px;">Highlights</span></div>
7
- <div>
8
5
  <ul>
9
6
  <li>...</li>
10
- </ul>
11
- </div>
7
+ </ul>
@@ -10,7 +10,4 @@
10
10
  <ul>
11
11
  <li>...</li>
12
12
  </ul>
13
- </div>
14
- <ul>
15
- <li>...</li>
16
- </ul>
13
+ </div>
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Granify
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evertils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Priebe