svg_guardian 0.0.6-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2e933e8a185ca53878bbe5552dec04363edd86e2c522813485612489fef9411
4
- data.tar.gz: dadae732fc32f89749ed8d9b664ae59b37f7055bd5914fc0083365a6b6dda36d
3
+ metadata.gz: 02762631a903c6014c6385761963012a9709bb91f3d8a457de911425d726e3ee
4
+ data.tar.gz: 1b8b7314c9ff9542ff1f34d26e7ff22e6752be8522b5b15d097ec1f3aa9699fe
5
5
  SHA512:
6
- metadata.gz: bc2455aa789b34cc34e5cc48e319701756f10d2db04f8aeafdaf3909f9127b28a3cd97a0f8bf6b7ed7cc0481eccf9ce3f3665c28416dca6d09d6f53eb19d5167
7
- data.tar.gz: 6c8e90220a55d6bb2dde908c5fc995e691f172717ba4cc3e84bd1bf0c255ec465f15445ae7c05d60e92992aa8893b07c16edb9c4ebacb1fc4770ed7bac0fa798
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SvgGuardian
4
- VERSION = "0.0.6"
4
+ VERSION = "0.0.7"
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.6
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: 2025-02-17 00:00:00.000000000 Z
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
24
+ - lib/svg_guardian/3.3/svg_guardian.so
26
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,10 +39,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: '3.1'
42
+ version: '3.3'
43
43
  - - "<"
44
44
  - !ruby/object:Gem::Version
45
- version: 3.5.dev
45
+ version: 4.1.dev
46
46
  required_rubygems_version: !ruby/object:Gem::Requirement
47
47
  requirements:
48
48
  - - ">="
Binary file
Binary file