gdk_pixbuf2 4.2.8 → 4.2.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/gdk_pixbuf2.gemspec +8 -0
  3. metadata +12 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1baf010e26ca2dee80faf752c6ae21b60aa0be483434885a7a4bf726f4123ab5
4
- data.tar.gz: abcfb8eef98f3b82bdc3153477d39783a952cba3053197fd5eae7132bc9095db
3
+ metadata.gz: f57954bd9f362e40e891facc571a80d95ea6513f28200b46204601d3dc231015
4
+ data.tar.gz: de2c7defd6a600898475d5551ca794923ac0e85991bca6f5eb6c9086f3038add
5
5
  SHA512:
6
- metadata.gz: b3f7495edcb9a609a2d078dcba4d66ef20cb271b21bedd09acfadb538450ad4530eb1aed6dbe6d7ad15af192196a9ac1b4e9c74c21c623a7c644641961c44d92
7
- data.tar.gz: 5c2fbaad56fe8e94d7f5fccfe1b269f9736d9b46adde1f78a65f210817122dc04ee7fa1bc21bf9da047a8b4435bb4041093f2262c9afca1a9da0425d225356ee
6
+ metadata.gz: b12ec6ef5c0a9dc612b1c2f5a460ae4efc993ceb2c3a56974c34c92a06dbb962805d8be4d90791b7cb052d8d5646a381ab59c931905a0df52fee280528f8d295
7
+ data.tar.gz: 50703c217d9726134b1ad99693c1d13946ce3aefbbad35bdebb3fd984d7f6f6fc696fe51cc735f9516ed2a0da92521ca72a258673553aa63c53abfcbd6cb7f18
data/gdk_pixbuf2.gemspec CHANGED
@@ -44,6 +44,14 @@ Gem::Specification.new do |s|
44
44
 
45
45
  [
46
46
  ["alpine_linux", "gdk-pixbuf-dev"],
47
+ ["alt_linux", "gdk-pixbuf-devel"],
48
+ ["arch_linux", "gdk-pixbuf2"],
49
+ ["conda", "liblzma-devel"],
50
+ ["conda", "gdk-pixbuf"],
51
+ ["debian", "libgdk-pixbuf2.0-dev"],
52
+ ["homebrew", "gdk-pixbuf"],
53
+ ["macports", "gdk-pixbuf2"],
54
+ ["rhel", "pkgconfig(gdk-pixbuf-2.0)"],
47
55
  ].each do |platform, package|
48
56
  s.requirements << "system: gdk-pixbuf-2.0: #{platform}: #{package}"
49
57
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk_pixbuf2
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.8
4
+ version: 4.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME Project Team
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-20 00:00:00.000000000 Z
10
+ date: 2025-03-22 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gio2
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 4.2.8
18
+ version: 4.2.9
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 4.2.8
25
+ version: 4.2.9
26
26
  description: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
27
27
  email: ruby-gnome2-devel-en@lists.sourceforge.net
28
28
  executables: []
@@ -83,6 +83,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  version: '0'
84
84
  requirements:
85
85
  - 'system: gdk-pixbuf-2.0: alpine_linux: gdk-pixbuf-dev'
86
+ - 'system: gdk-pixbuf-2.0: alt_linux: gdk-pixbuf-devel'
87
+ - 'system: gdk-pixbuf-2.0: arch_linux: gdk-pixbuf2'
88
+ - 'system: gdk-pixbuf-2.0: conda: liblzma-devel'
89
+ - 'system: gdk-pixbuf-2.0: conda: gdk-pixbuf'
90
+ - 'system: gdk-pixbuf-2.0: debian: libgdk-pixbuf2.0-dev'
91
+ - 'system: gdk-pixbuf-2.0: homebrew: gdk-pixbuf'
92
+ - 'system: gdk-pixbuf-2.0: macports: gdk-pixbuf2'
93
+ - 'system: gdk-pixbuf-2.0: rhel: pkgconfig(gdk-pixbuf-2.0)'
86
94
  rubygems_version: 3.6.2
87
95
  specification_version: 4
88
96
  summary: Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.