glib2 4.2.4 → 4.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/test/test-variant.rb CHANGED
@@ -64,7 +64,7 @@ expected end of input:
64
64
 
65
65
  test "#inspect" do
66
66
  variant = GLib::Variant.new(29, "y")
67
- assert_equal("#<GLib::Variant:0x00 type=y value=29>",
67
+ assert_equal("#<GLib::Variant:0x00 ptr=0x00 type=y value=29>",
68
68
  variant.inspect.gsub(/0x\h+/, "0x00"))
69
69
  end
70
70
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glib2
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: pkg-config
@@ -150,6 +150,7 @@ files:
150
150
  - lib/glib2/deprecated.rb
151
151
  - lib/glib2/regex.rb
152
152
  - lib/glib2/time-zone.rb
153
+ - lib/glib2/value.rb
153
154
  - lib/glib2/variant.rb
154
155
  - lib/glib2/version.rb
155
156
  - lib/gnome/rake/external-package.rb
@@ -228,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
229
  - !ruby/object:Gem::Version
229
230
  version: '0'
230
231
  requirements: []
231
- rubygems_version: 3.6.0.dev
232
+ rubygems_version: 3.6.2
232
233
  specification_version: 4
233
234
  summary: Ruby/GLib2 is a Ruby binding of GLib-2.x.
234
235
  test_files: []