gobject-introspection 4.2.8 → 4.2.9
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/gobject-introspection.gemspec +7 -0
- metadata +11 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 627d790156e26f21077a1c7d3f5b55a9c90304d61a2a88d7ab1c377c6c29ab47
|
4
|
+
data.tar.gz: e31330abfc5a357502da9e2addbf5e947541f072789008ece3fb55f83334ce4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a367f7b54dc038e19227c2509cb76340c5589a284ce388953f0b699fc55f74de9cfba1b5beab93a9e8a9312ce82f6f3d9377e157b3e8016e309ca978d9074dd
|
7
|
+
data.tar.gz: 61cff881e922783963e92844ff4ccfefac2989e6af5b6965a7ed474d2c1f1773240cefb8f71fb1bd49d38dc6181d640f80e32b0ae9652f567708e62149005db7
|
@@ -50,7 +50,14 @@ Gem::Specification.new do |s|
|
|
50
50
|
|
51
51
|
[
|
52
52
|
["alpine_linux", "gobject-introspection-dev"],
|
53
|
+
["alt_linux", "gobject-introspection-devel"],
|
54
|
+
["arch_linux", "gobject-introspection"],
|
53
55
|
["conda", "gobject-introspection"],
|
56
|
+
["conda", "gobject-introspection"],
|
57
|
+
["debian", "libgirepository1.0-dev"],
|
58
|
+
["homebrew", "gobject-introspection"],
|
59
|
+
["macports", "gobject-introspection"],
|
60
|
+
["rhel", "pkgconfig(gobject-introspection-1.0)"],
|
54
61
|
].each do |platform, package|
|
55
62
|
s.requirements << "system: gobject-introspection-1.0: #{platform}: #{package}"
|
56
63
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gobject-introspection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME Project Team
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-22 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: glib2
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - '='
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 4.2.
|
18
|
+
version: 4.2.9
|
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.
|
25
|
+
version: 4.2.9
|
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
|
@@ -149,7 +149,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
149
149
|
version: '0'
|
150
150
|
requirements:
|
151
151
|
- 'system: gobject-introspection-1.0: alpine_linux: gobject-introspection-dev'
|
152
|
+
- 'system: gobject-introspection-1.0: alt_linux: gobject-introspection-devel'
|
153
|
+
- 'system: gobject-introspection-1.0: arch_linux: gobject-introspection'
|
152
154
|
- 'system: gobject-introspection-1.0: conda: gobject-introspection'
|
155
|
+
- 'system: gobject-introspection-1.0: conda: gobject-introspection'
|
156
|
+
- 'system: gobject-introspection-1.0: debian: libgirepository1.0-dev'
|
157
|
+
- 'system: gobject-introspection-1.0: homebrew: gobject-introspection'
|
158
|
+
- 'system: gobject-introspection-1.0: macports: gobject-introspection'
|
159
|
+
- 'system: gobject-introspection-1.0: rhel: pkgconfig(gobject-introspection-1.0)'
|
153
160
|
rubygems_version: 3.6.2
|
154
161
|
specification_version: 4
|
155
162
|
summary: Ruby/GObjectIntrospection is a Ruby binding of GObject Introspection.
|