svg_guardian 0.0.5-x86_64-linux → 0.0.6-x86_64-linux

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: 702d7c9fd6eb84656e2821d3d7cf99533f7c27394dfdb561ee69446f64eb5c92
4
- data.tar.gz: ba1bca07936f2c8feb45f8165a46dc1daf4ce170330d12e91e4a7ec65ae846d3
3
+ metadata.gz: 1fdb071cc6c17e28a955b2343fbff069482fbe8be53938a23f6d450e0108aca2
4
+ data.tar.gz: b93e56b78eff6a24860132f7e0215912c887e0be2d8fdee85356736d840cdf1e
5
5
  SHA512:
6
- metadata.gz: ed551bb29accfb11f609f58826acc1e3a3e4a5c89fb7d9151b1f83a6633f025a1182c016e9071ea9ef6206528c9db87c01420f8f99e2e54df26c0eb7b10855d1
7
- data.tar.gz: 70999c3915843f82c85d55263c35cad45b8aa0a7733d074f057d92539c6f4b310a68c87cb8653582b8d2f7fd01df62377a6ae7ade71810926b5ce6276abc12e1
6
+ metadata.gz: f00d00bca89e92e77c233b06e9bccd4e6f05f71614ea362c4ad30d12e29b9fef3db1f22d3a6bbe0dbd42f3651a2a9da7e7f4863ee605d391b41900786d5cae5a
7
+ data.tar.gz: 47a8b060e89a27a5f13b757eecd21029486b1a826d58758f62e3280c35c09b2553ab642b716cd4ac892afbed3e60b972db7d022915acc9de3c5d5848e0245a97
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: x86_64-linux
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