svg_guardian 0.0.5-aarch64-linux → 0.0.7-aarch64-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 +4 -4
- data/README.md +2 -0
- data/lib/svg_guardian/3.3/svg_guardian.so +0 -0
- data/lib/svg_guardian/3.4/svg_guardian.so +0 -0
- data/lib/svg_guardian/4.0/svg_guardian.so +0 -0
- data/lib/svg_guardian/version.rb +1 -1
- metadata +7 -7
- data/lib/svg_guardian/3.1/svg_guardian.so +0 -0
- data/lib/svg_guardian/3.2/svg_guardian.so +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02762631a903c6014c6385761963012a9709bb91f3d8a457de911425d726e3ee
|
|
4
|
+
data.tar.gz: 1b8b7314c9ff9542ff1f34d26e7ff22e6752be8522b5b15d097ec1f3aa9699fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04c37a03d6429b3f27a98743d43fd081ddc6f6dd7ee6a99a231a0b6310645f2c1b8d49144791845feca6f5dd94debbeba8c136e5224a8084fa89acd030275ff8
|
|
7
|
+
data.tar.gz: e7637490597507f77e432e8d2d1a68411c9f7fcaf17e5cedfecbdd096dd0a5940461df038b68c9fbcb13bbcb598e93d845260ac2a6bd445b8c5deec011f5b8ef
|
data/README.md
CHANGED
|
@@ -18,6 +18,8 @@ SvgGuardian.sanitize("your svg file content")
|
|
|
18
18
|
|
|
19
19
|
## Development
|
|
20
20
|
|
|
21
|
+
Development requires Ruby 2.7+ and Rust 1.86+.
|
|
22
|
+
|
|
21
23
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
22
24
|
|
|
23
25
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/svg_guardian/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Beznos
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|
|
@@ -21,9 +21,9 @@ files:
|
|
|
21
21
|
- README.md
|
|
22
22
|
- Rakefile
|
|
23
23
|
- lib/svg_guardian.rb
|
|
24
|
-
- lib/svg_guardian/3.1/svg_guardian.so
|
|
25
|
-
- lib/svg_guardian/3.2/svg_guardian.so
|
|
26
24
|
- lib/svg_guardian/3.3/svg_guardian.so
|
|
25
|
+
- lib/svg_guardian/3.4/svg_guardian.so
|
|
26
|
+
- lib/svg_guardian/4.0/svg_guardian.so
|
|
27
27
|
- lib/svg_guardian/version.rb
|
|
28
28
|
homepage: https://github.com/Yuma-AI/svg_guardian
|
|
29
29
|
licenses:
|
|
@@ -39,17 +39,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
39
39
|
requirements:
|
|
40
40
|
- - ">="
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: '3.
|
|
42
|
+
version: '3.3'
|
|
43
43
|
- - "<"
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version:
|
|
45
|
+
version: 4.1.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.
|
|
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
|
|
Binary file
|