mpxj 15.0.0 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42a41d19457963f47ff3a05b84b10859568768c47f1a4bbd4b7ed1f2dc71ec88
4
- data.tar.gz: 25117e6bbdacd314708a742be66af11ba29db1f1fef3d8201d6e6cec1b92e4b2
3
+ metadata.gz: 41a54c1ae133b6339d3b2466f060eb177addae5e314071ff99712d2eb7a74567
4
+ data.tar.gz: bf5ed33b61558aa3a14713c8be6fb460f73094ac840d39cfe2651fbf7fa2bb3d
5
5
  SHA512:
6
- metadata.gz: 5c6a7af3425d635502a7b58ff4651d4363f82eddda533801f99b40442bfa9a64a5c9e1ccb9956f11d53cb23c2782ab754f0c01d87e9ac43374cb0bace518eb75
7
- data.tar.gz: 66124785abb02d1d569ea0b485d2ebb77fac7010e1f66f920e78f48c4f1256d884f8ccb8a45ad26161a08f26443604b8d435bec1f18527bed5ec455baf89ed11
6
+ metadata.gz: 752f9dc7e6c362409373267329a10e32927464980ef1c2e6c5088665d3592eeb63a57262dd0fa0a01e0ad5ea1e7ec231008aa77dbb70811450e898dfaa5580b8
7
+ data.tar.gz: dcfa910a343287c85ee6d95ab94763d1f9e17c06e1f24b2d1d98f694bf7d6565225a00920fff3fbec5eca8b137a7bb5052ca170427643239ed6fde5107bc239d
data/lib/mpxj/mpxj.jar CHANGED
Binary file
@@ -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 = "15.0.0"
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: 15.0.0
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-11-24 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
@@ -122,25 +122,25 @@ files:
122
122
  - lib/mpxj/calendar_exception.rb
123
123
  - lib/mpxj/calendar_hours.rb
124
124
  - lib/mpxj/calendar_week.rb
125
- - lib/mpxj/commons-codec-1.19.0.jar
125
+ - lib/mpxj/commons-codec-1.20.0.jar
126
126
  - lib/mpxj/commons-collections4-4.5.0.jar
127
- - lib/mpxj/commons-io-2.20.0.jar
127
+ - lib/mpxj/commons-io-2.21.0.jar
128
128
  - lib/mpxj/commons-lang3-3.18.0.jar
129
129
  - lib/mpxj/commons-logging-1.2.jar
130
130
  - lib/mpxj/commons-math3-3.6.1.jar
131
131
  - lib/mpxj/container.rb
132
132
  - lib/mpxj/istack-commons-runtime-4.0.1.jar
133
133
  - lib/mpxj/jackcess-4.0.10.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
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
143
+ - lib/mpxj/jsoup-1.21.2.jar
144
144
  - lib/mpxj/junit-jupiter-api-5.14.1.jar
145
145
  - lib/mpxj/junit-jupiter-engine-5.14.1.jar
146
146
  - lib/mpxj/junit-platform-commons-1.14.1.jar
@@ -150,7 +150,7 @@ files:
150
150
  - lib/mpxj/mpxj.jar
151
151
  - lib/mpxj/opentest4j-1.3.0.jar
152
152
  - lib/mpxj/password_protected.rb
153
- - lib/mpxj/poi-5.5.0.jar
153
+ - lib/mpxj/poi-5.5.1.jar
154
154
  - lib/mpxj/project.rb
155
155
  - lib/mpxj/properties.rb
156
156
  - lib/mpxj/property_methods.rb
@@ -160,7 +160,7 @@ files:
160
160
  - lib/mpxj/resource_methods.rb
161
161
  - lib/mpxj/rtfparserkit-1.16.0.jar
162
162
  - lib/mpxj/runtime_error.rb
163
- - lib/mpxj/sqlite-jdbc-3.50.2.0.jar
163
+ - lib/mpxj/sqlite-jdbc-3.51.1.0.jar
164
164
  - lib/mpxj/task.rb
165
165
  - lib/mpxj/task_methods.rb
166
166
  - lib/mpxj/txw2-3.0.2.jar