gio2 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/gio2.so +0 -0
- data/lib/2.0/gio2.so +0 -0
- data/lib/2.1/gio2.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: bd0f98643eda3c74225706dcfd1a0b058f785a5f
|
4
|
+
data.tar.gz: 688bf8e2822404f4dc22e0b372f9b29dba6ee8e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b17b3ff9e7c6c75dac2d611d9bac6046b8a1e95c1c4013fc5f3b34e3ea2a53c42286abf75ec2b05bda6e98d5a967f5759f7e382390e98e66878986335151788
|
7
|
+
data.tar.gz: 5772b6a934ad67ceae0b165b192e51bb71a04f95a4380190ea1a34e2996d62cda67f44bc3ac360b06781b126b1e7cfaebfe828a646085a265b648b1c0ca38c99
|
data/lib/1.9/gio2.so
CHANGED
Binary file
|
data/lib/2.0/gio2.so
CHANGED
Binary file
|
data/lib/2.1/gio2.so
ADDED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gio2
|
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
|
description: Ruby/GIO2 is a Ruby binding of gio-2.x.
|
28
28
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
29
29
|
executables: []
|
@@ -141,8 +141,10 @@ files:
|
|
141
141
|
- test/test_inetaddress.rb
|
142
142
|
- lib/1.9/gio2.so
|
143
143
|
- lib/2.0/gio2.so
|
144
|
+
- lib/2.1/gio2.so
|
144
145
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
145
|
-
licenses:
|
146
|
+
licenses:
|
147
|
+
- LGPLv2.1 or later
|
146
148
|
metadata: {}
|
147
149
|
post_install_message:
|
148
150
|
rdoc_options: []
|