gtk3 4.2.1 → 4.2.3
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 +8 -11
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,14 +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
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2024-
|
10
|
+
date: 2024-09-19 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: atk
|
@@ -16,28 +15,28 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - '='
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.2.
|
18
|
+
version: 4.2.3
|
20
19
|
type: :runtime
|
21
20
|
prerelease: false
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
23
22
|
requirements:
|
24
23
|
- - '='
|
25
24
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.2.
|
25
|
+
version: 4.2.3
|
27
26
|
- !ruby/object:Gem::Dependency
|
28
27
|
name: gdk3
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
30
29
|
requirements:
|
31
30
|
- - '='
|
32
31
|
- !ruby/object:Gem::Version
|
33
|
-
version: 4.2.
|
32
|
+
version: 4.2.3
|
34
33
|
type: :runtime
|
35
34
|
prerelease: false
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
37
36
|
requirements:
|
38
37
|
- - '='
|
39
38
|
- !ruby/object:Gem::Version
|
40
|
-
version: 4.2.
|
39
|
+
version: 4.2.3
|
41
40
|
description: Ruby/GTK3 is a Ruby binding of GTK+-3.x.
|
42
41
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
43
42
|
executables: []
|
@@ -595,11 +594,10 @@ files:
|
|
595
594
|
- test/test-gtk-window.rb
|
596
595
|
- test/test-gtk.rb
|
597
596
|
- test/test-pango-context.rb
|
598
|
-
homepage: https://ruby-
|
597
|
+
homepage: https://ruby-gnome.github.io/
|
599
598
|
licenses:
|
600
599
|
- LGPL-2.1+
|
601
600
|
metadata: {}
|
602
|
-
post_install_message:
|
603
601
|
rdoc_options: []
|
604
602
|
require_paths:
|
605
603
|
- lib
|
@@ -614,8 +612,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
614
612
|
- !ruby/object:Gem::Version
|
615
613
|
version: '0'
|
616
614
|
requirements: []
|
617
|
-
rubygems_version: 3.
|
618
|
-
signing_key:
|
615
|
+
rubygems_version: 3.6.0.dev
|
619
616
|
specification_version: 4
|
620
617
|
summary: Ruby/GTK3 is a Ruby binding of GTK+-3.x.
|
621
618
|
test_files: []
|