gobject-introspection 4.1.6 → 4.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05e8c319c81311bbb4fc4d28ee237c22d8d182f19c6dc39b84db13cb34866b6a
4
- data.tar.gz: 214e71eb6ebccd8bffaa74b83aa8cb0e93c72623b7fb83c26349af9063588bca
3
+ metadata.gz: 5c71deb15cacf7ce19332b7ea8a4b4a1a6d38efb6135f968a416159b0b07429b
4
+ data.tar.gz: '0291ce641fa943d7b10449c157bd0b40dcb3e83320810558a2ba457646107282'
5
5
  SHA512:
6
- metadata.gz: a95715a35a8542058b3ee2e7759b3c8ef0d7fe0fa7b87560e9ab18d15a8518b3fa08393b1ce98a76cfdc84f7fa3ab95344bb34fa2cf7692bf40b8a1dc907dc38
7
- data.tar.gz: 30bc6556e7fde6ba58631f6f40d9cf010e31699a10b2756f37c833bbccd2a8884b01c136df2e621f5f5e6e6f9bc27caebf4eb1df1d2dd49f9e649e002f6fc3b4
6
+ metadata.gz: a7427592e0702ce1f5e906bc24dac4ce6ddb58c3cd6be8f15654a0e0f2a7ecd067da57892288cc4359ea8b2e5385dda7bcd40c7d3d87dbbb41ad8f2e3ab39196
7
+ data.tar.gz: 8b9738a3587b848959ac5918356a692f8ded8031bdf00d77350eff99829dad953c82ddd894aaa4c9e60614854b97863062e53c673ad5e6f639afb1015cf9e9f5
@@ -41,6 +41,7 @@ end
41
41
 
42
42
  unless required_pkg_config_package(package_id,
43
43
  :alt_linux => "gobject-introspection-devel",
44
+ :conda => "gobject-introspection",
44
45
  :debian => "libgirepository1.0-dev",
45
46
  :redhat => "pkgconfig(gobject-introspection-1.0)",
46
47
  :homebrew => "gobject-introspection",
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.1.6
4
+ version: 4.1.8
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-05-21 00:00:00.000000000 Z
11
+ date: 2023-06-25 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.1.6
19
+ version: 4.1.8
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.1.6
26
+ version: 4.1.8
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