mpxj 14.0.0 → 14.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5db1ee3e3e398451bbcc53704196984abc8b211f8a0f4e076fbeab2651d86e5b
4
- data.tar.gz: fbab219675f045907b08abadd33fa5ace04d79d29c7360d144da53172040e4cc
3
+ metadata.gz: a646bcc107c7270a7fc64145c5f8b2b0637dd740f7c319956bc0f5cf29917acb
4
+ data.tar.gz: cd2e6c9ea99a91a727dbbb6d1c7afac1d86cc74c92a8ccb719e51609c3107934
5
5
  SHA512:
6
- metadata.gz: ee12a621bb5c253d81696bd0e22e4dfb5c3115fd65d8f0b8743931c6b3bb0074168825e416543749b7affa8bd90d9dd50dfdd45a25dd4480b13af234ff94d88c
7
- data.tar.gz: 4ee5650f5a99bc7c50692b35b077404d8fe701ebdc6739429f5026f37e54c57d484bcd814b221fc9b1e2a230314f9f5308c365c5c8feb446c5c6b7936f39233a
6
+ metadata.gz: 71254939197f969b8c737bd83d89d77ff3b4a2b12032472b0f6099b977cdca947f0ababbeacee30a84092f83cdf6536b7b4ef7f5719f076ee0c9fd80bc175cf5
7
+ data.tar.gz: 8c3de8e9b2d8e0c9325bf39a5cb321049ca61d8294e4d9d2d8f9993118e0ecdcdd55c2b0f0f5c34d639177396e4adf67145bfd4b1d6a102966187de30563b7ef
Binary file
Binary file
Binary file
data/lib/mpxj/mpxj.jar CHANGED
Binary file
@@ -585,6 +585,20 @@ module MPXJ
585
585
  get_integer_value(attribute_values['editing_time'])
586
586
  end
587
587
 
588
+ # Retrieve the Enable Publication value
589
+ #
590
+ # @return Enable Publication value
591
+ def enable_publication
592
+ get_boolean_value(attribute_values['enable_publication'])
593
+ end
594
+
595
+ # Retrieve the Enable Summarization value
596
+ #
597
+ # @return Enable Summarization value
598
+ def enable_summarization
599
+ get_boolean_value(attribute_values['enable_summarization'])
600
+ end
601
+
588
602
  # Retrieve the Export Flag value
589
603
  #
590
604
  # @return Export Flag value
@@ -1313,6 +1327,8 @@ module MPXJ
1313
1327
  'earned_value_method' => :earned_value_method,
1314
1328
  'editable_actual_costs' => :boolean,
1315
1329
  'editing_time' => :integer,
1330
+ 'enable_publication' => :boolean,
1331
+ 'enable_summarization' => :boolean,
1316
1332
  'export_flag' => :boolean,
1317
1333
  'extended_creation_date' => :date,
1318
1334
  'file_application' => :string,
data/lib/mpxj/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # MPXJ gem module
2
2
  module MPXJ
3
3
  # MPXJ gem version number
4
- VERSION = "14.0.0"
4
+ VERSION = "14.2.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: 14.0.0
4
+ version: 14.2.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: 2025-05-07 00:00:00.000000000 Z
11
+ date: 2025-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -121,7 +121,7 @@ files:
121
121
  - lib/mpxj/calendar_exception.rb
122
122
  - lib/mpxj/calendar_hours.rb
123
123
  - lib/mpxj/calendar_week.rb
124
- - lib/mpxj/commons-codec-1.17.1.jar
124
+ - lib/mpxj/commons-codec-1.18.0.jar
125
125
  - lib/mpxj/commons-collections4-4.4.jar
126
126
  - lib/mpxj/commons-io-2.18.0.jar
127
127
  - lib/mpxj/commons-lang3-3.10.jar
@@ -130,19 +130,20 @@ files:
130
130
  - lib/mpxj/container.rb
131
131
  - lib/mpxj/hamcrest-core-1.3.jar
132
132
  - lib/mpxj/istack-commons-runtime-4.0.1.jar
133
- - lib/mpxj/jackcess-4.0.1.jar
133
+ - lib/mpxj/jackcess-4.0.8.jar
134
+ - lib/mpxj/jackson-core-2.19.1.jar
134
135
  - lib/mpxj/jakarta.activation-2.0.1.jar
135
136
  - lib/mpxj/jakarta.xml.bind-api-3.0.1.jar
136
137
  - lib/mpxj/jaxb-core-3.0.2.jar
137
138
  - lib/mpxj/jaxb-runtime-3.0.2.jar
138
139
  - lib/mpxj/jgoodies-binding-2.13.0.jar
139
140
  - lib/mpxj/jgoodies-common-1.8.1.jar
140
- - lib/mpxj/jsoup-1.15.3.jar
141
+ - lib/mpxj/jsoup-1.21.1.jar
141
142
  - lib/mpxj/junit-4.13.1.jar
142
143
  - lib/mpxj/log4j-api-2.24.3.jar
143
144
  - lib/mpxj/mpxj.jar
144
145
  - lib/mpxj/password_protected.rb
145
- - lib/mpxj/poi-5.4.0.jar
146
+ - lib/mpxj/poi-5.4.1.jar
146
147
  - lib/mpxj/project.rb
147
148
  - lib/mpxj/properties.rb
148
149
  - lib/mpxj/property_methods.rb
@@ -152,7 +153,7 @@ files:
152
153
  - lib/mpxj/resource_methods.rb
153
154
  - lib/mpxj/rtfparserkit-1.16.0.jar
154
155
  - lib/mpxj/runtime_error.rb
155
- - lib/mpxj/sqlite-jdbc-3.42.0.0.jar
156
+ - lib/mpxj/sqlite-jdbc-3.50.2.0.jar
156
157
  - lib/mpxj/task.rb
157
158
  - lib/mpxj/task_methods.rb
158
159
  - lib/mpxj/txw2-3.0.2.jar
Binary file
Binary file