gdk4 4.2.4 → 4.2.6

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: b8323d1a79a02f2e1f9d1c257cb736b58ede13fcead6297b917b12bb979cef54
4
- data.tar.gz: 91e6293999033460af1b036e4608f94e33ad834e9d62b9e7b0694b1831360d91
3
+ metadata.gz: c6fa293bd686aceee2751671c30892d788fb55231a4adc807d771e9a7d6cc20f
4
+ data.tar.gz: 889ad47b3cfcbc14c809f4101001ef3b16e3716f1b01b3f552b92ce9540803fc
5
5
  SHA512:
6
- metadata.gz: dae3b470d81f485fbee757a02376cd383be7d3e75c3c2aa8bc509a71d8ccdb952b811bf63b0e842d0afbb3670718f7f290df69b9680b681da7cef512e48097ac
7
- data.tar.gz: dbad02d239d3d845173cc2e6bed2cb1a39becaa09620de794518b608aaa77ae746e076c7aff151ce3555c1c826692c86adecdded9eff06b0dca91d295e22ab25
6
+ metadata.gz: 3c1263b26872c16e010e5a49f267eb93dca11686ff7bb76614ac4a631f95f8f99f32a42bf4c38e00c78e82d7de8428bd7ab0bae23e3a185cbd4e9829956d54b5
7
+ data.tar.gz: 55932ef4f06fd90facd1c67bc6484a414ea82a642559dc5c15e377f96fb754a17aecb02db834d0f63f153b74d62d7f56cfb7a7d7f6b7956eac53aa3ff7b7d10c
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,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk4
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.4
4
+ version: 4.2.6
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-09-23 00:00:00.000000000 Z
10
+ date: 2025-01-25 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: pango
@@ -15,42 +15,42 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 4.2.4
18
+ version: 4.2.6
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.4
25
+ version: 4.2.6
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: gdk_pixbuf2
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 4.2.4
32
+ version: 4.2.6
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.4
39
+ version: 4.2.6
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: cairo-gobject
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - '='
45
45
  - !ruby/object:Gem::Version
46
- version: 4.2.4
46
+ version: 4.2.6
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - '='
52
52
  - !ruby/object:Gem::Version
53
- version: 4.2.4
53
+ version: 4.2.6
54
54
  description: Ruby/GDK4 is a Ruby binding of GDK-4.x.
55
55
  email: ruby-gnome2-devel-en@lists.sourceforge.net
56
56
  executables: []
@@ -85,6 +85,7 @@ files:
85
85
  - test/test-gdk-pixbuf.rb
86
86
  - test/test-gdk-rectangle.rb
87
87
  - test/test-gdk-rgba.rb
88
+ - test/test-gdk-time-coord.rb
88
89
  homepage: https://ruby-gnome.github.io/
89
90
  licenses:
90
91
  - LGPL-2.1+
@@ -104,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
105
  - !ruby/object:Gem::Version
105
106
  version: '0'
106
107
  requirements: []
107
- rubygems_version: 3.6.0.dev
108
+ rubygems_version: 3.6.2
108
109
  specification_version: 4
109
110
  summary: Ruby/GDK4 is a Ruby binding of GDK-4.x.
110
111
  test_files: []