gio2 1.2.2-x86-mingw32 → 1.2.3-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.
- data/lib/1.9/gio2.so +0 -0
- data/lib/2.0/gio2.so +0 -0
- metadata +6 -5
- data/lib/gio2.so +0 -0
data/lib/1.9/gio2.so
ADDED
Binary file
|
data/lib/2.0/gio2.so
ADDED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gio2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
prerelease:
|
6
6
|
platform: x86-mingw32
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: glib2
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 1.2.
|
21
|
+
version: 1.2.3
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 1.2.
|
29
|
+
version: 1.2.3
|
30
30
|
description: Ruby/GIO2 is a Ruby binding of gio-2.x.
|
31
31
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
32
32
|
executables: []
|
@@ -142,7 +142,8 @@ files:
|
|
142
142
|
- test/test_fileenumerator.rb
|
143
143
|
- test/test_filemonitor.rb
|
144
144
|
- test/test_inetaddress.rb
|
145
|
-
- lib/gio2.so
|
145
|
+
- lib/1.9/gio2.so
|
146
|
+
- lib/2.0/gio2.so
|
146
147
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
147
148
|
licenses: []
|
148
149
|
post_install_message: This library is experimental.
|
data/lib/gio2.so
DELETED
Binary file
|