libpng 1.6.58.4-aarch64-linux-ohos

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.
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: libpng
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.6.58.4
5
+ platform: aarch64-linux-ohos
6
+ authors:
7
+ - Ribose Inc.
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2026-07-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: ffi
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ description: Ruby binding for libpng via FFI. The native libpng16 shared library is
28
+ pre-compiled for each target platform and shipped inside the gem, so no C compiler
29
+ is required at install time.
30
+ email:
31
+ - open.source@ribose.com
32
+ executables: []
33
+ extensions: []
34
+ extra_rdoc_files: []
35
+ files:
36
+ - ".github/workflows/build.yml"
37
+ - ".github/workflows/release.yml"
38
+ - ".gitignore"
39
+ - ".rspec"
40
+ - ".rubocop.yml"
41
+ - CHANGELOG.md
42
+ - CLAUDE.md
43
+ - Gemfile
44
+ - LICENSE.txt
45
+ - README.adoc
46
+ - Rakefile
47
+ - bin/console
48
+ - bin/setup
49
+ - ext/extconf.rb
50
+ - lib/libpng.rb
51
+ - lib/libpng/binding.rb
52
+ - lib/libpng/bytes_per_pixel.rb
53
+ - lib/libpng/chunk_walker.rb
54
+ - lib/libpng/decoded_image.rb
55
+ - lib/libpng/error.rb
56
+ - lib/libpng/libpng16.so
57
+ - lib/libpng/recipe.rb
58
+ - lib/libpng/simplified_decoder.rb
59
+ - lib/libpng/simplified_encoder.rb
60
+ - lib/libpng/standard_encoder.rb
61
+ - lib/libpng/version.rb
62
+ - libpng.gemspec
63
+ homepage: https://github.com/claricle/libpng-ruby
64
+ licenses:
65
+ - BSD-2-Clause
66
+ metadata:
67
+ homepage_uri: https://github.com/claricle/libpng-ruby
68
+ source_code_uri: https://github.com/claricle/libpng-ruby
69
+ changelog_uri: https://github.com/claricle/libpng-ruby/blob/main/README.adoc#versioning
70
+ rubygems_mfa_required: 'true'
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: 2.7.0
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ requirements: []
86
+ rubygems_version: 3.5.22
87
+ signing_key:
88
+ specification_version: 4
89
+ summary: libpng for Ruby (pre-compiled, FFI-based).
90
+ test_files: []