lib/evertils/common/entity/notes.rb in evertils-common-0.3.4 vs lib/evertils/common/entity/notes.rb in evertils-common-0.3.4.1.pre.dev

- old
+ new

@@ -129,12 +129,9 @@ # # @since 0.3.2 def find_spec(include_note_body) spec = ::Evernote::EDAM::NoteStore::NotesMetadataResultSpec.new spec.includeTitle = true - spec.includeContentLength = true - spec.includeCreated = true - spec.includeUpdated = true spec end end end end \ No newline at end of file