mpxj 9.5.1 → 9.5.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2cbb6e797c98d9b66ed68811c2768b2dc10fa9bec016ddb821df90fc5914bc1
4
- data.tar.gz: 5a1a97d5d7978a215218e06121e703bfd898d25d8bf21a8686b3236a19912478
3
+ metadata.gz: 61053ddd28bff81063cde946b173a89e3f02a74a2dc6100ba0967b8ec5406ade
4
+ data.tar.gz: 6399885bba5b2cda4bc4305ff95f935f89bb8143890bff44beaa450131808af8
5
5
  SHA512:
6
- metadata.gz: 048b90fc52fced57f0496c08ae650fe44d1a935da2cc0fecffddffbf3709547be9aae3fa9dfb6aca9fe393a240139f0cf3876299142822ab2631079ce2ce2e7d
7
- data.tar.gz: 2a30a2f383f4763983a197982e7397c1970fc2f71dcd38bf687c29029f5b96e6c0feb1090e5249c28d7e823a95d39abbb6e3d31b5b5974bdf33f36abb98131db
6
+ metadata.gz: 3ba5ee0ef5a43384fe9547f1d88b4f410969e39a9cddc8f4d08dde98ffed0ca63504ecda7aea27fcc5b3997e4c42be2ddd587144088180559cec6bb620ee7542
7
+ data.tar.gz: 0c2dbafc9b82b3f3080f61731c6ea25a5904559380ad9ae9d27b50360a8531f217e4f95fbe3a13eff3606a73145368b8ef16bf175196b8aff8d62b0f6260a772
Binary file
data/lib/mpxj/mpxj.jar CHANGED
Binary file
@@ -2100,6 +2100,13 @@ module MPXJ
2100
2100
  get_boolean_value(attribute_values['multiple_critical_paths'])
2101
2101
  end
2102
2102
 
2103
+ # Retrieve the Must Finish By value
2104
+ #
2105
+ # @return Must Finish By value
2106
+ def must_finish_by
2107
+ get_date_value(attribute_values['must_finish_by'])
2108
+ end
2109
+
2103
2110
  # Retrieve the Name value
2104
2111
  #
2105
2112
  # @return Name value
@@ -5999,6 +5999,20 @@ module MPXJ
5999
5999
  attribute_values['expense_items']
6000
6000
  end
6001
6001
 
6002
+ # Retrieve the External Early Start value
6003
+ #
6004
+ # @return External Early Start value
6005
+ def external_early_start
6006
+ get_date_value(attribute_values['external_early_start'])
6007
+ end
6008
+
6009
+ # Retrieve the External Late Finish value
6010
+ #
6011
+ # @return External Late Finish value
6012
+ def external_late_finish
6013
+ get_date_value(attribute_values['external_late_finish'])
6014
+ end
6015
+
6002
6016
  # Retrieve the External Task value
6003
6017
  #
6004
6018
  # @return External Task value
@@ -6454,6 +6468,13 @@ module MPXJ
6454
6468
  get_boolean_value(attribute_values['linked_fields'])
6455
6469
  end
6456
6470
 
6471
+ # Retrieve the Longest Path value
6472
+ #
6473
+ # @return Longest Path value
6474
+ def longest_path
6475
+ get_boolean_value(attribute_values['longest_path'])
6476
+ end
6477
+
6457
6478
  # Retrieve the Mail value
6458
6479
  #
6459
6480
  # @return Mail value
@@ -7532,13 +7553,6 @@ module MPXJ
7532
7553
  attribute_values['splits']
7533
7554
  end
7534
7555
 
7535
- # Retrieve the Splits Complete value
7536
- #
7537
- # @return Splits Complete value
7538
- def splits_complete
7539
- get_date_value(attribute_values['splits_complete'])
7540
- end
7541
-
7542
7556
  # Retrieve the Sprint value
7543
7557
  #
7544
7558
  # @return Sprint value
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 = "9.5.1"
4
+ VERSION = "9.5.2"
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: 9.5.1
4
+ version: 9.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Iles
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-07-02 00:00:00.000000000 Z
11
+ date: 2021-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -130,7 +130,7 @@ files:
130
130
  - lib/mpxj/jaxb-runtime-2.3.2.jar
131
131
  - lib/mpxj/jgoodies-binding-2.13.0.jar
132
132
  - lib/mpxj/jgoodies-common-1.8.1.jar
133
- - lib/mpxj/jsoup-1.13.1.jar
133
+ - lib/mpxj/jsoup-1.14.2.jar
134
134
  - lib/mpxj/junit-4.13.1.jar
135
135
  - lib/mpxj/mpxj.jar
136
136
  - lib/mpxj/password_protected.rb
Binary file