moxml 0.5.88 → 0.5.89

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: 3da81cdaaa2647c6108fb24c6616a7da3c6c089b8c8a7f92487153d63995b2f3
4
- data.tar.gz: 768131fdcf003decd4969cebf509e13882c614dae60cb2c2745a6764fb288e0c
3
+ metadata.gz: 447a88de690007bd60f38647c8edf17a9b9814ef91084532561f4f093080675f
4
+ data.tar.gz: 2c806adc75e15a77449846350c28ac215525d46381ae88e283b406309405d9ed
5
5
  SHA512:
6
- metadata.gz: 0f6b74c76e0174900feb641f2253a803f5ce0d29f0a7f8f4ee979ad055929ba297f400a9c9fcb37d56bb1ff137f18253606903794aa13a6107e0a412a0a7e989
7
- data.tar.gz: c635ec9a1958c823d4f2fad192326ae85f489756f2d8110af771ee8ad5ca49e6708e529cce0814292a44b1054dbab879d03bc839c87fc65c043bf131949d733d
6
+ metadata.gz: 8620d5a066a98d7d232bc2f09c2b81a552ce600d38f3c45451895a67eef643283f3ed33ef6f9afcd1ecf9cdb12a4b4d12f6c5d2c1826721ee8c7e035b059414e
7
+ data.tar.gz: 92c2627b4d2c058028fc4083826a6cf3416808b98ddf7648dbba0e549fa4f50abf2d910fe5a00bc613031bfafff8c37949c352d949ba0898e031419b88f930e3
data/lib/moxml/element.rb CHANGED
@@ -137,7 +137,6 @@ module Moxml
137
137
  @native, name, attrs
138
138
  )
139
139
  if native_child
140
- adapter.node_type(native_child)
141
140
  Moxml::Node.wrap_with(native_child, context, adapter)
142
141
  else
143
142
  fallback = Moxml::Node.wrap_with(
data/lib/moxml/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Moxml
4
- VERSION = "0.5.88"
4
+ VERSION = "0.5.89"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moxml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.88
4
+ version: 0.5.89
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.