We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014fd1c commit 7c71989Copy full SHA for 7c71989
2 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- openxml-docx (0.10.5)
+ openxml-docx (0.10.6)
5
nokogiri
6
openxml-package (>= 0.2.2)
7
@@ -13,14 +13,16 @@ GEM
13
docile (1.1.5)
14
json (1.8.3)
15
method_source (0.8.2)
16
- mini_portile2 (2.0.0)
17
- nokogiri (1.6.7.2)
18
- mini_portile2 (~> 2.0.0.rc2)
+ mini_portile2 (2.1.0)
+ nokogiri (1.6.8)
+ mini_portile2 (~> 2.1.0)
19
+ pkg-config (~> 1.1.7)
20
openxml-package (0.2.4)
21
22
ox
23
rubyzip (~> 1.1.0)
- ox (2.3.0)
24
+ ox (2.4.3)
25
+ pkg-config (1.1.7)
26
pry (0.10.3)
27
coderay (~> 1.1.0)
28
method_source (~> 0.8.1)
lib/openxml/docx/version.rb
@@ -1,5 +1,5 @@
module OpenXml
module Docx
- VERSION = "0.10.5"
+ VERSION = "0.10.6"
end
0 commit comments