svg2img 0.1.0-aarch64-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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ba827bc25bae7bc168f5947ad7f2545f84af584ae3af2f45e53160743ef708ab
4
+ data.tar.gz: f5e342e09dbc780245c4b35e305968f2f93b72c0af57784e0a53f9d179f9eb30
5
+ SHA512:
6
+ metadata.gz: 0012b0ea94c90f1813fddfaee4ca38267233ddc4a5473c5e38fb660eca8b1737154d12d83b6d6ba66f6f6b5f5956318530c340d3aa759d15bead1327b630cbd9
7
+ data.tar.gz: 4c5d2c60e51dcafbe254b71155784b5ce351b66bc6f0340113296bbf84f17422541f997305ed1e4268bd9a43ab1df7a2f7aa0ce1261eeb53f01b34338160ba90
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: aarch64-linux-musl
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.so
21
+ - lib/svg2img/3.3/svg2img.so
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: []