gobject-introspection 4.0.8 → 4.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba525b76420293121f8a04e50be8a9b6293fdd5c5ed14c2e3b7b3654d650a500
4
- data.tar.gz: 4ca4b17472f7f577ba819735c81aec010ec8217f56ff4c50f22875a710cdbae6
3
+ metadata.gz: 13a53ddb47d6c24b2c63d92b95071030648b9ff9992fff79c01f6d7ebeb2321e
4
+ data.tar.gz: f5717e59f30e4ccfe2a4347aa65b0d5ea58d6392ee7dede0adf523506a767fa2
5
5
  SHA512:
6
- metadata.gz: bbcaed57ab7ec605ccb4d7f3752590a227aac9386666ba8b5940599684c4b02bac093c02a99f96f16d96315884a7e05f93203b738e52c9226af6dd4e997e905f
7
- data.tar.gz: baf565f3431f5f1021b23911374e4e8cb3cd7d390ca1a62452cc16daa010ae94a7394cc8ea22526f70b00ca98db1a5db3c5247f9d192833ec7853b020e6b0397
6
+ metadata.gz: 0e0cdcc0ed82f26e5eb568c4584c15f0c66c1870332c658bdf10ab7f1710876d9fc9b9b56277a16a3f01391e65190c5fa638ccb73e50c4954f99af3a19c0e072
7
+ data.tar.gz: b671769d3c98c1a3309436afa756977fb7dc1e9b2de97aa2283d0309fe6f20e5bd7b590b1220a07ac5e6327f1378c89375108d56ad30c59426440c07728958bc
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gobject-introspection
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.8
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-15 00:00:00.000000000 Z
11
+ date: 2023-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: glib2
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.8
19
+ version: 4.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.8
26
+ version: 4.1.0
27
27
  description: Ruby/GObjectIntrospection provides bindings of GObject Introspection
28
28
  and a loader module that can generate dynamically Ruby bindings of any GObject C
29
29
  libraries
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  - !ruby/object:Gem::Version
151
151
  version: '0'
152
152
  requirements: []
153
- rubygems_version: 3.4.0.dev
153
+ rubygems_version: 3.5.0.dev
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: Ruby/GObjectIntrospection is a Ruby binding of GObject Introspection.