mpxj 7.7.1 → 7.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d878488417b0f8168814e20e77370b9924dca780
4
- data.tar.gz: 484f717ae3f32ffc1c1a1b9d468d41b498874018
3
+ metadata.gz: 35cd8baca6dce1c96e7b73c910f81b2cde79880a
4
+ data.tar.gz: 0a5904032f3d24297487d795e210eb92674cfa26
5
5
  SHA512:
6
- metadata.gz: 703b897f49fe80ed6b9f5f57aa83d2cdcc0d2df9aa888a286997f3395eca8a842169dfdb2c3d66e7f97a17e088120b3fe4e91ec06b4b718655076ca0bf212ba4
7
- data.tar.gz: e6fe16f02d03bd5ad2744ea4c250e5ef6db51c344c45cc97699ac54f52f4a69fb9ae338a4b4d0cab42036b9617bf1f1d540d7b8c18c0adb5d8b4ebd0a9cda953
6
+ metadata.gz: 720b3fe7bd9213cc22334a09ab97da029783fdeeb96551083c50517d9f08d1964a6120e5f42cbed06ce381c11a8ace27390b6779a423e8b27181ff8f4b4d01ca
7
+ data.tar.gz: 0feb2e85d8428d3e40ca2e72f674b8203c72e2636d50ed494cb7954bf769c3f6e094148961e7e74a796d7fb4e06f217dfd4c75f553d2bdf5e9b77add9abe865b
@@ -0,0 +1,31 @@
1
+
2
+ The BSD License for the JGoodies Binding
3
+ ========================================
4
+
5
+ Copyright (c) 2002-2013 JGoodies Software GmbH. All rights reserved.
6
+
7
+ Redistribution and use in source and binary forms, with or without
8
+ modification, are permitted provided that the following conditions are met:
9
+
10
+ o Redistributions of source code must retain the above copyright notice,
11
+ this list of conditions and the following disclaimer.
12
+
13
+ o Redistributions in binary form must reproduce the above copyright notice,
14
+ this list of conditions and the following disclaimer in the documentation
15
+ and/or other materials provided with the distribution.
16
+
17
+ o Neither the name of JGoodies Software GmbH nor the names of
18
+ its contributors may be used to endorse or promote products derived
19
+ from this software without specific prior written permission.
20
+
21
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
23
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
25
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
26
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
28
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
29
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
30
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
31
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,31 @@
1
+
2
+ The BSD License for the JGoodies Common
3
+ =======================================
4
+
5
+ Copyright (c) 2009-2014 JGoodies Software GmbH. All rights reserved.
6
+
7
+ Redistribution and use in source and binary forms, with or without
8
+ modification, are permitted provided that the following conditions are met:
9
+
10
+ o Redistributions of source code must retain the above copyright notice,
11
+ this list of conditions and the following disclaimer.
12
+
13
+ o Redistributions in binary form must reproduce the above copyright notice,
14
+ this list of conditions and the following disclaimer in the documentation
15
+ and/or other materials provided with the distribution.
16
+
17
+ o Neither the name of JGoodies Software GmbH nor the names of
18
+ its contributors may be used to endorse or promote products derived
19
+ from this software without specific prior written permission.
20
+
21
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
23
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
25
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
26
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
27
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
28
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
29
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
30
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
31
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # MPXJ gem module
2
2
  module MPXJ
3
3
  # MPXJ gem version number
4
- VERSION = "7.7.1"
4
+ VERSION = "7.8.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpxj
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.7.1
4
+ version: 7.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Iles
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-23 00:00:00.000000000 Z
11
+ date: 2019-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -111,6 +111,8 @@ files:
111
111
  - docs/TaskAttributes.md
112
112
  - legal/licence.ikvm.thirdparty.txt
113
113
  - legal/licence.ikvm.txt
114
+ - legal/licence.jgoodies.binding.txt
115
+ - legal/licence.jgoodies.common.txt
114
116
  - legal/licence.poi.txt
115
117
  - legal/licence.rtfparserkit.txt
116
118
  - legal/licence.sqlite-jdbc.txt
@@ -118,8 +120,13 @@ files:
118
120
  - lib/mpxj.rb
119
121
  - lib/mpxj/argument_error.rb
120
122
  - lib/mpxj/assignment.rb
123
+ - lib/mpxj/commons-codec-1.10.jar
121
124
  - lib/mpxj/commons-collections4-4.1.jar
122
125
  - lib/mpxj/container.rb
126
+ - lib/mpxj/hamcrest-core-1.3.jar
127
+ - lib/mpxj/jgoodies-binding-2.10.0.jar
128
+ - lib/mpxj/jgoodies-common-1.7.0.jar
129
+ - lib/mpxj/junit-4.11.jar
123
130
  - lib/mpxj/mpxj.jar
124
131
  - lib/mpxj/password_protected.rb
125
132
  - lib/mpxj/poi-3.17.jar
@@ -128,7 +135,7 @@ files:
128
135
  - lib/mpxj/reader.rb
129
136
  - lib/mpxj/relation.rb
130
137
  - lib/mpxj/resource.rb
131
- - lib/mpxj/rtfparserkit-1.11.0.jar
138
+ - lib/mpxj/rtfparserkit-1.13.0.jar
132
139
  - lib/mpxj/runtime_error.rb
133
140
  - lib/mpxj/sqlite-jdbc-3.8.10.1.jar
134
141
  - lib/mpxj/task.rb