Skip to content

Commit 85c0cee

Browse files
gorngorn
gorn
authored and
gorn
committed
bumping version number
1 parent 3858725 commit 85c0cee

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

lib/rspreadsheet/cell_format.rb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,7 @@ def create_style_node
111111
automatic_styles_node << anode
112112
raise 'Style node was not correctly initialized' if style_node.nil?
113113
end
114-
# duplicated style_node and gives it new unused style_name
115-
def duplicate_style_node
116-
117-
end
118-
114+
119115
# @!group other style node related routines
120116
def unused_cell_style_name
121117
last = (cellnode.nil? ? [] : cellnode.doc.root.find('./office:automatic-styles/style:style')).
@@ -173,8 +169,7 @@ def color; get_border_string_part(3) end
173169
def delete
174170
@cellformat.set_cell_style_node_attribute(attribute_name, 'none')
175171
end
176-
177-
172+
178173
## internals
179174

180175
# set part-th part of string which represents the border. String looks like "0.06pt solid #00ee00"

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.4.7"
2+
VERSION = "0.4.8"
33
end

0 commit comments

Comments
 (0)