gobject-introspection 4.2.9 → 4.3.0
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 +0 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5dd0a821e3075f9b1f777f7b4977d57220d0baa7738dcb39ef2865b1d88bd6da
|
4
|
+
data.tar.gz: fd327996b21538041c5491b301df808281163b3f569962dff733404a8fe5be6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e474b3f3a99650cdfae3590e09029332ba1c80edc04b3ef503b7943ab9e8119578e857403b5f47a682ea5f4348a95bfa9d875ad13733c195edd737ec411eda6
|
7
|
+
data.tar.gz: d4faec4fe9a36a2621169547f3149b0418b1607af2b34b66563d3ddeeb6371c8d4688f97b441b68cb4585b73f828a99b7c91749d0259a10bfef22e7a84a8ee13
|
@@ -53,7 +53,6 @@ Gem::Specification.new do |s|
|
|
53
53
|
["alt_linux", "gobject-introspection-devel"],
|
54
54
|
["arch_linux", "gobject-introspection"],
|
55
55
|
["conda", "gobject-introspection"],
|
56
|
-
["conda", "gobject-introspection"],
|
57
56
|
["debian", "libgirepository1.0-dev"],
|
58
57
|
["homebrew", "gobject-introspection"],
|
59
58
|
["macports", "gobject-introspection"],
|
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.
|
4
|
+
version: 4.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME Project Team
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 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.
|
18
|
+
version: 4.3.0
|
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.
|
25
|
+
version: 4.3.0
|
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
|
@@ -152,12 +152,11 @@ requirements:
|
|
152
152
|
- 'system: gobject-introspection-1.0: alt_linux: gobject-introspection-devel'
|
153
153
|
- 'system: gobject-introspection-1.0: arch_linux: gobject-introspection'
|
154
154
|
- 'system: gobject-introspection-1.0: conda: gobject-introspection'
|
155
|
-
- 'system: gobject-introspection-1.0: conda: gobject-introspection'
|
156
155
|
- 'system: gobject-introspection-1.0: debian: libgirepository1.0-dev'
|
157
156
|
- 'system: gobject-introspection-1.0: homebrew: gobject-introspection'
|
158
157
|
- 'system: gobject-introspection-1.0: macports: gobject-introspection'
|
159
158
|
- 'system: gobject-introspection-1.0: rhel: pkgconfig(gobject-introspection-1.0)'
|
160
|
-
rubygems_version: 3.6.
|
159
|
+
rubygems_version: 3.6.7
|
161
160
|
specification_version: 4
|
162
161
|
summary: Ruby/GObjectIntrospection is a Ruby binding of GObject Introspection.
|
163
162
|
test_files: []
|