gdk3 4.2.2 → 4.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/gdk3.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: a20b363db7a1690ca2b71fbc6cbcb51034df0563618fba28cb488853d9c47935
|
4
|
+
data.tar.gz: 8d0cca5ee259713b0c4c08a7aa52a64a3d00f005401ba30bb3e75c98f4c1458f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67aa6490b924f46a1b088e528a5c760afd16b7f80a5cd7522c3a9dcb7cb39d5dfe4a9ab2d3d814fd8a37dbc9f4e47c6c900e8fcf6dafa05ff390e38829e985e0
|
7
|
+
data.tar.gz: 7cbf45478d91a16fb7043a0aea0281280b3166b924479e80c5d975aa2a685931f624e4332ff7883a3812da06e3ba3c56e97615f47eb37b60aab2b8ca72d6f37a
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ Ruby/GDK3 is a Ruby binding of GDK 3.
|
|
5
5
|
## Requirements
|
6
6
|
|
7
7
|
* Ruby/GLib2, Ruby/ATK, Ruby/Pango and Ruby/GdkPixbuf2 in
|
8
|
-
[Ruby-GNOME2](https://ruby-
|
8
|
+
[Ruby-GNOME2](https://ruby-gnome.github.io/)
|
9
9
|
* [rcairo](https://github.com/rcairo/rcairo)
|
10
10
|
* [GTK+](https://www.gtk.org/) 3.4.2 or later
|
11
11
|
|
@@ -22,4 +22,4 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
|
|
22
22
|
|
23
23
|
## Project Website
|
24
24
|
|
25
|
-
https://ruby-
|
25
|
+
https://ruby-gnome.github.io/
|
data/gdk3.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.description = "Ruby/GDK3 is a Ruby binding of GDK-3.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: gdk3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.4
|
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-23 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.4
|
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.4
|
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.4
|
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.4
|
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.4
|
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.4
|
54
54
|
description: Ruby/GDK3 is a Ruby binding of GDK-3.x.
|
55
55
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
56
56
|
executables: []
|
@@ -95,7 +95,7 @@ files:
|
|
95
95
|
- test/test-gdk-rgba.rb
|
96
96
|
- test/test-gdk-selection.rb
|
97
97
|
- test/test-gdk-window-attr.rb
|
98
|
-
homepage: https://ruby-
|
98
|
+
homepage: https://ruby-gnome.github.io/
|
99
99
|
licenses:
|
100
100
|
- LGPL-2.1+
|
101
101
|
metadata:
|