evertils-common 0.3.16 → 0.3.17

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18911faa529eac555a6ef8bae2dfcd9fc3174ec0c60744d9f1c969670bb25e8a
4
- data.tar.gz: da20af0be6aa3a6185327a866f2679bf239a6e7d2d23983279943cee76ffd564
3
+ metadata.gz: a93da53023299095fe9b763f95718e2f00df13c84f3c701ef7840752efdae838
4
+ data.tar.gz: 66ed52017eb6e805d213965c2b90fc1f68bbc4b2de5b3dfb9fc608cf5a99d458
5
5
  SHA512:
6
- metadata.gz: 309e8b2c2aa4eb60b9dbd2203999e3ed99f56544c146428473a60ccc0f297d9e21f2cebbb62dbabe02069c810ab900055593b5ad37c1af55b18b800f5e916f57
7
- data.tar.gz: 7e367d54ca231a4d639f41c7a0015f88caa0c7da93cd2f59515b50bfa598a34c56b9b529f5a31b4c05e4f24d419552c409917cbf454df8b8192db9b5047ad895
6
+ metadata.gz: 4444fdb968da7eda2ebc8ade346372da4a183f7a636fe709d9754115ac8451201d0a8718a64d2868471941c938521e8497b65bb3322d1b7679b2f8f48a649ce7
7
+ data.tar.gz: 792c304c555905fdadb255cf48c28240fc70a21d82f8d9a26301d0665a3619ccd55d7f2f6cca834190d6d84054095a8af918853e55b5aed0114a20cf84dcedca
@@ -147,6 +147,20 @@ module Evertils
147
147
  self if @entity
148
148
  end
149
149
 
150
+ #
151
+ # @since 0.3.17
152
+ def find_note_with_contents_using_grammar(grammar)
153
+ find_result = find_with(grammar)
154
+
155
+ return if find_result.nil?
156
+
157
+ guid = find_result.entity.guid
158
+ result = @evernote.call(:getNote, guid, true, false, false, false)
159
+ @entity = result
160
+
161
+ self if @entity
162
+ end
163
+
150
164
  #
151
165
  # @since 0.3.0
152
166
  def tag(*guids)
@@ -1,5 +1,5 @@
1
1
  module Evertils
2
2
  module Common
3
- VERSION = '0.3.16'.freeze
3
+ VERSION = '0.3.17'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evertils-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.16
4
+ version: 0.3.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Priebe