gobject-introspection 4.2.1 → 4.2.2

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 438bd5d1deff7d98a34a3556c97298f3a233cf95c37c070783fc64d6ec97481d
4
- data.tar.gz: 1cbf74a846a7d3ac67b0ae6ee4efb3c22bc1bed684c480f647484753ebe1b2de
3
+ metadata.gz: 5c61aee26486f30c6b35b119b1c35201c2685e48c7dd9a98dd5aebd72909be13
4
+ data.tar.gz: e980ad964b3a3318743e893e0c7a22ba94070f4c4735b023fe7dec75e1dca24e
5
5
  SHA512:
6
- metadata.gz: ad59016f3ca59c6d954fc05705b3495bdc833e7bd237ebd923b367dff967d20f74baeeffc9a655650681667e5a80e47c18b9843a77b813857704fb95d6682b7a
7
- data.tar.gz: a4565fc5ecc0c62be547eb0e26c0e7115ec1f68a331b17d3557556610586a0a430512b99aeb45b266f3429cef740e442d53a548500dad3822b2f8d98364a824d
6
+ metadata.gz: 4e52bda34bc55b6bdd093038cd315e4c7cce19daf165a0e2e72f0848d867786e4120002b456f58c53767c1d82ce6338f82a87ca4516a7a168c85e2bc46c617cc
7
+ data.tar.gz: 961ff4d28666a403b7c6465e7e8b66f02bcb2e04b38ceea9343d1a16883afc7a78ed77c50cf77ff99a0f7092228ac411ea54338e09f3b00c4a6d89214de41c97
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gobject-introspection
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
4
+ version: 4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME Project Team
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-02-22 00:00:00.000000000 Z
10
+ date: 2024-04-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: glib2
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
- version: 4.2.1
18
+ version: 4.2.2
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - '='
25
24
  - !ruby/object:Gem::Version
26
- version: 4.2.1
25
+ version: 4.2.2
27
26
  description: Ruby/GObjectIntrospection provides bindings of GObject Introspection
28
27
  and a loader module that can generate dynamically Ruby bindings of any GObject C
29
28
  libraries
@@ -135,7 +134,6 @@ licenses:
135
134
  - LGPL-2.1+
136
135
  metadata:
137
136
  msys2_mingw_dependencies: gobject-introspection
138
- post_install_message:
139
137
  rdoc_options: []
140
138
  require_paths:
141
139
  - lib
@@ -150,8 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
148
  - !ruby/object:Gem::Version
151
149
  version: '0'
152
150
  requirements: []
153
- rubygems_version: 3.5.1
154
- signing_key:
151
+ rubygems_version: 3.6.0.dev
155
152
  specification_version: 4
156
153
  summary: Ruby/GObjectIntrospection is a Ruby binding of GObject Introspection.
157
154
  test_files: []