gobject-introspection 3.2.6-x64-mingw32 → 3.2.7-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +0 -4
- data/gobject-introspection.gemspec +2 -0
- data/lib/2.2/gobject_introspection.so +0 -0
- data/lib/2.3/gobject_introspection.so +0 -0
- data/lib/2.4/gobject_introspection.so +0 -0
- data/lib/2.5/gobject_introspection.so +0 -0
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 837dbcbac9977014f0fce13d9cd423c86ae89cff8c6ee3783b81872bd7d14c45
|
4
|
+
data.tar.gz: ed3ef8ccb5ee9a40dd8b0178527be5bee18e85d859ca6ca01b0258a813917514
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3828adfb987b923385db59e584df0d0f114e022b61cb9863f1665118da2386dbd3979887e19eb503ac61156936876714909715181539a5c2dc901903a5e3a1a5
|
7
|
+
data.tar.gz: 553a49dc697acc1a8f52a81aaa44b82db0638bff15ecac19a224e6109b5807289910065b3c19490ddefb112a283e6a831737d7364d4a17bf2e3f503dbfcaeeb5
|
data/Rakefile
CHANGED
@@ -23,10 +23,6 @@ package_name = File.basename(__dir__)
|
|
23
23
|
spec = Gem::Specification.load("#{package_name}.gemspec")
|
24
24
|
|
25
25
|
package_task = GNOME2::Rake::PackageTask.new(spec, __dir__) do |package|
|
26
|
-
package.summary = "Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection."
|
27
|
-
package.description = "Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection."
|
28
|
-
package.dependency.gem.runtime = ["glib2"]
|
29
|
-
package.dependency.gem.development = [["test-unit", ">= 2"]]
|
30
26
|
package.windows.packages = []
|
31
27
|
package.windows.dependencies = []
|
32
28
|
package.windows.build_dependencies = ["glib2"]
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
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.7
|
5
5
|
platform: x64-mingw32
|
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-
|
12
|
-
dependencies:
|
11
|
+
date: 2018-06-07 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: glib2
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 3.2.7
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 3.2.7
|
13
27
|
description: Ruby/GObjectIntrospection provides bindings of GObject Introspection
|
14
28
|
and a loader module that can generate dynamically Ruby bindings of any GObject C
|
15
29
|
libraries
|