mpxj 10.2.0 → 10.3.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 +0 -8
- data/lib/mpxj/task_methods.rb +0 -8
- 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: fa72c01e41bff7b8a4248e716afa769f8ee100cdca55bc457a87e35e915fcab6
|
4
|
+
data.tar.gz: a060674473f1303626669f9e43d1d3a1395c321acd04f1fd17576f9a3d590827
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99f2b2a71f3a68e1c7c2ad82e9ad7707b255143cd152791e1bb1da4bd310090f3f44af70713f23193108d8f2ddf37d218b80ab27520f709275eb824c67047063
|
7
|
+
data.tar.gz: 9e78ae95e238ddfa1694ca25a65c6720935e1c3fe00efd4c7da5550d609022e0bff7ed07a8f7a88046058ac153d29581f2d164b53ba6cec8e3df9254a0eb5455
|
data/lib/mpxj/mpxj.jar
CHANGED
Binary file
|
@@ -641,13 +641,6 @@ module MPXJ
|
|
641
641
|
get_duration_value(attribute_values['budget_work'])
|
642
642
|
end
|
643
643
|
|
644
|
-
# Retrieve the Calendar value
|
645
|
-
#
|
646
|
-
# @return Calendar value
|
647
|
-
def calendar
|
648
|
-
attribute_values['calendar']
|
649
|
-
end
|
650
|
-
|
651
644
|
# Retrieve the Calendar GUID value
|
652
645
|
#
|
653
646
|
# @return Calendar GUID value
|
@@ -4303,7 +4296,6 @@ module MPXJ
|
|
4303
4296
|
'budget' => :boolean,
|
4304
4297
|
'budget_cost' => :currency,
|
4305
4298
|
'budget_work' => :work,
|
4306
|
-
'calendar' => :binary,
|
4307
4299
|
'calendar_guid' => :guid,
|
4308
4300
|
'calendar_unique_id' => :integer,
|
4309
4301
|
'can_level' => :boolean,
|
data/lib/mpxj/task_methods.rb
CHANGED
@@ -1425,13 +1425,6 @@ module MPXJ
|
|
1425
1425
|
get_duration_value(attribute_values['budget_work'])
|
1426
1426
|
end
|
1427
1427
|
|
1428
|
-
# Retrieve the Task Calendar value
|
1429
|
-
#
|
1430
|
-
# @return Task Calendar value
|
1431
|
-
def calendar
|
1432
|
-
attribute_values['calendar']
|
1433
|
-
end
|
1434
|
-
|
1435
1428
|
# Retrieve the Calendar Unique ID value
|
1436
1429
|
#
|
1437
1430
|
# @return Calendar Unique ID value
|
@@ -8384,7 +8377,6 @@ module MPXJ
|
|
8384
8377
|
'board_status_id' => :integer,
|
8385
8378
|
'budget_cost' => :currency,
|
8386
8379
|
'budget_work' => :work,
|
8387
|
-
'calendar' => :binary,
|
8388
8380
|
'calendar_unique_id' => :integer,
|
8389
8381
|
'category_of_work' => :string,
|
8390
8382
|
'complete_through' => :date,
|
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.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: 2022-
|
11
|
+
date: 2022-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|