gtk3 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/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: 66ee44550c0d8bed261560040b304cb5d842dc794b6150f80ca2221cd572c7fd
|
|
4
|
+
data.tar.gz: f7ece3568c4d4afbfcdfe33fa4c664739683d53256e77b2f0af55e9c7ef29770
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35305ce3754e6fec5e8e3c886ccc0cfbe8ddb089680a067ce68d1e2386e409bb83ed908ec790be62010de006d737c40a19b539160b51287f82389f34355a7da1
|
|
7
|
+
data.tar.gz: 512de72233df5670f1eadf46224876ec9993f0fd866492355c05c96ef08a9e083061c696f6b43ed93b051a364ad2fed12799951af78e55287159b727c86c1566
|
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.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: 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.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: 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.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
|
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: {}
|