mpxj 14.5.2 → 15.1.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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mpxj/apiguardian-api-1.1.2.jar +0 -0
  3. data/lib/mpxj/commons-codec-1.20.0.jar +0 -0
  4. data/lib/mpxj/commons-collections4-4.5.0.jar +0 -0
  5. data/lib/mpxj/commons-io-2.21.0.jar +0 -0
  6. data/lib/mpxj/commons-lang3-3.18.0.jar +0 -0
  7. data/lib/mpxj/{jackcess-4.0.8.jar → jackcess-4.0.10.jar} +0 -0
  8. data/lib/mpxj/jackson-annotations-2.20.jar +0 -0
  9. data/lib/mpxj/{jackson-core-2.19.1.jar → jackson-core-2.20.1.jar} +0 -0
  10. data/lib/mpxj/{jackson-databind-2.19.1.jar → jackson-databind-2.20.1.jar} +0 -0
  11. data/lib/mpxj/{jsoup-1.21.1.jar → jsoup-1.21.2.jar} +0 -0
  12. data/lib/mpxj/junit-jupiter-api-5.14.1.jar +0 -0
  13. data/lib/mpxj/junit-jupiter-engine-5.14.1.jar +0 -0
  14. data/lib/mpxj/junit-platform-commons-1.14.1.jar +0 -0
  15. data/lib/mpxj/junit-platform-engine-1.14.1.jar +0 -0
  16. data/lib/mpxj/junit-platform-launcher-1.14.1.jar +0 -0
  17. data/lib/mpxj/mpxj.jar +0 -0
  18. data/lib/mpxj/opentest4j-1.3.0.jar +0 -0
  19. data/lib/mpxj/{poi-5.4.1.jar → poi-5.5.1.jar} +0 -0
  20. data/lib/mpxj/property_methods.rb +24 -0
  21. data/lib/mpxj/{sqlite-jdbc-3.50.2.0.jar → sqlite-jdbc-3.51.1.0.jar} +0 -0
  22. data/lib/mpxj/task_methods.rb +32 -0
  23. data/lib/mpxj/version.rb +1 -1
  24. metadata +20 -15
  25. data/lib/mpxj/commons-codec-1.18.0.jar +0 -0
  26. data/lib/mpxj/commons-collections4-4.4.jar +0 -0
  27. data/lib/mpxj/commons-io-2.18.0.jar +0 -0
  28. data/lib/mpxj/commons-lang3-3.19.0.jar +0 -0
  29. data/lib/mpxj/hamcrest-core-1.3.jar +0 -0
  30. data/lib/mpxj/jackson-annotations-2.19.1.jar +0 -0
  31. data/lib/mpxj/junit-4.13.1.jar +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78ba6a6b8ee2ec42e2a7cc93f22b7a1b90dfb49cec83cf2dff5f0f1ef77cd8c4
4
- data.tar.gz: 2491a05f7319946ab840577bd020c1d724f969d59bc6cc87c820263efbbe1249
3
+ metadata.gz: 41a54c1ae133b6339d3b2466f060eb177addae5e314071ff99712d2eb7a74567
4
+ data.tar.gz: bf5ed33b61558aa3a14713c8be6fb460f73094ac840d39cfe2651fbf7fa2bb3d
5
5
  SHA512:
6
- metadata.gz: 679cca05561580cc80b50276c26ee36af2e405e2e9ac97de5c7ebd2dfe3ac38f111c540dd2f4ca146ed1192d89490aa38decbe05440aed7fedc1bfae47faefb4
7
- data.tar.gz: 80895852a10eab180eb843a865d010036e5182a812bb03d8b43a0d2e820a2bdddfef76cbf7d8284fe7150fd1f7afcab79f75f86c9aa713fa728e13972806456b
6
+ metadata.gz: 752f9dc7e6c362409373267329a10e32927464980ef1c2e6c5088665d3592eeb63a57262dd0fa0a01e0ad5ea1e7ec231008aa77dbb70811450e898dfaa5580b8
7
+ data.tar.gz: dcfa910a343287c85ee6d95ab94763d1f9e17c06e1f24b2d1d98f694bf7d6565225a00920fff3fbec5eca8b137a7bb5052ca170427643239ed6fde5107bc239d
Binary file
Binary file
Binary file
Binary file
data/lib/mpxj/mpxj.jar CHANGED
Binary file
Binary file
@@ -4,6 +4,13 @@ module MPXJ
4
4
  base.extend(PropertyClassMethods)
5
5
  end
6
6
 
7
+ # Retrieve the Activity Default Calendar Unique ID value
8
+ #
9
+ # @return Activity Default Calendar Unique ID value
10
+ def activity_default_calendar_unique_id
11
+ get_integer_value(attribute_values['activity_default_calendar_unique_id'])
12
+ end
13
+
7
14
  # Retrieve the Activity ID Increment value
8
15
  #
9
16
  # @return Activity ID Increment value
@@ -32,6 +39,13 @@ module MPXJ
32
39
  get_integer_value(attribute_values['activity_id_suffix'])
33
40
  end
34
41
 
42
+ # Retrieve the Activity Percent Complete Based On Activity Steps value
43
+ #
44
+ # @return Activity Percent Complete Based On Activity Steps value
45
+ def activity_percent_complete_based_on_activity_steps
46
+ get_boolean_value(attribute_values['activity_percent_complete_based_on_activity_steps'])
47
+ end
48
+
35
49
  # Retrieve the Actuals In Sync value
36
50
  #
37
51
  # @return Actuals In Sync value
@@ -739,6 +753,13 @@ module MPXJ
739
753
  get_date_value(attribute_values['last_saved'])
740
754
  end
741
755
 
756
+ # Retrieve the Last Scheduled Date value
757
+ #
758
+ # @return Last Scheduled Date value
759
+ def last_scheduled_date
760
+ get_date_value(attribute_values['last_scheduled_date'])
761
+ end
762
+
742
763
  # Retrieve the Leveling Priorities value
743
764
  #
744
765
  # @return Leveling Priorities value
@@ -1244,10 +1265,12 @@ module MPXJ
1244
1265
  end
1245
1266
 
1246
1267
  ATTRIBUTE_TYPES = {
1268
+ 'activity_default_calendar_unique_id' => :integer,
1247
1269
  'activity_id_increment' => :integer,
1248
1270
  'activity_id_increment_based_on_selected_activity' => :boolean,
1249
1271
  'activity_id_prefix' => :string,
1250
1272
  'activity_id_suffix' => :integer,
1273
+ 'activity_percent_complete_based_on_activity_steps' => :boolean,
1251
1274
  'actuals_in_sync' => :boolean,
1252
1275
  'actual_cost' => :currency,
1253
1276
  'actual_duration' => :duration,
@@ -1349,6 +1372,7 @@ module MPXJ
1349
1372
  'last_author' => :string,
1350
1373
  'last_baseline_update_date' => :date,
1351
1374
  'last_saved' => :date,
1375
+ 'last_scheduled_date' => :date,
1352
1376
  'leveling_priorities' => :string,
1353
1377
  'level_all_resources' => :boolean,
1354
1378
  'level_resources_only_within_activity_total_float' => :boolean,
@@ -165,6 +165,13 @@ module MPXJ
165
165
  attribute_values['assignment_units']
166
166
  end
167
167
 
168
+ # Retrieve the Auto Compute Actuals value
169
+ #
170
+ # @return Auto Compute Actuals value
171
+ def auto_compute_actuals
172
+ get_boolean_value(attribute_values['auto_compute_actuals'])
173
+ end
174
+
168
175
  # Retrieve the Bar Name value
169
176
  #
170
177
  # @return Bar Name value
@@ -4631,6 +4638,13 @@ module MPXJ
4631
4638
  get_boolean_value(attribute_values['estimated'])
4632
4639
  end
4633
4640
 
4641
+ # Retrieve the Estimated Weight value
4642
+ #
4643
+ # @return Estimated Weight value
4644
+ def estimated_weight
4645
+ get_float_value(attribute_values['estimated_weight'])
4646
+ end
4647
+
4634
4648
  # Retrieve the Expanded value
4635
4649
  #
4636
4650
  # @return Expanded value
@@ -5380,6 +5394,13 @@ module MPXJ
5380
5394
  get_float_value(attribute_values['objects'])
5381
5395
  end
5382
5396
 
5397
+ # Retrieve the Original Budget value
5398
+ #
5399
+ # @return Original Budget value
5400
+ def original_budget
5401
+ get_float_value(attribute_values['original_budget'])
5402
+ end
5403
+
5383
5404
  # Retrieve the Outline Code1 value
5384
5405
  #
5385
5406
  # @return Outline Code1 value
@@ -6234,6 +6255,13 @@ module MPXJ
6234
6255
  get_date_value(attribute_values['scheduled_start'])
6235
6256
  end
6236
6257
 
6258
+ # Retrieve the Schedule % Complete value
6259
+ #
6260
+ # @return Schedule % Complete value
6261
+ def schedule_percent_complete
6262
+ get_float_value(attribute_values['schedule_percent_complete'])
6263
+ end
6264
+
6237
6265
  # Retrieve the Secondary Constraint Date value
6238
6266
  #
6239
6267
  # @return Secondary Constraint Date value
@@ -6951,6 +6979,7 @@ module MPXJ
6951
6979
  'assignment_delay' => :string,
6952
6980
  'assignment_owner' => :string,
6953
6981
  'assignment_units' => :string,
6982
+ 'auto_compute_actuals' => :boolean,
6954
6983
  'bar_name' => :string,
6955
6984
  'baseline10_budget_cost' => :currency,
6956
6985
  'baseline10_budget_work' => :work,
@@ -7589,6 +7618,7 @@ module MPXJ
7589
7618
  'enterprise_text9' => :string,
7590
7619
  'error_message' => :string,
7591
7620
  'estimated' => :boolean,
7621
+ 'estimated_weight' => :numeric,
7592
7622
  'expanded' => :boolean,
7593
7623
  'expected_finish' => :date,
7594
7624
  'expense_items' => :expense_item_list,
@@ -7696,6 +7726,7 @@ module MPXJ
7696
7726
  'number8' => :numeric,
7697
7727
  'number9' => :numeric,
7698
7728
  'objects' => :numeric,
7729
+ 'original_budget' => :currency,
7699
7730
  'outline_code1' => :string,
7700
7731
  'outline_code10' => :string,
7701
7732
  'outline_code10_index' => :integer,
@@ -7818,6 +7849,7 @@ module MPXJ
7818
7849
  'scheduled_duration' => :duration,
7819
7850
  'scheduled_finish' => :date,
7820
7851
  'scheduled_start' => :date,
7852
+ 'schedule_percent_complete' => :percentage,
7821
7853
  'secondary_constraint_date' => :date,
7822
7854
  'secondary_constraint_type' => :constraint,
7823
7855
  'section' => :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.5.2"
4
+ VERSION = "15.1.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.5.2
4
+ version: 15.1.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-10-22 00:00:00.000000000 Z
11
+ date: 2025-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -113,6 +113,7 @@ files:
113
113
  - legal/licence.txt
114
114
  - lib/mpxj.rb
115
115
  - lib/mpxj/SparseBitSet-1.3.jar
116
+ - lib/mpxj/apiguardian-api-1.1.2.jar
116
117
  - lib/mpxj/argument_error.rb
117
118
  - lib/mpxj/assignment.rb
118
119
  - lib/mpxj/assignment_methods.rb
@@ -121,31 +122,35 @@ files:
121
122
  - lib/mpxj/calendar_exception.rb
122
123
  - lib/mpxj/calendar_hours.rb
123
124
  - lib/mpxj/calendar_week.rb
124
- - lib/mpxj/commons-codec-1.18.0.jar
125
- - lib/mpxj/commons-collections4-4.4.jar
126
- - lib/mpxj/commons-io-2.18.0.jar
127
- - lib/mpxj/commons-lang3-3.19.0.jar
125
+ - lib/mpxj/commons-codec-1.20.0.jar
126
+ - lib/mpxj/commons-collections4-4.5.0.jar
127
+ - lib/mpxj/commons-io-2.21.0.jar
128
+ - lib/mpxj/commons-lang3-3.18.0.jar
128
129
  - lib/mpxj/commons-logging-1.2.jar
129
130
  - lib/mpxj/commons-math3-3.6.1.jar
130
131
  - lib/mpxj/container.rb
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.8.jar
134
- - lib/mpxj/jackson-annotations-2.19.1.jar
135
- - lib/mpxj/jackson-core-2.19.1.jar
136
- - lib/mpxj/jackson-databind-2.19.1.jar
133
+ - lib/mpxj/jackcess-4.0.10.jar
134
+ - lib/mpxj/jackson-annotations-2.20.jar
135
+ - lib/mpxj/jackson-core-2.20.1.jar
136
+ - lib/mpxj/jackson-databind-2.20.1.jar
137
137
  - lib/mpxj/jakarta.activation-2.0.1.jar
138
138
  - lib/mpxj/jakarta.xml.bind-api-3.0.1.jar
139
139
  - lib/mpxj/jaxb-core-3.0.2.jar
140
140
  - lib/mpxj/jaxb-runtime-3.0.2.jar
141
141
  - lib/mpxj/jgoodies-binding-2.13.0.jar
142
142
  - lib/mpxj/jgoodies-common-1.8.1.jar
143
- - lib/mpxj/jsoup-1.21.1.jar
144
- - lib/mpxj/junit-4.13.1.jar
143
+ - lib/mpxj/jsoup-1.21.2.jar
144
+ - lib/mpxj/junit-jupiter-api-5.14.1.jar
145
+ - lib/mpxj/junit-jupiter-engine-5.14.1.jar
146
+ - lib/mpxj/junit-platform-commons-1.14.1.jar
147
+ - lib/mpxj/junit-platform-engine-1.14.1.jar
148
+ - lib/mpxj/junit-platform-launcher-1.14.1.jar
145
149
  - lib/mpxj/log4j-api-2.24.3.jar
146
150
  - lib/mpxj/mpxj.jar
151
+ - lib/mpxj/opentest4j-1.3.0.jar
147
152
  - lib/mpxj/password_protected.rb
148
- - lib/mpxj/poi-5.4.1.jar
153
+ - lib/mpxj/poi-5.5.1.jar
149
154
  - lib/mpxj/project.rb
150
155
  - lib/mpxj/properties.rb
151
156
  - lib/mpxj/property_methods.rb
@@ -155,7 +160,7 @@ files:
155
160
  - lib/mpxj/resource_methods.rb
156
161
  - lib/mpxj/rtfparserkit-1.16.0.jar
157
162
  - lib/mpxj/runtime_error.rb
158
- - lib/mpxj/sqlite-jdbc-3.50.2.0.jar
163
+ - lib/mpxj/sqlite-jdbc-3.51.1.0.jar
159
164
  - lib/mpxj/task.rb
160
165
  - lib/mpxj/task_methods.rb
161
166
  - lib/mpxj/txw2-3.0.2.jar
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file