gobject-introspection 4.3.0 → 4.3.1
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 +4 -4
- data/lib/gobject-introspection/loader.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5241c190c51758af04e437c725f506f23cd003baa3dfe400874cfff650db220a
|
4
|
+
data.tar.gz: 37890cd9f896931633844dea1a98c32d77ac679b1300bfe5c3ea8701ac94a521
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ea27f2be51baf88fa40b309a7058655db24486b30f7b802d1d5be6fa0e60b81100ea97fafa4d09a2ec313c1b8d92ce8412bd276ed17892fded8483677a5eea9
|
7
|
+
data.tar.gz: 32e7d4eb53268668c5648a81d3d28f738d7db9fdc787918e9d2395e9afa5a6d6fc383433cb59c858026cc28883f7b4388d7daba48984cdb862a86541bb1628dc
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2012-
|
1
|
+
# Copyright (C) 2012-2025 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
|
@@ -369,7 +369,7 @@ module GObjectIntrospection
|
|
369
369
|
end
|
370
370
|
end
|
371
371
|
full_method_name = "\#{self.class.name}\#\#{__method__}"
|
372
|
-
message = "wrong arguments: "
|
372
|
+
message = +"wrong arguments: "
|
373
373
|
message << "\#{full_method_name}("
|
374
374
|
message << arguments.collect(&:inspect).join(", ")
|
375
375
|
message << "):\\n"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gobject-introspection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.3.
|
4
|
+
version: 4.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME Project Team
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - '='
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 4.3.
|
18
|
+
version: 4.3.1
|
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.3.
|
25
|
+
version: 4.3.1
|
26
26
|
description: Ruby/GObjectIntrospection provides bindings of GObject Introspection
|
27
27
|
and a loader module that can generate dynamically Ruby bindings of any GObject C
|
28
28
|
libraries
|
@@ -156,7 +156,7 @@ requirements:
|
|
156
156
|
- 'system: gobject-introspection-1.0: homebrew: gobject-introspection'
|
157
157
|
- 'system: gobject-introspection-1.0: macports: gobject-introspection'
|
158
158
|
- 'system: gobject-introspection-1.0: rhel: pkgconfig(gobject-introspection-1.0)'
|
159
|
-
rubygems_version: 3.6.
|
159
|
+
rubygems_version: 3.6.9
|
160
160
|
specification_version: 4
|
161
161
|
summary: Ruby/GObjectIntrospection is a Ruby binding of GObject Introspection.
|
162
162
|
test_files: []
|