svg_guardian 0.0.5-x86_64-linux-musl → 0.0.6-x86_64-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: fb0f1202931003753d5c6257003bab96a31dfb08af299c30b97311b554693254
4
- data.tar.gz: e72a6492a59a2f59ee9a2a4d6b7e5350883cb03dffa4bd3879a601ffaae7eb13
3
+ metadata.gz: 0e1a98ef10a3c459fef3bab3e1e557406347d5172bd0b650222a7c345711e984
4
+ data.tar.gz: 258ec2b7efdb0e3fb6103ec9c2adaa02f92e17eb1dab313275463a73a123e037
5
5
  SHA512:
6
- metadata.gz: 8adcc9b24457fbfabd43009bb9488db447a24919c4be10611cdb2df83781dbf736e3a09e114ae318b7cc0cf2963b7fd90ae3292bfd2fb94ab907b98f85483b40
7
- data.tar.gz: 90b51e05f80c46f4ee0e17718a043c1700304f64d19f3b3c7688a7c27c9ec8b6017ab49fd947daa2171367771bcc6ff7990fa8dc4036c1eb4508b4549776b36b
6
+ metadata.gz: 442ef0146c62d12f7f60da7afcc5310a48ca34afa64797922c8a289aa32cbe4f7fb7388593df139d47c8689276f13f3fc6de37fbcd2be7681a8c7071c8980f26
7
+ data.tar.gz: cb3e6dbd4d66ad26283a1774555f4e92a5562eea9b5c873df36b0c76d61bac1b4b8a64f10492369dc259226af562b58acbc66771e7f385cc613783a764e39554
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-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