svg_guardian 0.0.5-aarch64-linux-musl → 0.0.6-aarch64-linux-musl

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: f5fb84ca259d27a4c9617b2b32ecf18c1ae4b65ede24e3ab8392805a52e3add2
4
- data.tar.gz: 7d614b818be935ff2bdf0ea60f1a60b34dabdeb8d6fe8859608d0f73517817cb
3
+ metadata.gz: 10310449a883f32a1a428f39b2a02380db05a3c037160b9341b59ff736a8e1b5
4
+ data.tar.gz: ed84c6f12c8b38b66f1fae4230827ad605591e8924829d61c29e3b8815b55d90
5
5
  SHA512:
6
- metadata.gz: f94749240398e31bea4dcccefa5c8b117e1f9a1e5912c46642b5e5d0229f5d360f33d17b50ec660150f73ed04cb05eb3fbc655837702623ee3a57b9ca6ee0bbf
7
- data.tar.gz: 1b7c0650ceb63f4a1d9f7d8574c80ae97363e8dcd9546ac5972628b9c3285a7ba835f2c2f9a607610122ef2367b31ae4d556d2a9cb3df46b0493de6d21bbbd7c
6
+ metadata.gz: 4dc0d6477e85c98f8254469ffd6a32bddbbf4599bbd41f93ea043f9d72b6cef8a55d7dc8317ba04df29e9eceec10b627a0ae3b66c1d2fdf581fc069ba3ad46cd
7
+ data.tar.gz: 23ea22180a8a39b8aa5c2760e3c8891c5587a88b842573647b3579e06d3c3ef65ced1b7fe32275c416f76a529782ba6304b2d2332b2788b564b6f62b712cb254
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: aarch64-linux-musl
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,17 @@ 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
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: 3.3.22
51
54
  requirements: []
52
- rubygems_version: 3.4.4
55
+ rubygems_version: 3.5.23
53
56
  signing_key:
54
57
  specification_version: 4
55
58
  summary: Tiny wrapper around svg-hush to sanitize SVGs.
Binary file