evertils-common 0.3.17 → 0.3.18

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: a93da53023299095fe9b763f95718e2f00df13c84f3c701ef7840752efdae838
4
- data.tar.gz: 66ed52017eb6e805d213965c2b90fc1f68bbc4b2de5b3dfb9fc608cf5a99d458
3
+ metadata.gz: 8fb37aa64791372387b0dec31c340b32b3b465b2786bd2fe7f49a4a8e3983959
4
+ data.tar.gz: be3b298deab0f118e5ea5d1dde9db99e1fc1e170c29188b1beb9d321e87bb5e1
5
5
  SHA512:
6
- metadata.gz: 4444fdb968da7eda2ebc8ade346372da4a183f7a636fe709d9754115ac8451201d0a8718a64d2868471941c938521e8497b65bb3322d1b7679b2f8f48a649ce7
7
- data.tar.gz: 792c304c555905fdadb255cf48c28240fc70a21d82f8d9a26301d0665a3619ccd55d7f2f6cca834190d6d84054095a8af918853e55b5aed0114a20cf84dcedca
6
+ metadata.gz: ed436d560bfb67d0d2a8c7d641efc17790c4e88ea88835e0ded0b369efedf8b4a69f02c09eb9f72b7ac3c2ff0ec9dae22321984949ce6ef226a79aaef8517651
7
+ data.tar.gz: d856f649d6f133edc23cf56c21874675367c3b3a861e5d3803f91c8fd018565e13f5deb02ad9717a6049e2a805f0ad93faa829767f426b23ca9dac21bc69bd72
@@ -149,7 +149,7 @@ module Evertils
149
149
 
150
150
  #
151
151
  # @since 0.3.17
152
- def find_note_with_contents_using_grammar(grammar)
152
+ def find_note_contents_using_grammar(grammar)
153
153
  find_result = find_with(grammar)
154
154
 
155
155
  return if find_result.nil?
@@ -38,6 +38,14 @@ module Evertils
38
38
  entity
39
39
  end
40
40
 
41
+ #
42
+ # @since 0.3.18
43
+ def find_note_contents_using_grammar(grammar)
44
+ entity = Evertils::Common::Entity::Note.new
45
+ entity.find_note_contents_using_grammar(grammar)
46
+ entity
47
+ end
48
+
41
49
  #
42
50
  # @since 0.3.1
43
51
  def find_or_create(name, stack = nil)
@@ -86,6 +86,13 @@ module Evertils
86
86
  entity.find_with_contents(name)
87
87
  end
88
88
 
89
+ #
90
+ # @since 0.3.4
91
+ def find_note_contents_using_grammar(grammar)
92
+ entity = Manager::Note.instance
93
+ entity.find_note_contents_using_grammar(grammar)
94
+ end
95
+
89
96
  #
90
97
  # @since 0.3.1
91
98
  def find_notebook(name)
@@ -1,5 +1,5 @@
1
1
  module Evertils
2
2
  module Common
3
- VERSION = '0.3.17'.freeze
3
+ VERSION = '0.3.18'.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.17
4
+ version: 0.3.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Priebe