jekyll-theme-centos 2.52.0.beta.87 → 2.52.0.beta.88

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: 35d9338f8b4567b08b11c37227b6d9a5cf3eb53b3041fcb25efcee480252d599
4
- data.tar.gz: 9f676e619c108103c24149684dc51649f2548a3525dda0fcc84fa9665553319d
3
+ metadata.gz: 8cc35148e49f2812cf1d7d2a91aacdc1f4492530defb70f97249aa538069230e
4
+ data.tar.gz: b672dc7ccda2bf6ae4e2c7d95cecd2d3518f82345de0c8f1e80d26171a13f301
5
5
  SHA512:
6
- metadata.gz: 023ffd0b7dc100d1a2f9bd529b0863cfbff79bfd97b2806ca4626b46fb707960244a8002e329d00a37db48f8dbc2b80e24afd8f249809c8fb307bd1adba1f54c
7
- data.tar.gz: 642d2d281bd36f23323bb793a3f23ff95026c47ee71a9e42cd725cec90932b6b32a60e7283a2b8094be67c7763ece3e4afd682e268e7d92258d0f9b4b9a8070b
6
+ metadata.gz: bcdd08a1fea604248eb1dfdde6b8fdd7857315256a48056b141016dfd687c9095675552e2a242be894caf49689b841630102451a1c2ea4969661e60a9aa21250
7
+ data.tar.gz: 6ec4146d254ce33046cbd8fa613b4a6745a7be5e39f774c967a5148acd97fe08c451a5b72a0cf28dda81fbffc146876841bf3149981f0d983fab2353b2376225
@@ -18,7 +18,7 @@ properties:
18
18
  properties:
19
19
  version:
20
20
  type: string
21
- default: "7.0.1"
21
+ default: "7.3.0"
22
22
  description: The specific version of the Font Awesome distribution files to be loaded (e.g., `7.0.1`).
23
23
  cdn:
24
24
  type: string
@@ -30,7 +30,7 @@ properties:
30
30
  description: The name of the CSS bundle file to include (e.g., `all` loads all styles).
31
31
  css_bundle_integrity:
32
32
  type: string
33
- default: "sha512-2SwdPD6INVrV/lHTZbO2nodKhrnDdJK9/kg2XD1r9uGqPo1cUbujc+IYdlYdEErWNu69gVcYgdxlmVmzTWnetw=="
33
+ default: "sha512-ApSLB1Pd3/bZN8fWB/RG9YhN/7bd9Hkf3AGaE2mPfebjrxagjuBtx2GcgdqIlJkUzwylBo61r9Xa9NmgBI0swA=="
34
34
  description: The Subresource Integrity (SRI) CSS checksum (`sha512-...`) for the specified bundle, ensuring the security and integrity of the stylesheet file.
35
35
  js_bundle_name:
36
36
  type: string
@@ -38,7 +38,7 @@ properties:
38
38
  description: The name of the JavaScript bundle file to include (e.g., `all` loads all JS functionality).
39
39
  js_bundle_integrity:
40
40
  type: string
41
- default: "sha512-6BTOlkauINO65nLhXhthZMtepgJSghyimIalb+crKRPhvhmsCdnIuGcVbR5/aQY2A+260iC1OPy1oCdB6pSSwQ=="
41
+ default: "sha512-BivWm1+PupfLofQ5Ei/fNEC6Oq6IZiGO9WUm2ibWHZ33cj/qTX4zsBW/0SN9Myo4HEmINmr0wjuQE8eDL3rmng=="
42
42
  description: The Subresource Integrity (SRI) JavaScript checksum (`sha512-...`) for the specified bundle, ensuring the security and integrity of the script file.
43
43
  mode:
44
44
  type: string
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-centos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.52.0.beta.87
4
+ version: 2.52.0.beta.88
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado