mpxj 15.2.0 → 15.3.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 +4 -4
- data/lib/mpxj/assignment_methods.rb +40 -0
- data/lib/mpxj/mpxj.jar +0 -0
- data/lib/mpxj/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbb075ad293c9eced2736dbb9a3830ddc20238b2db6265dd56840b46ff813f2f
|
|
4
|
+
data.tar.gz: 547ef3fbb568d45309ee5a3eeac1642498042b483dfb8b6b3707e21e3fd0a4b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2de98207398c7ea5fee0550713fbaeb6d0a1b57895f8d05d97ac7415f5b4d7c457ba4693a8a834d9711b51326c95a570423b40683b03b7b9c731002b05d632c
|
|
7
|
+
data.tar.gz: 133f1adcdb5458bf29b93884f2cd351b53b42c47d80e4b4ab16a735fc3b0c2c780aa008ab4315ea81ce310bce7dbfc314e2ad4bd7afe641ebc77d0e764d3f358
|
|
@@ -3301,6 +3301,20 @@ module MPXJ
|
|
|
3301
3301
|
attribute_values['text9']
|
|
3302
3302
|
end
|
|
3303
3303
|
|
|
3304
|
+
# Retrieve the Timephased Actual Cost value
|
|
3305
|
+
#
|
|
3306
|
+
# @return Timephased Actual Cost value
|
|
3307
|
+
def timephased_actual_cost
|
|
3308
|
+
attribute_values['timephased_actual_cost']
|
|
3309
|
+
end
|
|
3310
|
+
|
|
3311
|
+
# Retrieve the Timephased Actual Irregular Work value
|
|
3312
|
+
#
|
|
3313
|
+
# @return Timephased Actual Irregular Work value
|
|
3314
|
+
def timephased_actual_irregular_work
|
|
3315
|
+
attribute_values['timephased_actual_irregular_work']
|
|
3316
|
+
end
|
|
3317
|
+
|
|
3304
3318
|
# Retrieve the Timephased Actual Overtime Work value
|
|
3305
3319
|
#
|
|
3306
3320
|
# @return Timephased Actual Overtime Work value
|
|
@@ -3469,6 +3483,27 @@ module MPXJ
|
|
|
3469
3483
|
attribute_values['timephased_baseline_work']
|
|
3470
3484
|
end
|
|
3471
3485
|
|
|
3486
|
+
# Retrieve the Timephased Cost value
|
|
3487
|
+
#
|
|
3488
|
+
# @return Timephased Cost value
|
|
3489
|
+
def timephased_cost
|
|
3490
|
+
attribute_values['timephased_cost']
|
|
3491
|
+
end
|
|
3492
|
+
|
|
3493
|
+
# Retrieve the Timephased Overtime Work value
|
|
3494
|
+
#
|
|
3495
|
+
# @return Timephased Overtime Work value
|
|
3496
|
+
def timephased_overtime_work
|
|
3497
|
+
attribute_values['timephased_overtime_work']
|
|
3498
|
+
end
|
|
3499
|
+
|
|
3500
|
+
# Retrieve the Timephased Planned Work value
|
|
3501
|
+
#
|
|
3502
|
+
# @return Timephased Planned Work value
|
|
3503
|
+
def timephased_planned_work
|
|
3504
|
+
attribute_values['timephased_planned_work']
|
|
3505
|
+
end
|
|
3506
|
+
|
|
3472
3507
|
# Retrieve the Timephased Work value
|
|
3473
3508
|
#
|
|
3474
3509
|
# @return Timephased Work value
|
|
@@ -4011,6 +4046,8 @@ module MPXJ
|
|
|
4011
4046
|
'text7' => :string,
|
|
4012
4047
|
'text8' => :string,
|
|
4013
4048
|
'text9' => :string,
|
|
4049
|
+
'timephased_actual_cost' => :binary,
|
|
4050
|
+
'timephased_actual_irregular_work' => :binary,
|
|
4014
4051
|
'timephased_actual_overtime_work' => :binary,
|
|
4015
4052
|
'timephased_actual_work' => :binary,
|
|
4016
4053
|
'timephased_baseline10_cost' => :binary,
|
|
@@ -4035,6 +4072,9 @@ module MPXJ
|
|
|
4035
4072
|
'timephased_baseline9_work' => :binary,
|
|
4036
4073
|
'timephased_baseline_cost' => :binary,
|
|
4037
4074
|
'timephased_baseline_work' => :binary,
|
|
4075
|
+
'timephased_cost' => :binary,
|
|
4076
|
+
'timephased_overtime_work' => :binary,
|
|
4077
|
+
'timephased_planned_work' => :binary,
|
|
4038
4078
|
'timephased_work' => :binary,
|
|
4039
4079
|
'unavailable' => :string,
|
|
4040
4080
|
'unique_id' => :integer,
|
data/lib/mpxj/mpxj.jar
CHANGED
|
Binary file
|
data/lib/mpxj/version.rb
CHANGED
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.
|
|
4
|
+
version: 15.3.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: 2026-
|
|
11
|
+
date: 2026-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|