mpxj 13.4.1 → 13.5.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of mpxj might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/lib/mpxj/mpxj.jar +0 -0
- data/lib/mpxj/resource_methods.rb +8 -0
- data/lib/mpxj/task_methods.rb +24 -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: 52be2f22da175cc36cefb522c38fe00023e9cb637ad3e28775afea8875187a16
|
4
|
+
data.tar.gz: d0af94ac73697309eff8f067e3bd52f7d87ad62ce40719bca27b76c1d1855a5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 793a6e86a174dc464235a95f4ff491a4ea442c5a57f61ef098091ec222dad816fbf6686d345bc787efac9d1f8e469dd1c98b66fd436f9c977877d07cfd6bb25f
|
7
|
+
data.tar.gz: fa1d16785cec544afd53b6a291a0e55d5cbaac7411d654ae36662875d39cd4a558c03849e6e0df3b139e3b8f39a2979c37a688a45b0836691782f2036522d5b0
|
data/lib/mpxj/mpxj.jar
CHANGED
Binary file
|
@@ -3329,6 +3329,13 @@ module MPXJ
|
|
3329
3329
|
get_float_value(attribute_values['pool'])
|
3330
3330
|
end
|
3331
3331
|
|
3332
|
+
# Retrieve the Primary Role Unique ID value
|
3333
|
+
#
|
3334
|
+
# @return Primary Role Unique ID value
|
3335
|
+
def primary_role_unique_id
|
3336
|
+
get_integer_value(attribute_values['primary_role_unique_id'])
|
3337
|
+
end
|
3338
|
+
|
3332
3339
|
# Retrieve the Priority value
|
3333
3340
|
#
|
3334
3341
|
# @return Priority value
|
@@ -4372,6 +4379,7 @@ module MPXJ
|
|
4372
4379
|
'phone' => :string,
|
4373
4380
|
'phonetics' => :string,
|
4374
4381
|
'pool' => :numeric,
|
4382
|
+
'primary_role_unique_id' => :integer,
|
4375
4383
|
'priority' => :numeric,
|
4376
4384
|
'project' => :string,
|
4377
4385
|
'proposed_finish' => :date,
|
data/lib/mpxj/task_methods.rb
CHANGED
@@ -6234,6 +6234,20 @@ module MPXJ
|
|
6234
6234
|
get_integer_value(attribute_values['sequence_number'])
|
6235
6235
|
end
|
6236
6236
|
|
6237
|
+
# Retrieve the Show Duration Text value
|
6238
|
+
#
|
6239
|
+
# @return Show Duration Text value
|
6240
|
+
def show_duration_text
|
6241
|
+
get_boolean_value(attribute_values['show_duration_text'])
|
6242
|
+
end
|
6243
|
+
|
6244
|
+
# Retrieve the Show Finish Text value
|
6245
|
+
#
|
6246
|
+
# @return Show Finish Text value
|
6247
|
+
def show_finish_text
|
6248
|
+
get_boolean_value(attribute_values['show_finish_text'])
|
6249
|
+
end
|
6250
|
+
|
6237
6251
|
# Retrieve the Show On Board value
|
6238
6252
|
#
|
6239
6253
|
# @return Show On Board value
|
@@ -6241,6 +6255,13 @@ module MPXJ
|
|
6241
6255
|
attribute_values['show_on_board']
|
6242
6256
|
end
|
6243
6257
|
|
6258
|
+
# Retrieve the Show Start Text value
|
6259
|
+
#
|
6260
|
+
# @return Show Start Text value
|
6261
|
+
def show_start_text
|
6262
|
+
get_boolean_value(attribute_values['show_start_text'])
|
6263
|
+
end
|
6264
|
+
|
6244
6265
|
# Retrieve the SPI value
|
6245
6266
|
#
|
6246
6267
|
# @return SPI value
|
@@ -7769,7 +7790,10 @@ module MPXJ
|
|
7769
7790
|
'secondary_constraint_type' => :constraint,
|
7770
7791
|
'section' => :string,
|
7771
7792
|
'sequence_number' => :integer,
|
7793
|
+
'show_duration_text' => :boolean,
|
7794
|
+
'show_finish_text' => :boolean,
|
7772
7795
|
'show_on_board' => :string,
|
7796
|
+
'show_start_text' => :boolean,
|
7773
7797
|
'spi' => :numeric,
|
7774
7798
|
'splits' => :date_range_list,
|
7775
7799
|
'sprint' => :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: 13.
|
4
|
+
version: 13.5.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: 2024-10-
|
11
|
+
date: 2024-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|