gdk4 4.2.3 → 4.2.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3b2cc0ffc77d02f0645fca17f123d6e45ade54abd1578e190d9f10668d01a0f
4
- data.tar.gz: 71fdd11555e5044eab271f20449b1a1f202df3e69e9acb91dc9a4444ad3a49dd
3
+ metadata.gz: e23b23fa491a343ce984e152d9c96222eb2cd21940a6318f64e7476878074c79
4
+ data.tar.gz: 230940bdffbc9ef31a2a0a98352f6d9b6ff6923de4c121148abaeb6d7abc0a6b
5
5
  SHA512:
6
- metadata.gz: cf59633b00cef1e5b98eed26444ce1cbc02be3f5b5717c72c0fd28d1356692a5b4bd7e905443565cce34af655e31b273f145b5bef3a7380da110a6e19db65fea
7
- data.tar.gz: bcfa7b61109351c053f98f3a335260d9ae3c860496e27c929d2ce56361a8913b3f6f76de2723e293395c3626f50f6115e37b667bd06cab5343609240723c9e87
6
+ metadata.gz: 36e93ae70e0a2c4dcc117f0c383c324267a05b15d6bacc7fe8ee5682f0599269a0da2ab557c814aa1cb2fbee6f927308ee71c928273375a9536522ac9f24ecd2
7
+ data.tar.gz: 9553d1178b5e8306d651bd1c24ef17f9cc5a57460ad1a27635f0d00bdc6861a1c4a997845798ad2298dc22c40be54f6946f52ef3d1c1b9294d91ae4372300fcd
data/Rakefile CHANGED
@@ -17,10 +17,10 @@
17
17
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18
18
 
19
19
  $LOAD_PATH.unshift("./../glib2/lib")
20
- require "gnome2/rake/package-task"
20
+ require "gnome/rake/package-task"
21
21
 
22
22
  package_name = File.basename(__dir__)
23
23
  spec = Gem::Specification.load("#{package_name}.gemspec")
24
24
 
25
- GNOME2::Rake::PackageTask.define(spec, __dir__) do |package|
25
+ GNOME::Rake::PackageTask.define(spec, __dir__) do |package|
26
26
  end
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2022 Ruby-GNOME Project Team
1
+ # Copyright (C) 2013-2024 Ruby-GNOME Project Team
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -96,7 +96,7 @@ class TestGdkRGBA < Test::Unit::TestCase
96
96
  end
97
97
 
98
98
  def test_invalid
99
- message = "invalid RGBA format: \"invalid\" "
99
+ message = +"invalid RGBA format: \"invalid\" "
100
100
  message << "(available formats: "
101
101
  message << "COLOR_NAME, "
102
102
  message << "\#RGB, "
@@ -0,0 +1,26 @@
1
+ # Copyright (C) 2024 Ruby-GNOME Project Team
2
+ #
3
+ # This library is free software; you can redistribute it and/or
4
+ # modify it under the terms of the GNU Lesser General Public
5
+ # License as published by the Free Software Foundation; either
6
+ # version 2.1 of the License, or (at your option) any later version.
7
+ #
8
+ # This library is distributed in the hope that it will be useful,
9
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ # Lesser General Public License for more details.
12
+ #
13
+ # You should have received a copy of the GNU Lesser General Public
14
+ # License along with this library; if not, write to the Free Software
15
+ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
+
17
+ class TestGdkTimeCoord < Test::Unit::TestCase
18
+ def setup
19
+ @time_coord = Gdk::TimeCoord.new
20
+ end
21
+
22
+ def test_axes
23
+ assert_equal([0.0] * Gdk::AxisUse::LAST.to_i,
24
+ @time_coord.axes)
25
+ end
26
+ end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk4
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.3
4
+ version: 4.2.5
5
5
  platform: ruby
6
+ original_platform: ''
6
7
  authors:
7
8
  - The Ruby-GNOME Project Team
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2024-09-19 00:00:00.000000000 Z
11
+ date: 2024-12-15 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: pango
@@ -15,42 +16,42 @@ dependencies:
15
16
  requirements:
16
17
  - - '='
17
18
  - !ruby/object:Gem::Version
18
- version: 4.2.3
19
+ version: 4.2.5
19
20
  type: :runtime
20
21
  prerelease: false
21
22
  version_requirements: !ruby/object:Gem::Requirement
22
23
  requirements:
23
24
  - - '='
24
25
  - !ruby/object:Gem::Version
25
- version: 4.2.3
26
+ version: 4.2.5
26
27
  - !ruby/object:Gem::Dependency
27
28
  name: gdk_pixbuf2
28
29
  requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
31
  - - '='
31
32
  - !ruby/object:Gem::Version
32
- version: 4.2.3
33
+ version: 4.2.5
33
34
  type: :runtime
34
35
  prerelease: false
35
36
  version_requirements: !ruby/object:Gem::Requirement
36
37
  requirements:
37
38
  - - '='
38
39
  - !ruby/object:Gem::Version
39
- version: 4.2.3
40
+ version: 4.2.5
40
41
  - !ruby/object:Gem::Dependency
41
42
  name: cairo-gobject
42
43
  requirement: !ruby/object:Gem::Requirement
43
44
  requirements:
44
45
  - - '='
45
46
  - !ruby/object:Gem::Version
46
- version: 4.2.3
47
+ version: 4.2.5
47
48
  type: :runtime
48
49
  prerelease: false
49
50
  version_requirements: !ruby/object:Gem::Requirement
50
51
  requirements:
51
52
  - - '='
52
53
  - !ruby/object:Gem::Version
53
- version: 4.2.3
54
+ version: 4.2.5
54
55
  description: Ruby/GDK4 is a Ruby binding of GDK-4.x.
55
56
  email: ruby-gnome2-devel-en@lists.sourceforge.net
56
57
  executables: []
@@ -85,6 +86,7 @@ files:
85
86
  - test/test-gdk-pixbuf.rb
86
87
  - test/test-gdk-rectangle.rb
87
88
  - test/test-gdk-rgba.rb
89
+ - test/test-gdk-time-coord.rb
88
90
  homepage: https://ruby-gnome.github.io/
89
91
  licenses:
90
92
  - LGPL-2.1+