gobject-introspection 2.0.3-x86-mingw32 → 2.1.0-x86-mingw32
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/lib/1.9/gobject_introspection.so +0 -0
- data/lib/2.0/gobject_introspection.so +0 -0
- data/lib/2.1/gobject_introspection.so +0 -0
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7bb843dfbcb1b88ad3a77ee38edbd15e24cc101
|
4
|
+
data.tar.gz: de2b36422c6d3bc6e95c5f6e13f534c9b3a55d13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed9a13f9ab6866813cdf7ddaeedf1fc924bdd7d4e7fff65f14562c8f9e1a8b830344ea104ad423b9165c54166090988a700e9e253a66fe5a5c12f1a75b4b4f16
|
7
|
+
data.tar.gz: 1304a7dcb2b14e1ce1b05db0df59067b5faf6e53d34fcb1998f66e683e1db99423da56efeef8f9bbb4ee5d08a138624343be0fdd5438cbfa015cc3f36c942a36
|
Binary file
|
Binary file
|
Binary file
|
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: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-29 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: 2.0
|
19
|
+
version: 2.1.0
|
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: 2.0
|
26
|
+
version: 2.1.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: test-unit
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -118,6 +118,7 @@ files:
|
|
118
118
|
- test/test-vfunc-info.rb
|
119
119
|
- lib/1.9/gobject_introspection.so
|
120
120
|
- lib/2.0/gobject_introspection.so
|
121
|
+
- lib/2.1/gobject_introspection.so
|
121
122
|
- vendor/local/bin/g-ir-compiler.exe
|
122
123
|
- vendor/local/bin/g-ir-generate.exe
|
123
124
|
- vendor/local/bin/libgirepository-1.0-1.dll
|
@@ -318,7 +319,8 @@ files:
|
|
318
319
|
- vendor/local/share/man/man1/g-ir-compiler.1
|
319
320
|
- vendor/local/share/man/man1/g-ir-generate.1
|
320
321
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
321
|
-
licenses:
|
322
|
+
licenses:
|
323
|
+
- LGPLv2.1 or later
|
322
324
|
metadata: {}
|
323
325
|
post_install_message:
|
324
326
|
rdoc_options: []
|