relaton 1.17.1 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rake.yml +1 -1
  3. data/.github/workflows/release.yml +1 -1
  4. data/lib/relaton/registry.rb +1 -1
  5. data/lib/relaton/version.rb +1 -1
  6. data/relaton.gemspec +27 -26
  7. data/spec/relaton/processor_spec.rb +63 -23
  8. data/spec/relaton/registry_spec.rb +4 -0
  9. data/spec/relaton_spec.rb +9 -0
  10. data/spec/vcr_cassetes/3gpp_tr_00_01u_umts_3_0_0.yml +18 -20
  11. data/spec/vcr_cassetes/api_relaton_org.yml +7 -7
  12. data/spec/vcr_cassetes/api_relaton_org_unavailable.yml +2198 -2200
  13. data/spec/vcr_cassetes/cc_dir_10005_2019.yml +23 -23
  14. data/spec/vcr_cassetes/cie_001_1980.yml +203 -216
  15. data/spec/vcr_cassetes/doi_10_6028_nist_ir_8245.yml +6 -6
  16. data/spec/vcr_cassetes/ecma_6.yml +134 -134
  17. data/spec/vcr_cassetes/en_10160_1999.yml +8715 -8726
  18. data/spec/vcr_cassetes/gb_t_20223_2006.yml +8 -8
  19. data/spec/vcr_cassetes/ieee_528_2019.yml +2928 -2911
  20. data/spec/vcr_cassetes/iso_111111119115_1.yml +6 -6
  21. data/spec/vcr_cassetes/iso_19115_1.yml +2583 -2583
  22. data/spec/vcr_cassetes/iso_19115_1_2.yml +4779 -4780
  23. data/spec/vcr_cassetes/iso_19115_1_std.yml +2580 -2581
  24. data/spec/vcr_cassetes/iso_19115_all_parts.yml +2580 -2581
  25. data/spec/vcr_cassetes/iso_19133_2005.yml +2557 -2556
  26. data/spec/vcr_cassetes/iso_combined_applied.yml +4667 -4668
  27. data/spec/vcr_cassetes/iso_combined_included.yml +4666 -4667
  28. data/spec/vcr_cassetes/iso_dis.yml +2073 -2073
  29. data/spec/vcr_cassetes/ogc_19_025r1.yml +219 -217
  30. data/spec/vcr_cassetes/omg_ami4ccm_1_0.yml +672 -668
  31. data/spec/vcr_cassetes/rfc_8341.yml +103 -103
  32. metadata +68 -54
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c48cfe6f0f4984a5141f07a08d0aad1350910f07b87c3f6e028b91a1b81df17
4
- data.tar.gz: 328a7973781a7c2061977fba41d914da92a459adc0c4e73d1827ac66149cbe4a
3
+ metadata.gz: b7c5f3e470692974347ac474f45af281a5bb14f7733d9cbbfc21797cde40da60
4
+ data.tar.gz: 723005aeb2717a6f90ef1bb017e5aae78076d69f038711878dc39624c1f5fdf7
5
5
  SHA512:
6
- metadata.gz: dfe07c36cc548cd44b664834062eaace4acb9a605b666373fa13eb5049e39ead615718151510750100632169add0195bc6414e309b5ecbe7268c1b4bbf0e8b2a
7
- data.tar.gz: bdf5d46cc33412f1428882a10b343bf7e4a4042c45b67622fe1d8afcd02999f45786e3faccdba279f68c7b2a631f7f6d7671023e12a5f6d079033968521340af
6
+ metadata.gz: 747a70cc7e9d36ee839be8faa61b68b7fcc9085b01de70237ff132b04a2fd3b665be5256d2387fc308517171db7f23ec4d4015035fef2694a8472ce493e99117
7
+ data.tar.gz: cc2db525a28fa3711e409c61f3292206ae7626976519ce86ec3a69a9fa510649aa2a88c9750f2cc24276b7bc60eb35602d4826b630f1d122d26cdd576d4f6a34
@@ -10,4 +10,4 @@ on:
10
10
 
11
11
  jobs:
12
12
  rake:
13
- uses: relaton/support/.github/workflows/rake.yml@master
13
+ uses: relaton/support/.github/workflows/rake.yml@main
@@ -17,7 +17,7 @@ on:
17
17
 
18
18
  jobs:
19
19
  release:
20
- uses: relaton/support/.github/workflows/release.yml@master
20
+ uses: relaton/support/.github/workflows/release.yml@main
21
21
  with:
22
22
  next_version: ${{ github.event.inputs.next_version }}
23
23
  secrets:
@@ -10,7 +10,7 @@ module Relaton
10
10
  relaton_ogc relaton_calconnect relaton_omg relaton_un relaton_w3c
11
11
  relaton_ieee relaton_iho relaton_bipm relaton_ecma relaton_cie relaton_bsi
12
12
  relaton_cen relaton_iana relaton_3gpp relaton_oasis relaton_doi relaton_jis
13
- relaton_xsf relaton_ccsds relaton_etsi
13
+ relaton_xsf relaton_ccsds relaton_etsi relaton_isbn
14
14
  ].freeze
15
15
 
16
16
  include Singleton
@@ -1,3 +1,3 @@
1
1
  module Relaton
2
- VERSION = "1.17.1".freeze
2
+ VERSION = "1.18.0".freeze
3
3
  end
data/relaton.gemspec CHANGED
@@ -29,30 +29,31 @@ Gem::Specification.new do |spec|
29
29
  # spec.test_files = `git ls-files -- {spec}/*`.split("\n")
30
30
  spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
31
31
 
32
- spec.add_dependency "relaton-3gpp", "~> 1.17.0"
33
- spec.add_dependency "relaton-bipm", "~> 1.17.0"
34
- spec.add_dependency "relaton-bsi", "~> 1.17.0"
35
- spec.add_dependency "relaton-calconnect", "~> 1.17.0"
36
- spec.add_dependency "relaton-ccsds", "~> 1.17.0"
37
- spec.add_dependency "relaton-cen", "~> 1.17.0"
38
- spec.add_dependency "relaton-cie", "~> 1.17.0"
39
- spec.add_dependency "relaton-doi", "~> 1.17.0"
40
- spec.add_dependency "relaton-ecma", "~> 1.17.0"
41
- spec.add_dependency "relaton-etsi", "~> 1.17.0"
42
- spec.add_dependency "relaton-gb", "~> 1.17.0"
43
- spec.add_dependency "relaton-iana", "~> 1.17.0"
44
- spec.add_dependency "relaton-iec", "~> 1.17.0"
45
- spec.add_dependency "relaton-ieee", "~> 1.17.0"
46
- spec.add_dependency "relaton-ietf", "~> 1.17.0"
47
- spec.add_dependency "relaton-iho", "~> 1.17.0"
48
- spec.add_dependency "relaton-iso", "~> 1.17.0"
49
- spec.add_dependency "relaton-itu", "~> 1.17.0"
50
- spec.add_dependency "relaton-jis", "~> 1.17.0"
51
- spec.add_dependency "relaton-nist", "~> 1.17.0"
52
- spec.add_dependency "relaton-oasis", "~> 1.17.0"
53
- spec.add_dependency "relaton-ogc", "~> 1.17.0"
54
- spec.add_dependency "relaton-omg", "~> 1.17.0"
55
- spec.add_dependency "relaton-un", "~> 1.17.0"
56
- spec.add_dependency "relaton-w3c", "~> 1.17.0"
57
- spec.add_dependency "relaton-xsf", "~> 1.17.0"
32
+ spec.add_dependency "relaton-3gpp", "~> 1.18.0"
33
+ spec.add_dependency "relaton-bipm", "~> 1.18.0"
34
+ spec.add_dependency "relaton-bsi", "~> 1.18.0"
35
+ spec.add_dependency "relaton-calconnect", "~> 1.18.0"
36
+ spec.add_dependency "relaton-ccsds", "~> 1.18.0"
37
+ spec.add_dependency "relaton-cen", "~> 1.18.0"
38
+ spec.add_dependency "relaton-cie", "~> 1.18.0"
39
+ spec.add_dependency "relaton-doi", "~> 1.18.0"
40
+ spec.add_dependency "relaton-ecma", "~> 1.18.0"
41
+ spec.add_dependency "relaton-etsi", "~> 1.18.0"
42
+ spec.add_dependency "relaton-gb", "~> 1.18.0"
43
+ spec.add_dependency "relaton-iana", "~> 1.18.0"
44
+ spec.add_dependency "relaton-iec", "~> 1.18.0"
45
+ spec.add_dependency "relaton-ieee", "~> 1.18.0"
46
+ spec.add_dependency "relaton-ietf", "~> 1.18.0"
47
+ spec.add_dependency "relaton-iho", "~> 1.18.0"
48
+ spec.add_dependency "relaton-isbn", "~> 1.18.0"
49
+ spec.add_dependency "relaton-iso", "~> 1.18.0"
50
+ spec.add_dependency "relaton-itu", "~> 1.18.0"
51
+ spec.add_dependency "relaton-jis", "~> 1.18.0"
52
+ spec.add_dependency "relaton-nist", "~> 1.18.0"
53
+ spec.add_dependency "relaton-oasis", "~> 1.18.0"
54
+ spec.add_dependency "relaton-ogc", "~> 1.18.0"
55
+ spec.add_dependency "relaton-omg", "~> 1.18.0"
56
+ spec.add_dependency "relaton-un", "~> 1.18.0"
57
+ spec.add_dependency "relaton-w3c", "~> 1.18.0"
58
+ spec.add_dependency "relaton-xsf", "~> 1.18.0"
58
59
  end
@@ -33,41 +33,81 @@ RSpec.describe Relaton::Processor do
33
33
  end
34
34
  end
35
35
 
36
- context "ETSI processor" do
36
+ context "flavor processors" do
37
37
  before { Relaton::Registry.instance }
38
- let(:processor) { Relaton::Registry.instance.by_type "ETSI" }
39
38
 
40
- it "get method should call get method of ETSI" do
41
- expect(RelatonEtsi::Bibliography).to receive(:get).with("code", nil, {}).and_return :item
42
- expect(processor.get "code", nil, {}).to eq :item
39
+ shared_examples "common processor methods" do |flavor, namespace, bibmodule|
40
+ let(:processor) { Relaton::Registry.instance.by_type flavor }
41
+ let(:flavor_module) { Object.const_get namespace }
42
+ let(:bibliography) { Object.const_get "#{namespace}::#{bibmodule}" }
43
+
44
+ it "get method should call get method of #{flavor}" do
45
+ expect(bibliography).to receive(:get).with("code", nil, {}).and_return :item
46
+ expect(processor.get "code", nil, {}).to eq :item
47
+ end
48
+
49
+ it "grammar_hash method should call grammar_hash method of #{flavor}" do
50
+ expect(flavor_module).to receive(:grammar_hash).and_return :hash
51
+ expect(processor.grammar_hash).to eq :hash
52
+ end
53
+ end
54
+
55
+ shared_examples "fetch_data method" do |flavor, fetcher, source|
56
+ let(:processor) { Relaton::Registry.instance.by_type flavor }
57
+ let(:fetcher_class) { Object.const_get fetcher }
58
+
59
+ it "fetch_data method should call fetch_data method of #{flavor}" do
60
+ expect(fetcher_class).to receive(:fetch).with(output: "dir", format: "bibxml").and_return :item
61
+ expect(processor.fetch_data source, output: "dir", format: "bibxml").to eq :item
62
+ end
43
63
  end
44
64
 
45
- it "fetch_data method should call fetch_data method of ETSI" do
46
- expect(RelatonEtsi::DataFetcher).to receive(:fetch).with(output: "dir", format: "bibxml").and_return :item
47
- expect(processor.fetch_data "etsi-csv", output: "dir", format: "bibxml").to eq :item
65
+ shared_examples "from_xml method" do |flavor, parser|
66
+ let(:processor) { Relaton::Registry.instance.by_type flavor }
67
+ let(:parser_class) { Object.const_get parser }
68
+
69
+ it "from_xml method should call from_xml method of #{flavor}" do
70
+ expect(parser_class).to receive(:from_xml).with("xml").and_return :item
71
+ expect(processor.from_xml "xml").to eq :item
72
+ end
48
73
  end
49
74
 
50
- it "from_xml method should call from_xml method of ETSI" do
51
- expect(RelatonEtsi::XMLParser).to receive(:from_xml).with("xml").and_return :item
52
- expect(processor.from_xml "xml").to eq :item
75
+ shared_examples "hash_to_bib method" do |flavor, converter, bibitem|
76
+ let(:processor) { Relaton::Registry.instance.by_type flavor }
77
+ let(:converter_class) { Object.const_get converter }
78
+ let(:bibitem_class) { Object.const_get bibitem }
79
+
80
+ it "hash_to_bib method should call hash_to_bib method of #{flavor}" do
81
+ expect(converter_class).to receive(:hash_to_bib).with(:hash).and_return title: "title"
82
+ expect(bibitem_class).to receive(:new).with(title: "title").and_return :item
83
+ expect(processor.hash_to_bib(:hash)).to eq :item
84
+ end
53
85
  end
54
86
 
55
- it "hash_to_bib method should call hash_to_bib method of ETSI" do
56
- expect(RelatonEtsi::HashConverter).to receive(:hash_to_bib).with(:hash).and_return title: "title"
57
- expect(RelatonEtsi::BibliographicItem).to receive(:new).with(title: "title").and_return :item
58
- expect(processor.hash_to_bib(:hash)).to eq :item
87
+ shared_examples "remove_index_file method" do |flavor, file|
88
+ let(:processor) { Relaton::Registry.instance.by_type flavor }
89
+
90
+ it "remove index file" do
91
+ index = double "index"
92
+ expect(index).to receive(:remove_file)
93
+ expect(Relaton::Index).to receive(:find_or_create)
94
+ .with(flavor.downcase.to_sym, url: true, file: file).and_return index
95
+ processor.remove_index_file
96
+ end
59
97
  end
60
98
 
61
- it "grammar_hash method should call grammar_hash method of ETSI" do
62
- expect(RelatonEtsi).to receive(:grammar_hash).and_return :hash
63
- expect(processor.grammar_hash).to eq :hash
99
+ context "ETSI processor" do
100
+ it_behaves_like "common processor methods", "ETSI", "RelatonEtsi", "Bibliography"
101
+ it_behaves_like "fetch_data method", "ETSI", "RelatonEtsi::DataFetcher", "etsi-csv"
102
+ it_behaves_like "from_xml method", "ETSI", "RelatonEtsi::XMLParser"
103
+ it_behaves_like "hash_to_bib method", "ETSI", "RelatonEtsi::HashConverter", "RelatonEtsi::BibliographicItem"
104
+ it_behaves_like "remove_index_file method", "ETSI", "index-v1.yaml"
64
105
  end
65
106
 
66
- it "remove index file" do
67
- index = double "index"
68
- expect(index).to receive(:remove_file)
69
- expect(Relaton::Index).to receive(:find_or_create).with(:etsi, url: true, file: "index-v1.yaml").and_return index
70
- processor.remove_index_file
107
+ context "ISBN processor" do
108
+ it_behaves_like "common processor methods", "ISBN", "RelatonIsbn", "OpenLibrary"
109
+ it_behaves_like "from_xml method", "ISBN", "RelatonBib::XMLParser"
110
+ it_behaves_like "hash_to_bib method", "ISBN", "RelatonBib::HashConverter", "RelatonBib::BibliographicItem"
71
111
  end
72
112
  end
73
113
  end
@@ -123,6 +123,10 @@ RSpec.describe Relaton::Registry do
123
123
  it "ETSI" do
124
124
  expect(Relaton::Registry.instance.by_type("ETSI")).to be_instance_of RelatonEtsi::Processor
125
125
  end
126
+
127
+ it "ISBN" do
128
+ expect(Relaton::Registry.instance.by_type("ISBN")).to be_instance_of RelatonIsbn::Processor
129
+ end
126
130
  end
127
131
 
128
132
  it "find processot by dataset" do
data/spec/relaton_spec.rb CHANGED
@@ -364,6 +364,15 @@ RSpec.describe Relaton::Db do
364
364
  expect(bib.docidentifier.first.id).to eq "ETSI EN 300 175-8"
365
365
  end
366
366
 
367
+ it "get ISBN reference" do
368
+ docid = RelatonBib::DocumentIdentifier.new(id: "ISBN 978-0-580-50101-4", type: "ISBN")
369
+ item = RelatonBib::BibliographicItem.new docid: [docid]
370
+ expect(RelatonIsbn::OpenLibrary).to receive(:get).with("ISBN 978-0-580-50101-4", nil, {}).and_return item
371
+ bib = @db.fetch "ISBN 978-0-580-50101-4"
372
+ expect(bib).to be_instance_of RelatonBib::BibliographicItem
373
+ expect(bib.docidentifier.first.id).to eq "ISBN 978-0-580-50101-4"
374
+ end
375
+
367
376
  context "get combined documents" do
368
377
  context "ISO" do
369
378
  it "included" do
@@ -39,21 +39,21 @@ http_interactions:
39
39
  X-Xss-Protection:
40
40
  - 1; mode=block
41
41
  X-Github-Request-Id:
42
- - 11E4:4F03:4125C0:503C5F:656F52FF
42
+ - E384:10E5:26C1F3:300C4F:6594DF80
43
43
  Accept-Ranges:
44
44
  - bytes
45
45
  Date:
46
- - Tue, 05 Dec 2023 16:42:40 GMT
46
+ - Wed, 03 Jan 2024 05:06:32 GMT
47
47
  Via:
48
48
  - 1.1 varnish
49
49
  X-Served-By:
50
- - cache-pdk-kpdk1780129-PDK
50
+ - cache-pdk-kpdk1780127-PDK
51
51
  X-Cache:
52
- - MISS
52
+ - HIT
53
53
  X-Cache-Hits:
54
- - '0'
54
+ - '1'
55
55
  X-Timer:
56
- - S1701794560.721009,VS0,VE285
56
+ - S1704258392.124397,VS0,VE189
57
57
  Vary:
58
58
  - Authorization,Accept-Encoding,Origin
59
59
  Access-Control-Allow-Origin:
@@ -61,9 +61,9 @@ http_interactions:
61
61
  Cross-Origin-Resource-Policy:
62
62
  - cross-origin
63
63
  X-Fastly-Request-Id:
64
- - f683743f80297a5c7399717914acb4a5a05fd219
64
+ - 515ab9c3fc71f9d2e8c83836ff2293a364056a68
65
65
  Expires:
66
- - Tue, 05 Dec 2023 16:47:40 GMT
66
+ - Wed, 03 Jan 2024 05:11:32 GMT
67
67
  Source-Age:
68
68
  - '0'
69
69
  body:
@@ -11299,7 +11299,7 @@ http_interactions:
11299
11299
  HgMUAAAACAA6cm9XZto2RTS1BwAWXlAADQAYAAAAAAABAAAApIEAAAAAaW5k
11300
11300
  ZXgtdjEueWFtbFVUBQADENNUZXV4CwABBOkDAAAEfwAAAFBLBQYAAAAAAQAB
11301
11301
  AFMAAAB7tQcAAAA=
11302
- recorded_at: Tue, 05 Dec 2023 16:42:40 GMT
11302
+ recorded_at: Wed, 03 Jan 2024 05:06:32 GMT
11303
11303
  - request:
11304
11304
  method: get
11305
11305
  uri: https://raw.githubusercontent.com/relaton/relaton-data-3gpp/main/data/TR_00.01U_UMTS_3.0.0.yaml
@@ -11313,8 +11313,6 @@ http_interactions:
11313
11313
  - "*/*"
11314
11314
  User-Agent:
11315
11315
  - Ruby
11316
- Host:
11317
- - raw.githubusercontent.com
11318
11316
  response:
11319
11317
  status:
11320
11318
  code: 200
@@ -11341,21 +11339,21 @@ http_interactions:
11341
11339
  X-Xss-Protection:
11342
11340
  - 1; mode=block
11343
11341
  X-Github-Request-Id:
11344
- - D61C:48FC:4B5092:59D776:656F5302
11342
+ - EAD6:093D:1A0A6A9:1FA171A:6594DF83
11345
11343
  Accept-Ranges:
11346
11344
  - bytes
11347
11345
  Date:
11348
- - Tue, 05 Dec 2023 16:42:43 GMT
11346
+ - Wed, 03 Jan 2024 05:06:34 GMT
11349
11347
  Via:
11350
11348
  - 1.1 varnish
11351
11349
  X-Served-By:
11352
- - cache-pdk-kpdk1780024-PDK
11350
+ - cache-pdk-kpdk1780147-PDK
11353
11351
  X-Cache:
11354
- - MISS
11352
+ - HIT
11355
11353
  X-Cache-Hits:
11356
- - '0'
11354
+ - '1'
11357
11355
  X-Timer:
11358
- - S1701794563.329136,VS0,VE154
11356
+ - S1704258395.643601,VS0,VE123
11359
11357
  Vary:
11360
11358
  - Authorization,Accept-Encoding,Origin
11361
11359
  Access-Control-Allow-Origin:
@@ -11363,9 +11361,9 @@ http_interactions:
11363
11361
  Cross-Origin-Resource-Policy:
11364
11362
  - cross-origin
11365
11363
  X-Fastly-Request-Id:
11366
- - 45c52a8b760e95b1664943a6195e6ec4f0a50f44
11364
+ - 041b74d548b24ba1e9e799133bd9b47c2dbb25ee
11367
11365
  Expires:
11368
- - Tue, 05 Dec 2023 16:47:43 GMT
11366
+ - Wed, 03 Jan 2024 05:11:34 GMT
11369
11367
  Source-Age:
11370
11368
  - '0'
11371
11369
  body:
@@ -11406,5 +11404,5 @@ http_interactions:
11406
11404
  bWVldGluZzogU01HLTI4CiAgZnJlZXplX3N0YWdlMl9tZWV0aW5nOiBTTUct
11407
11405
  MjgKICBmcmVlemVfc3RhZ2UzX21lZXRpbmc6IFNNRy0yOAogIGNsb3NlX21l
11408
11406
  ZXRpbmc6IFNQLTI4CiAgcHJvamVjdF9lbmQ6ICcxOTk5LTAyLTEyJwo=
11409
- recorded_at: Tue, 05 Dec 2023 16:42:43 GMT
11407
+ recorded_at: Wed, 03 Jan 2024 05:06:34 GMT
11410
11408
  recorded_with: VCR 6.2.0
@@ -27,27 +27,27 @@ http_interactions:
27
27
  Connection:
28
28
  - keep-alive
29
29
  Date:
30
- - Tue, 05 Dec 2023 16:43:26 GMT
30
+ - Wed, 03 Jan 2024 05:08:07 GMT
31
31
  X-Amzn-Requestid:
32
- - 88968a1b-e582-47e4-8e08-ffc11fefacb0
32
+ - 80e58fa0-ad1f-4773-9cde-a4478a0ce3fa
33
33
  Access-Control-Allow-Origin:
34
34
  - "*"
35
35
  Access-Control-Allow-Headers:
36
36
  - Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token
37
37
  X-Amz-Apigw-Id:
38
- - PensrHqYIAMEh2A=
38
+ - Q8nCYGacIAMEIXw=
39
39
  Access-Control-Allow-Methods:
40
40
  - GET, POST, OPTIONS
41
41
  X-Amzn-Trace-Id:
42
- - Root=1-656f531d-251edaf641248c0a0f364242;Sampled=0;lineage=521d48d5:0
42
+ - Root=1-6594eba8-691cf3bf1aa69aee7753ded0;Sampled=0;lineage=521d48d5:0
43
43
  X-Cache:
44
44
  - Miss from cloudfront
45
45
  Via:
46
- - 1.1 812defed1167ca00304e9ce555dcf6e2.cloudfront.net (CloudFront)
46
+ - 1.1 af4b82f24e15a32a618ba4f9be9cbf92.cloudfront.net (CloudFront)
47
47
  X-Amz-Cf-Pop:
48
48
  - ATL51-C1
49
49
  X-Amz-Cf-Id:
50
- - QlVdV_CYpctbsOSHcjpChAXOOdlfeMWFOR2a0SPBh_LCkSo93IauLg==
50
+ - x-w2RC78CvvzOXbsFysTkVO6p_jVVVBm1UEC07jHP0mcyzRkDRP0-Q==
51
51
  body:
52
52
  encoding: UTF-8
53
53
  base64_string: |
@@ -117,5 +117,5 @@ http_interactions:
117
117
  dHJ1Y3R1cmVkaWRlbnRpZmllciB0eXBlPSJJU08iPgogICAgICA8cHJvamVj
118
118
  dC1udW1iZXI+SVNPIDE5MTE1PC9wcm9qZWN0LW51bWJlcj4KICAgIDwvc3Ry
119
119
  dWN0dXJlZGlkZW50aWZpZXI+CiAgPC9leHQ+CjwvYmliZGF0YT4=
120
- recorded_at: Tue, 05 Dec 2023 16:43:25 GMT
120
+ recorded_at: Wed, 03 Jan 2024 05:08:07 GMT
121
121
  recorded_with: VCR 6.2.0