Skip to content

Commit 7c71989

Browse files
committed
[skip] Bumped v0.10.6 (1m)
1 parent 014fd1c commit 7c71989

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openxml-docx (0.10.5)
4+
openxml-docx (0.10.6)
55
nokogiri
66
openxml-package (>= 0.2.2)
77

@@ -13,14 +13,16 @@ GEM
1313
docile (1.1.5)
1414
json (1.8.3)
1515
method_source (0.8.2)
16-
mini_portile2 (2.0.0)
17-
nokogiri (1.6.7.2)
18-
mini_portile2 (~> 2.0.0.rc2)
16+
mini_portile2 (2.1.0)
17+
nokogiri (1.6.8)
18+
mini_portile2 (~> 2.1.0)
19+
pkg-config (~> 1.1.7)
1920
openxml-package (0.2.4)
2021
nokogiri
2122
ox
2223
rubyzip (~> 1.1.0)
23-
ox (2.3.0)
24+
ox (2.4.3)
25+
pkg-config (1.1.7)
2426
pry (0.10.3)
2527
coderay (~> 1.1.0)
2628
method_source (~> 0.8.1)

lib/openxml/docx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OpenXml
22
module Docx
3-
VERSION = "0.10.5"
3+
VERSION = "0.10.6"
44
end
55
end

0 commit comments

Comments
 (0)