gdk4 4.2.1 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/gdk4.gemspec +1 -1
  4. metadata +10 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 813f262d55fc80d824f33938513e3d4a693382845c0a5b267bbbdf11e6d2c48a
4
- data.tar.gz: 12f9795cfdef5c38ce21702ee2c0090155d9751c99ff1f467fa10631a9e881a2
3
+ metadata.gz: d3b2cc0ffc77d02f0645fca17f123d6e45ade54abd1578e190d9f10668d01a0f
4
+ data.tar.gz: 71fdd11555e5044eab271f20449b1a1f202df3e69e9acb91dc9a4444ad3a49dd
5
5
  SHA512:
6
- metadata.gz: 561780014eea2a7564385ec82f89023694603265e502d82a567f5e80f68c7ed71bc285841f9cb55314568afbf7789c36fdf9f7d615066967cd2b7fd8609c6595
7
- data.tar.gz: 1c0d34c750ad728ea63f8b7f600146d14bbdff48bc78b9cce5a71d457e14ebd01bff01e78b6b1a78036792636b222ff31c9a569b0dde25674c70ec860046026d
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-gnome2.osdn.jp/)
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-gnome2.osdn.jp/
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-gnome2.osdn.jp/"
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,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk4
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
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-02-22 00:00:00.000000000 Z
10
+ date: 2024-09-19 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: pango
@@ -16,42 +15,42 @@ dependencies:
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
- version: 4.2.1
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.1
25
+ version: 4.2.3
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: gdk_pixbuf2
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - '='
32
31
  - !ruby/object:Gem::Version
33
- version: 4.2.1
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.1
39
+ version: 4.2.3
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: cairo-gobject
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - '='
46
45
  - !ruby/object:Gem::Version
47
- version: 4.2.1
46
+ version: 4.2.3
48
47
  type: :runtime
49
48
  prerelease: false
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - '='
53
52
  - !ruby/object:Gem::Version
54
- version: 4.2.1
53
+ version: 4.2.3
55
54
  description: Ruby/GDK4 is a Ruby binding of GDK-4.x.
56
55
  email: ruby-gnome2-devel-en@lists.sourceforge.net
57
56
  executables: []
@@ -86,12 +85,11 @@ files:
86
85
  - test/test-gdk-pixbuf.rb
87
86
  - test/test-gdk-rectangle.rb
88
87
  - test/test-gdk-rgba.rb
89
- homepage: https://ruby-gnome2.osdn.jp/
88
+ homepage: https://ruby-gnome.github.io/
90
89
  licenses:
91
90
  - LGPL-2.1+
92
91
  metadata:
93
92
  msys2_mingw_dependencies: gtk4
94
- post_install_message:
95
93
  rdoc_options: []
96
94
  require_paths:
97
95
  - lib
@@ -106,8 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
104
  - !ruby/object:Gem::Version
107
105
  version: '0'
108
106
  requirements: []
109
- rubygems_version: 3.5.1
110
- signing_key:
107
+ rubygems_version: 3.6.0.dev
111
108
  specification_version: 4
112
109
  summary: Ruby/GDK4 is a Ruby binding of GDK-4.x.
113
110
  test_files: []