lib/openxml/docx/elements/embed_regular.rb in openxml-docx-0.10.6 vs lib/openxml/docx/elements/embed_regular.rb in openxml-docx-0.11.0.rc

- old
+ new

@@ -1,8 +1,8 @@ module OpenXml module Docx module Elements - class EmbedRegular < Element + class EmbedRegular < OpenXml::Docx::Element namespace :w with_namespace :w do attribute :font_key, displays_as: :fontKey, matches: /\{[0-9A-F]{8}\-[0-9A-F]{4}\-[0-9A-F]{4}\-[0-9A-F]{4}\-[0-9A-F]{12}\}/ # Regex taken from spec section 22.9.2.4 attribute :subsetted, expects: :boolean