gtk3 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/gtk3.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b96642cd9cd111822e583462931034e926d73da06aca371395482b98e7daa74
|
4
|
+
data.tar.gz: 41eee7e0962ce991d3697f64c32618741ac4179be3e12ca7f06fcedc41269399
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cf429272ce3a0f501f4402954f9ae62aa765a336758208844e868ac6f7fa5f9ba0c01495a37c8294809ae160dbc7b46fdc3a47e1ee6374406bf7d26c38792b6
|
7
|
+
data.tar.gz: 8e6b55851373854c3caacd7928e48c26c0cad7dcd643163d0f80ec45ee9f7de84006c32f1f43c8a4a93b094cf1401f858e77bf8db7d604a56c865c950dba7f5c
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ Ruby/GTK3 is a Ruby binding of GTK+ 3.
|
|
6
6
|
|
7
7
|
* Ruby/GLib2, Ruby/ATK, Ruby/Pango, Ruby/GdkPixbuf2, Ruby/GIO2,
|
8
8
|
Ruby/GDK3, Ruby/GObjectIntrospection and Ruby/GTK3 in
|
9
|
-
[Ruby-GNOME](https://ruby-
|
9
|
+
[Ruby-GNOME](https://ruby-gnome.github.io/)
|
10
10
|
* [rcairo](https://github.com/rcairo/rcairo)
|
11
11
|
* [GTK+](http://www.gtk.org/) 3.4.2 or later
|
12
12
|
|
@@ -31,4 +31,4 @@ under the terms of the GNU LESSER GENERAL PUBLIC LICENSE Version 2.1.
|
|
31
31
|
## Project Websites
|
32
32
|
|
33
33
|
* https://github.com/ruby-gnome/ruby-gnome
|
34
|
-
* https://ruby-
|
34
|
+
* https://ruby-gnome.github.io/
|
data/gtk3.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.description = "Ruby/GTK3 is a Ruby binding of GTK+-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 = ["ext/#{s.name}/extconf.rb"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gtk3
|
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: atk
|
@@ -15,28 +15,28 @@ 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: gdk3
|
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
|
description: Ruby/GTK3 is a Ruby binding of GTK+-3.x.
|
41
41
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
42
42
|
executables: []
|
@@ -594,7 +594,7 @@ files:
|
|
594
594
|
- test/test-gtk-window.rb
|
595
595
|
- test/test-gtk.rb
|
596
596
|
- test/test-pango-context.rb
|
597
|
-
homepage: https://ruby-
|
597
|
+
homepage: https://ruby-gnome.github.io/
|
598
598
|
licenses:
|
599
599
|
- LGPL-2.1+
|
600
600
|
metadata: {}
|