svg_guardian 0.0.5-x86_64-darwin → 0.0.6-x86_64-darwin

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: 256344d8590b810ccdc9b8a56e9446ed7cb436e7fc6341dfa27c4ae570386000
4
- data.tar.gz: 1a3dcbe53e927cb996a96c90830ea2ee92d2ce922219df3d69ff2bb895e9dcfd
3
+ metadata.gz: 2f645764de387b14c2ec0f75b4823faa968888909ae637fec8ab5e2057e2f68e
4
+ data.tar.gz: b1d159694f887f741fc9e3cd27e9e5fd9cefa22be4eeb77b1d2eefd97560ff0d
5
5
  SHA512:
6
- metadata.gz: d436804f11d5f85877396b7ec553c84d3a84f209ccce529faba88580f41deb37ce43a074f17c738460ea50ba9a36e980d2f6d867ff05ab11296fc80a2ca9032b
7
- data.tar.gz: ed24fd44c4f2f457da779571e208a878a31818b9609e531fd378aa1aac8d1ad10c9531edd6286c49ccbbb5dd0a8c61d289fbbd8dba9ca880318a66c0abfe3e62
6
+ metadata.gz: 8e8994f484e0bc6520aab6c3874485a73045b2a1200e8dfa02ec0a61dac31d492b9a8e8a01831a50ad06b58f6b927ff464472dc164095552fc4f52f91757dfaf
7
+ data.tar.gz: ef6a04d5e07d75760d38b9ac1052605dc648eba37b86017c3243ef48cd7bae23c4416d0f0be349a1fb75ed5f3cf76d7c6bdf3aa447cfb6a2806f51728edaa0e1
@@ -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-darwin
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.bundle
25
25
  - lib/svg_guardian/3.2/svg_guardian.bundle
26
- - lib/svg_guardian/3.3/svg_guardian.bundle
26
+ - lib/svg_guardian/3.4/svg_guardian.bundle
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.