mpxj 12.10.2 → 13.0.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/istack-commons-runtime-4.0.1.jar +0 -0
- data/lib/mpxj/jakarta.activation-2.0.1.jar +0 -0
- data/lib/mpxj/jakarta.xml.bind-api-3.0.1.jar +0 -0
- data/lib/mpxj/jaxb-core-3.0.2.jar +0 -0
- data/lib/mpxj/jaxb-runtime-3.0.2.jar +0 -0
- data/lib/mpxj/mpxj.jar +0 -0
- data/lib/mpxj/property_methods.rb +8 -0
- data/lib/mpxj/reader.rb +2 -0
- data/lib/mpxj/txw2-3.0.2.jar +0 -0
- data/lib/mpxj/version.rb +1 -1
- metadata +23 -10
- data/lib/mpxj/FastInfoset-1.2.16.jar +0 -0
- data/lib/mpxj/istack-commons-runtime-3.0.8.jar +0 -0
- data/lib/mpxj/jakarta.activation-api-1.2.1.jar +0 -0
- data/lib/mpxj/jakarta.xml.bind-api-2.3.2.jar +0 -0
- data/lib/mpxj/jaxb-runtime-2.3.2.jar +0 -0
- data/lib/mpxj/stax-ex-1.8.1.jar +0 -0
- data/lib/mpxj/txw2-2.3.2.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19f235f1fa071bf5cffeb6e6db2344f3d46b5384beac65672c82b0b8d0e0f2c2
|
|
4
|
+
data.tar.gz: 3ae4b6addd9ad3dfe3247d572a65c110ae06b750dd3234175cd64b3649d6c0a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2aac507a786d6a839469480a96b097a82d9c1eeac9a18a10bda241ec1efa16131259869a93d2cf362dcfdba2204ad2f0a978afcac99d6e5667c10dbcd70f701
|
|
7
|
+
data.tar.gz: d55af3d0e81f72e2fe5ae04281372c3708c942f8c06d58ea3deb6fd420b23dec1a86115ae6193ffb697bfc7b34d1557c11165f70aba20407e8c980eae7c1cca5
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/mpxj/mpxj.jar
CHANGED
|
Binary file
|
|
@@ -998,6 +998,13 @@ module MPXJ
|
|
|
998
998
|
attribute_values['project_id']
|
|
999
999
|
end
|
|
1000
1000
|
|
|
1001
|
+
# Retrieve the Project Is Baseline value
|
|
1002
|
+
#
|
|
1003
|
+
# @return Project Is Baseline value
|
|
1004
|
+
def project_is_baseline
|
|
1005
|
+
get_boolean_value(attribute_values['project_is_baseline'])
|
|
1006
|
+
end
|
|
1007
|
+
|
|
1001
1008
|
# Retrieve the Project Title value
|
|
1002
1009
|
#
|
|
1003
1010
|
# @return Project Title value
|
|
@@ -1344,6 +1351,7 @@ module MPXJ
|
|
|
1344
1351
|
'project_externally_edited' => :boolean,
|
|
1345
1352
|
'project_file_path' => :string,
|
|
1346
1353
|
'project_id' => :string,
|
|
1354
|
+
'project_is_baseline' => :boolean,
|
|
1347
1355
|
'project_title' => :string,
|
|
1348
1356
|
'relationship_lag_calendar' => :relationship_lag_calendar,
|
|
1349
1357
|
'remove_file_properties' => :boolean,
|
data/lib/mpxj/reader.rb
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:
|
|
4
|
+
version: 13.0.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-06-
|
|
11
|
+
date: 2024-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -80,6 +80,20 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: tzinfo-data
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ">="
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0'
|
|
90
|
+
type: :runtime
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ">="
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0'
|
|
83
97
|
description:
|
|
84
98
|
email:
|
|
85
99
|
- jon.iles@bcs.org.uk
|
|
@@ -100,7 +114,6 @@ files:
|
|
|
100
114
|
- legal/licence.sqlite-jdbc.txt
|
|
101
115
|
- legal/licence.txt
|
|
102
116
|
- lib/mpxj.rb
|
|
103
|
-
- lib/mpxj/FastInfoset-1.2.16.jar
|
|
104
117
|
- lib/mpxj/SparseBitSet-1.2.jar
|
|
105
118
|
- lib/mpxj/argument_error.rb
|
|
106
119
|
- lib/mpxj/assignment.rb
|
|
@@ -113,11 +126,12 @@ files:
|
|
|
113
126
|
- lib/mpxj/commons-math3-3.6.1.jar
|
|
114
127
|
- lib/mpxj/container.rb
|
|
115
128
|
- lib/mpxj/hamcrest-core-1.3.jar
|
|
116
|
-
- lib/mpxj/istack-commons-runtime-
|
|
129
|
+
- lib/mpxj/istack-commons-runtime-4.0.1.jar
|
|
117
130
|
- lib/mpxj/jackcess-4.0.1.jar
|
|
118
|
-
- lib/mpxj/jakarta.activation-
|
|
119
|
-
- lib/mpxj/jakarta.xml.bind-api-
|
|
120
|
-
- lib/mpxj/jaxb-
|
|
131
|
+
- lib/mpxj/jakarta.activation-2.0.1.jar
|
|
132
|
+
- lib/mpxj/jakarta.xml.bind-api-3.0.1.jar
|
|
133
|
+
- lib/mpxj/jaxb-core-3.0.2.jar
|
|
134
|
+
- lib/mpxj/jaxb-runtime-3.0.2.jar
|
|
121
135
|
- lib/mpxj/jgoodies-binding-2.13.0.jar
|
|
122
136
|
- lib/mpxj/jgoodies-common-1.8.1.jar
|
|
123
137
|
- lib/mpxj/jsoup-1.15.3.jar
|
|
@@ -136,10 +150,9 @@ files:
|
|
|
136
150
|
- lib/mpxj/rtfparserkit-1.16.0.jar
|
|
137
151
|
- lib/mpxj/runtime_error.rb
|
|
138
152
|
- lib/mpxj/sqlite-jdbc-3.42.0.0.jar
|
|
139
|
-
- lib/mpxj/stax-ex-1.8.1.jar
|
|
140
153
|
- lib/mpxj/task.rb
|
|
141
154
|
- lib/mpxj/task_methods.rb
|
|
142
|
-
- lib/mpxj/txw2-
|
|
155
|
+
- lib/mpxj/txw2-3.0.2.jar
|
|
143
156
|
- lib/mpxj/unknown_error.rb
|
|
144
157
|
- lib/mpxj/version.rb
|
|
145
158
|
homepage: http://mpxj.sf.net
|
|
@@ -161,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
174
|
- !ruby/object:Gem::Version
|
|
162
175
|
version: '0'
|
|
163
176
|
requirements: []
|
|
164
|
-
rubygems_version: 3.
|
|
177
|
+
rubygems_version: 3.5.13
|
|
165
178
|
signing_key:
|
|
166
179
|
specification_version: 4
|
|
167
180
|
summary: The MPXJ gem allows Ruby applications to work with schedule data from project
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/mpxj/stax-ex-1.8.1.jar
DELETED
|
Binary file
|
data/lib/mpxj/txw2-2.3.2.jar
DELETED
|
Binary file
|