mpxj 12.1.3 → 12.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 +4 -4
- data/lib/mpxj/mpxj.jar +0 -0
- data/lib/mpxj/resource_methods.rb +16 -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: 34ad4994a73bbc9e1d6e8896941330f40ca15fc190f65230930bd56c9598fb5a
|
|
4
|
+
data.tar.gz: be8dd00f101038e05c5dffc82a1828f053f85cc94cbcf6ead9e21fdffd8a634b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 08fe7d02d1fca80f23e31fa085a594d7caefc8da5b14f6f99d92b2d3c4e5f599600e8ea4dd7e0420d76929e8bbb60929a2066e48af5814949e06c1d0d1ffe566
|
|
7
|
+
data.tar.gz: 7e8367d03e7b427ca88642dd4550364c276c08baba448fbd84c0c2aafd62a8d13cd489284ed8f8d0b5c966b1c2cac903f208bbf0507f51336a80f600d488823b
|
data/lib/mpxj/mpxj.jar
CHANGED
|
Binary file
|
|
@@ -914,6 +914,13 @@ module MPXJ
|
|
|
914
914
|
attribute_values['default_assignment_owner']
|
|
915
915
|
end
|
|
916
916
|
|
|
917
|
+
# Retrieve the Default Units value
|
|
918
|
+
#
|
|
919
|
+
# @return Default Units value
|
|
920
|
+
def default_units
|
|
921
|
+
get_float_value(attribute_values['default_units'])
|
|
922
|
+
end
|
|
923
|
+
|
|
917
924
|
# Retrieve the Description value
|
|
918
925
|
#
|
|
919
926
|
# @return Description value
|
|
@@ -3819,6 +3826,13 @@ module MPXJ
|
|
|
3819
3826
|
attribute_values['unit']
|
|
3820
3827
|
end
|
|
3821
3828
|
|
|
3829
|
+
# Retrieve the Unit of Measure Unique ID value
|
|
3830
|
+
#
|
|
3831
|
+
# @return Unit of Measure Unique ID value
|
|
3832
|
+
def unit_of_measure_unique_id
|
|
3833
|
+
get_integer_value(attribute_values['unit_of_measure_unique_id'])
|
|
3834
|
+
end
|
|
3835
|
+
|
|
3822
3836
|
# Retrieve the Update Needed value
|
|
3823
3837
|
#
|
|
3824
3838
|
# @return Update Needed value
|
|
@@ -4006,6 +4020,7 @@ module MPXJ
|
|
|
4006
4020
|
'date8' => :date,
|
|
4007
4021
|
'date9' => :date,
|
|
4008
4022
|
'default_assignment_owner' => :string,
|
|
4023
|
+
'default_units' => :units,
|
|
4009
4024
|
'description' => :string,
|
|
4010
4025
|
'duration1' => :duration,
|
|
4011
4026
|
'duration10' => :duration,
|
|
@@ -4421,6 +4436,7 @@ module MPXJ
|
|
|
4421
4436
|
'unavailable' => :string,
|
|
4422
4437
|
'unique_id' => :integer,
|
|
4423
4438
|
'unit' => :string,
|
|
4439
|
+
'unit_of_measure_unique_id' => :integer,
|
|
4424
4440
|
'update_needed' => :boolean,
|
|
4425
4441
|
'vac' => :currency,
|
|
4426
4442
|
'wbs' => :string,
|
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: 12.
|
|
4
|
+
version: 12.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: 2023-
|
|
11
|
+
date: 2023-10-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|