mpxj 13.8.0 → 13.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ce2581081cf87afd611e0e25ff12062d675c771819d4bb376e2713563185664
4
- data.tar.gz: 6fd07ded770c2f4c6837924acd6d503c50ae4d02041e926c4e07db175e52e73e
3
+ metadata.gz: 3b2104625765e389c62fc924c765ecc23dd51b0acb039a06ce61f78c9b301382
4
+ data.tar.gz: aa5b79f295d6550af0b25fd13e65f0d3e07b613eb347894c63515d296b97bc4b
5
5
  SHA512:
6
- metadata.gz: 9b11b98503a9e52b7d5d36528f2caff74d88ffd7dd3585d00049b5e0010528bb1a7788c2af242553275bcc53ba9f2aa46ecfb02e371997ed92ff98b142eab555
7
- data.tar.gz: 06d36616f71957b6d2a25dd1757191c8e3c9cc94769ea9dcd22eb0e975df2734fef2699694112902a178e19935a9886913923576d4acdf03f623174cb77ef09f
6
+ metadata.gz: d1edcf863de1ae971c55bb0849b4c9e4b578ba7c89010f3a6f08093203d4c16619fa10a16a75fc4691d981d43becf62124d1029beebf8e8e82a11ee633a2e1e2
7
+ data.tar.gz: 3b69506a33190bfa7615c43431c009f79e76c7bc6fedde25f0cef4307ff584ad37f194100fb8a5117657bed2749ac39fffa8de8ef20548a0277da531d991d33f
Binary file
Binary file
data/lib/mpxj/mpxj.jar CHANGED
Binary file
@@ -830,6 +830,13 @@ module MPXJ
830
830
  get_date_value(attribute_values['created'])
831
831
  end
832
832
 
833
+ # Retrieve the Currency Unique ID value
834
+ #
835
+ # @return Currency Unique ID value
836
+ def currency_unique_id
837
+ get_integer_value(attribute_values['currency_unique_id'])
838
+ end
839
+
833
840
  # Retrieve the CV value
834
841
  #
835
842
  # @return CV value
@@ -4036,6 +4043,7 @@ module MPXJ
4036
4043
  'cost_rate_table' => :short,
4037
4044
  'cost_variance' => :currency,
4038
4045
  'created' => :date,
4046
+ 'currency_unique_id' => :integer,
4039
4047
  'cv' => :currency,
4040
4048
  'date1' => :date,
4041
4049
  'date10' => :date,
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 = "13.8.0"
4
+ VERSION = "13.9.0"
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: 13.8.0
4
+ version: 13.9.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-12-17 00:00:00.000000000 Z
11
+ date: 2025-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -123,9 +123,9 @@ files:
123
123
  - lib/mpxj/calendar_exception.rb
124
124
  - lib/mpxj/calendar_hours.rb
125
125
  - lib/mpxj/calendar_week.rb
126
- - lib/mpxj/commons-codec-1.17.0.jar
126
+ - lib/mpxj/commons-codec-1.17.1.jar
127
127
  - lib/mpxj/commons-collections4-4.4.jar
128
- - lib/mpxj/commons-io-2.16.1.jar
128
+ - lib/mpxj/commons-io-2.18.0.jar
129
129
  - lib/mpxj/commons-lang3-3.10.jar
130
130
  - lib/mpxj/commons-logging-1.2.jar
131
131
  - lib/mpxj/commons-math3-3.6.1.jar
@@ -141,10 +141,10 @@ files:
141
141
  - lib/mpxj/jgoodies-common-1.8.1.jar
142
142
  - lib/mpxj/jsoup-1.15.3.jar
143
143
  - lib/mpxj/junit-4.13.1.jar
144
- - lib/mpxj/log4j-api-2.23.1.jar
144
+ - lib/mpxj/log4j-api-2.24.3.jar
145
145
  - lib/mpxj/mpxj.jar
146
146
  - lib/mpxj/password_protected.rb
147
- - lib/mpxj/poi-5.3.0.jar
147
+ - lib/mpxj/poi-5.4.0.jar
148
148
  - lib/mpxj/project.rb
149
149
  - lib/mpxj/properties.rb
150
150
  - lib/mpxj/property_methods.rb
Binary file
Binary file