gobject-introspection 3.2.7 → 3.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/gobject-introspection.gemspec +2 -0
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7213d8a13c2cd45d21596d404c17a9f3bea46dbadb2ba5e8760c977695d41d0
|
4
|
+
data.tar.gz: a7d12df78a07de72ed3eecf958787eaf047398c84bb53cf93a21638bb11a9031
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 309702c449dc20eccff306ed969c55d2905fcc5c92b2f93bb13b9d8280973c98a753dc3280eab22911dff0539b82c5d85bf0126d8dabd50249eb51ec048746c9
|
7
|
+
data.tar.gz: 6f827b081c4ef531c1d34d2dfc2eedfe010ac6616be8c6615a491abb212c0ff21dd0ac08f870d8d9cec28df83fc998c0448cd62260bb1c44f67d0caa94ff75ce
|
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: 3.2.
|
4
|
+
version: 3.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06
|
11
|
+
date: 2018-08-06 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: 3.2.
|
19
|
+
version: 3.2.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: 3.2.
|
26
|
+
version: 3.2.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
|
@@ -118,7 +118,8 @@ files:
|
|
118
118
|
homepage: https://ruby-gnome2.osdn.jp/
|
119
119
|
licenses:
|
120
120
|
- LGPL-2.1+
|
121
|
-
metadata:
|
121
|
+
metadata:
|
122
|
+
msys2_mingw_dependencies: gobject-introspection
|
122
123
|
post_install_message:
|
123
124
|
rdoc_options: []
|
124
125
|
require_paths:
|