jekyll-vrml 2.0.2 → 2.0.3

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: e5ff0ca8a503ba4e254445fcae83f86441f102518c0c64e2cb4bf5ed329b7fc4
4
- data.tar.gz: 68a63f25ff97e74afddfa10c53637f224ee93bc99a1ecd516d5ce5af12b24a00
3
+ metadata.gz: 924e971012d0661b48960d3be9c5bfe96e66e697497e745372f47b67dee42d43
4
+ data.tar.gz: 4ddfdb112797f116cf932d1d32a67ea795bde33d595c758a68f98bf044917964
5
5
  SHA512:
6
- metadata.gz: e496d74b7b51c1533bfbf11d87a47e33970045f779fc895431f5af5dd44de533ce7a25096bca1cb17cff7a576bce1845acae09c7b724c0fcba62ff567265c7c1
7
- data.tar.gz: dcffe8583decb6ad50af490df54afb366b44acc9ab510a78e5aca0b5d3c0a988a055db2976dcf547c4a31f838dbd4b93042ee7baf91500996d6d206a00ce8e28
6
+ metadata.gz: 0fa2fbfcb727dbc05838ce8ddcf4b2409ae26e5fdf8950a0674b3ec953c491d014d85bf430146148d3c5752e2d6cb8e575d446cd985a64113e7231cd26cda06d
7
+ data.tar.gz: db1a4bd00aec985ced16378298cf217f66661c9c57bc3fddb994d5524aea182cbab70b72ebacf2d20f039b572e5d01f225b79252c141b8e70a5e156758c4bac2
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # jekyll-vrml
2
2
 
3
- Adds support for X3D VRML syntax highlighting to Jekyll.
3
+ Adds support for VRML syntax highlighting to Jekyll. This allows developers to easily integrate and display X3D content within their Jekyll-powered websites.
4
4
 
5
5
  ## Usage
6
6
 
@@ -8,7 +8,7 @@ Add the following lines to your Gemfile:
8
8
 
9
9
  ```ruby
10
10
  group :jekyll_plugins do
11
- gem 'jekyll-vrml', '~> 2.0', '>= 2.0.2'
11
+ gem 'jekyll-vrml', '~> 2.0', '>= 2.0.3'
12
12
  end
13
13
  ```
14
14
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JekyllVrml
4
- VERSION = "2.0.2"
4
+ VERSION = "2.0.3"
5
5
  end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-vrml
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Holger Seelig
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-20 00:00:00.000000000 Z
11
+ date: 2024-10-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Adds support for X3D VRML syntax highlighting to Jekyll.
13
+ description: Adds support for VRML syntax highlighting to Jekyll. This allows developers
14
+ to easily integrate and display X3D content within their Jekyll-powered websites.
14
15
  email:
15
16
  - holger.seelig@gmail.com
16
17
  executables: []