gdk4 4.2.2 → 4.2.3
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 +4 -4
- data/README.md +2 -2
- data/gdk4.gemspec +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3b2cc0ffc77d02f0645fca17f123d6e45ade54abd1578e190d9f10668d01a0f
|
4
|
+
data.tar.gz: 71fdd11555e5044eab271f20449b1a1f202df3e69e9acb91dc9a4444ad3a49dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf59633b00cef1e5b98eed26444ce1cbc02be3f5b5717c72c0fd28d1356692a5b4bd7e905443565cce34af655e31b273f145b5bef3a7380da110a6e19db65fea
|
7
|
+
data.tar.gz: bcfa7b61109351c053f98f3a335260d9ae3c860496e27c929d2ce56361a8913b3f6f76de2723e293395c3626f50f6115e37b667bd06cab5343609240723c9e87
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ https://developer.gnome.org/gdk4/3.90/
|
|
6
6
|
## Requirements
|
7
7
|
|
8
8
|
* Ruby/GLib2, Ruby/ATK, Ruby/Pango and Ruby/GdkPixbuf2 in
|
9
|
-
[Ruby-GNOME2](https://ruby-
|
9
|
+
[Ruby-GNOME2](https://ruby-gnome.github.io/)
|
10
10
|
* [rcairo](https://github.com/rcairo/rcairo)
|
11
11
|
* [GTK+](https://www.gtk.org/) 3.93 or later
|
12
12
|
|
@@ -55,4 +55,4 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
|
|
55
55
|
|
56
56
|
## Project Website
|
57
57
|
|
58
|
-
https://ruby-
|
58
|
+
https://ruby-gnome.github.io/
|
data/gdk4.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.description = "Ruby/GDK4 is a Ruby binding of GDK-4.x."
|
25
25
|
s.author = "The Ruby-GNOME Project Team"
|
26
26
|
s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
|
27
|
-
s.homepage = "https://ruby-
|
27
|
+
s.homepage = "https://ruby-gnome.github.io/"
|
28
28
|
s.licenses = ["LGPL-2.1+"]
|
29
29
|
s.version = ruby_glib2_version
|
30
30
|
s.extensions = ["dependency-check/Rakefile"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdk4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME Project Team
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2024-
|
10
|
+
date: 2024-09-19 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: pango
|
@@ -15,42 +15,42 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - '='
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 4.2.
|
18
|
+
version: 4.2.3
|
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.
|
25
|
+
version: 4.2.3
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: gdk_pixbuf2
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
30
|
- - '='
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 4.2.
|
32
|
+
version: 4.2.3
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - '='
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 4.2.
|
39
|
+
version: 4.2.3
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: cairo-gobject
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - '='
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 4.2.
|
46
|
+
version: 4.2.3
|
47
47
|
type: :runtime
|
48
48
|
prerelease: false
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
51
|
- - '='
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 4.2.
|
53
|
+
version: 4.2.3
|
54
54
|
description: Ruby/GDK4 is a Ruby binding of GDK-4.x.
|
55
55
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
56
56
|
executables: []
|
@@ -85,7 +85,7 @@ files:
|
|
85
85
|
- test/test-gdk-pixbuf.rb
|
86
86
|
- test/test-gdk-rectangle.rb
|
87
87
|
- test/test-gdk-rgba.rb
|
88
|
-
homepage: https://ruby-
|
88
|
+
homepage: https://ruby-gnome.github.io/
|
89
89
|
licenses:
|
90
90
|
- LGPL-2.1+
|
91
91
|
metadata:
|