gobject-introspection 4.2.7 → 4.2.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56c0dd8e60b55f1e3266c0de7f57f485f85e70e5ade87dccdc59c9197dcfbc0a
4
- data.tar.gz: 37d13858c25e07f365468b479e830b9f925920a6991845fbfdde0aaef3330517
3
+ metadata.gz: 620cf38be8c9ada3680b612cedca7add6578cabb6773e756ffd3ffba1ad7893a
4
+ data.tar.gz: 459a9a8056b16529f9bc873abe576c798bfe1fc0adb187398691eee80587a534
5
5
  SHA512:
6
- metadata.gz: 3e37700bb0c08a31f0df8833a2ca4e8328d029fdcd1dc9bb5849c499f38b666f2c9a7fad8bc05f7cc721df6349658299fe37e613bce0a37c1860026ac9ea5845
7
- data.tar.gz: 0af1bbeb5bfc6b56a2072fc6c597829be6516a5975a4dcdaeed966a557080312939158460454d7ff5542f719c0ae067c9f5fda48a794a9d6129b6fb705bb6b2c
6
+ metadata.gz: ed92333e9aac263dcc70fc8fb38bd08cdf0f428e4f4e20bf4baae6f3b8418937c2e73fd3400c744b9e1b9138806168911a9ae14b267f4b099a5c08783b644ad6
7
+ data.tar.gz: 4261cd2a45d3af7c58f4e3a5f8e6a49901f7c346875ce8e7f6f32d27ad766e16b5e9881d2284095cf018034a2da2ceba182c4d533554e575cc628b5b52b6bd73
@@ -1,6 +1,6 @@
1
1
  # -*- ruby -*-
2
2
  #
3
- # Copyright (C) 2018 Ruby-GNOME Project Team
3
+ # Copyright (C) 2018-2025 Ruby-GNOME Project Team
4
4
  #
5
5
  # This library is free software; you can redistribute it and/or
6
6
  # modify it under the terms of the GNU Lesser General Public
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
30
30
  s.author = "The Ruby-GNOME Project Team"
31
31
  s.email = "ruby-gnome2-devel-en@lists.sourceforge.net"
32
32
  s.homepage = "https://ruby-gnome.github.io/"
33
- s.licenses = ["LGPL-2.1+"]
33
+ s.licenses = ["LGPL-2.1-or-later"]
34
34
  s.version = ruby_glib2_version
35
35
  s.extensions = ["ext/#{s.name}/extconf.rb"]
36
36
  s.require_paths = ["lib"]
@@ -48,5 +48,12 @@ Gem::Specification.new do |s|
48
48
 
49
49
  s.add_runtime_dependency("glib2", "= #{s.version}")
50
50
 
51
+ [
52
+ ["alpine_linux", "gobject-introspection-dev"],
53
+ ["conda", "gobject-introspection"],
54
+ ].each do |platform, package|
55
+ s.requirements << "system: gobject-introspection-1.0: #{platform}: #{package}"
56
+ end
57
+
51
58
  s.metadata["msys2_mingw_dependencies"] = "gobject-introspection"
52
59
  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.7
4
+ version: 4.2.8
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-01-28 00:00:00.000000000 Z
10
+ date: 2025-03-20 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.7
18
+ version: 4.2.8
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.7
25
+ version: 4.2.8
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
@@ -131,7 +131,7 @@ files:
131
131
  - test/test-vfunc-info.rb
132
132
  homepage: https://ruby-gnome.github.io/
133
133
  licenses:
134
- - LGPL-2.1+
134
+ - LGPL-2.1-or-later
135
135
  metadata:
136
136
  msys2_mingw_dependencies: gobject-introspection
137
137
  rdoc_options: []
@@ -147,7 +147,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  - - ">="
148
148
  - !ruby/object:Gem::Version
149
149
  version: '0'
150
- requirements: []
150
+ requirements:
151
+ - 'system: gobject-introspection-1.0: alpine_linux: gobject-introspection-dev'
152
+ - 'system: gobject-introspection-1.0: conda: gobject-introspection'
151
153
  rubygems_version: 3.6.2
152
154
  specification_version: 4
153
155
  summary: Ruby/GObjectIntrospection is a Ruby binding of GObject Introspection.