mpxj 10.12.0 → 10.13.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 +8 -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: da327b97e39ea3ebbe4c27a38f3e7b71a7692bdd7d556c0de0a11241daf33e4d
|
|
4
|
+
data.tar.gz: 691cc68d1f1efbd12ea0a1c076b97de75b98aafad2c9e4bc73c7f0a410c7a317
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5439c9d4ecb7413957361532df1882fce095c96a7af1dd4aa66af29b1c5fa2353312e771c65902d17cab3366922cec558d12839b73c5405d92947bc713f42c3a
|
|
7
|
+
data.tar.gz: e19270c745115c07e5ca933037484dc7524752af5e83c8cdf727f6751e5dc6e0205ed847422a80bd3112ebef663f64cda9533787ba377cd8e88d029e8552d548
|
|
@@ -676,6 +676,13 @@ module MPXJ
|
|
|
676
676
|
get_float_value(attribute_values['cost9'])
|
|
677
677
|
end
|
|
678
678
|
|
|
679
|
+
# Retrieve the Cost Account ID value
|
|
680
|
+
#
|
|
681
|
+
# @return Cost Account ID value
|
|
682
|
+
def cost_account_unique_id
|
|
683
|
+
get_integer_value(attribute_values['cost_account_unique_id'])
|
|
684
|
+
end
|
|
685
|
+
|
|
679
686
|
# Retrieve the Cost Rate Table value
|
|
680
687
|
#
|
|
681
688
|
# @return Cost Rate Table value
|
|
@@ -3937,6 +3944,7 @@ module MPXJ
|
|
|
3937
3944
|
'cost7' => :currency,
|
|
3938
3945
|
'cost8' => :currency,
|
|
3939
3946
|
'cost9' => :currency,
|
|
3947
|
+
'cost_account_unique_id' => :integer,
|
|
3940
3948
|
'cost_rate_table' => :short,
|
|
3941
3949
|
'cost_variance' => :currency,
|
|
3942
3950
|
'created' => :date,
|
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: 10.
|
|
4
|
+
version: 10.13.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: 2022-11-
|
|
11
|
+
date: 2022-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|