svg2img 0.1.0-arm64-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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 44403babf5f31124a5947ed028a99124baa4d2e5c66fb60b269b5002d41b23ba
4
+ data.tar.gz: 64936152adb676cb554c7339d01f90598a1d97f2ed36c64a93802eeac6fdfc63
5
+ SHA512:
6
+ metadata.gz: 75034e44d8d03794e85ae5cf5697834a360c24c4b0ca6a0c4297fd72e9fcbc540b28091c99bf5776024abc5bf107be88e9a29adcdcab15b5ec6af85d52bd2b07
7
+ data.tar.gz: c6e5f6f4bf4f6c4675e5c4295afb011c8ac5e87acaaf92afc23fb49ef38b2d78ba88e2f3ba7f1c7fb38034870b21dcb106dca0ca800c40f561d58653b2f5f28e
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: svg2img
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: arm64-darwin
6
+ authors:
7
+ - Orvar Segerström
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-08-17 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - orvarsegerstrom@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/svg2img/3.2/svg2img.bundle
21
+ - lib/svg2img/3.3/svg2img.bundle
22
+ homepage: https://github.com/0rvar/svg2img-rb
23
+ licenses:
24
+ - MIT
25
+ metadata:
26
+ homepage_uri: https://github.com/0rvar/svg2img-rb
27
+ source_code_uri: https://github.com/0rvar/svg2img-rb
28
+ changelog_uri: https://github.com/0rvar/svg2img-rb/blob/master/CHANGELOG.md
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '3.2'
38
+ - - "<"
39
+ - !ruby/object:Gem::Version
40
+ version: 3.4.dev
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: 3.3.11
46
+ requirements: []
47
+ rubygems_version: 3.4.4
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: Convert svg to png, jpg, or webp, with no runtime dependencies.
51
+ test_files: []