svg_guardian 0.0.5-x64-mingw-ucrt → 0.0.6-x64-mingw-ucrt

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: 7206a6095397c0aa537d0255e2af91495ed8a5fbf6918b92f2bff89eee84cd31
4
- data.tar.gz: ca7c8b936797db3ab530ad82e26508677fe40a1f51d4cd421b04c0bd651d0d79
3
+ metadata.gz: 258d484437accb73ab16d5fd729c37b96e99ac0f71318dedf587fe0d491cadc6
4
+ data.tar.gz: c83c0facc13108619b93deb49d6d07d31fe5a3ff9036eb0bce169cd448f1ef8f
5
5
  SHA512:
6
- metadata.gz: b5e53992acb9457c2d27e0195b5d07e93d39441ba19c9f8beb70e1df5d1643c2d7afd50b1dc352045f36a50387db3deb99a7d46a2eff6b26e62321e069647043
7
- data.tar.gz: 995589dfd706d381ad3bdd04af1d72f232114ea6caa130f37e52084f299276bb1e74aa182770b9c72cb410901f3c96402e08c5d243a457c3da1f032545874964
6
+ metadata.gz: 2b15820e05595b19418f8c341a2bd54a9b8f829d9ac0b10075402243bf9e533c401e3eace379e258a7cef7e20738af7ce9479b995a0335d6479a453d58cfaf9e
7
+ data.tar.gz: 0a0bca21759cde1701727219fffb24c51c0e430ceb32677fd2cfc2c87b9ba44d8bb0906ecf4ec765e580afff82e3bbe8fc4625499970d64457d7de0d9a5bbd4a
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SvgGuardian
4
- VERSION = "0.0.5"
4
+ VERSION = "0.0.6"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svg_guardian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Alex Beznos
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-06 00:00:00.000000000 Z
11
+ date: 2025-02-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -23,7 +23,7 @@ files:
23
23
  - lib/svg_guardian.rb
24
24
  - lib/svg_guardian/3.1/svg_guardian.so
25
25
  - lib/svg_guardian/3.2/svg_guardian.so
26
- - lib/svg_guardian/3.3/svg_guardian.so
26
+ - lib/svg_guardian/3.4/svg_guardian.so
27
27
  - lib/svg_guardian/version.rb
28
28
  homepage: https://github.com/Yuma-AI/svg_guardian
29
29
  licenses:
@@ -42,14 +42,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
42
42
  version: '3.1'
43
43
  - - "<"
44
44
  - !ruby/object:Gem::Version
45
- version: 3.4.dev
45
+ version: 3.5.dev
46
46
  required_rubygems_version: !ruby/object:Gem::Requirement
47
47
  requirements:
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
50
  version: 3.3.11
51
51
  requirements: []
52
- rubygems_version: 3.4.4
52
+ rubygems_version: 3.5.23
53
53
  signing_key:
54
54
  specification_version: 4
55
55
  summary: Tiny wrapper around svg-hush to sanitize SVGs.
Binary file