Skip to content

Commit b1d7796

Browse files
committed
images implementet, releasing
1 parent 8af409f commit b1d7796

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/rspreadsheet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rspreadsheet
2-
VERSION = "0.2.17"
2+
VERSION = "0.3"
33
end

lib/rspreadsheet/xml_tied_array.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,9 @@ def prepare_empty_xmlnode
167167
# array containing subnodes of xmlnode which represent subitems
168168
def xmlsubnodes
169169
return [] if xmlnode.nil?
170-
ele = xmlnode.elements
171170
so = subitem_xml_options[:xml_items_node_name]
172171

173-
ele.select do |node|
172+
xmlnode.elements.select do |node|
174173
node.andand.name == so
175174
end
176175
end

0 commit comments

Comments
 (0)