gio2 1.1.8 → 1.1.9

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.
Files changed (1) hide show
  1. metadata +137 -117
metadata CHANGED
@@ -1,170 +1,190 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: gio2
3
- version: !ruby/object:Gem::Version
4
- version: 1.1.8
3
+ version: !ruby/object:Gem::Version
4
+ hash: 1
5
5
  prerelease:
6
+ segments:
7
+ - 1
8
+ - 1
9
+ - 9
10
+ version: 1.1.9
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - The Ruby-GNOME2 Project Team
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2012-12-19 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
17
+
18
+ date: 2012-12-30 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
15
21
  name: glib2
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: 1.1.8
22
- type: :runtime
23
22
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
23
+ requirement: &id001 !ruby/object:Gem::Requirement
25
24
  none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: 1.1.8
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 1
29
+ segments:
30
+ - 1
31
+ - 1
32
+ - 9
33
+ version: 1.1.9
34
+ type: :runtime
35
+ version_requirements: *id001
30
36
  description: Ruby/GIO2 is a Ruby binding of gio-2.x.
31
37
  email: ruby-gnome2-devel-en@lists.sourceforge.net
32
38
  executables: []
33
- extensions:
39
+
40
+ extensions:
34
41
  - ext/gio2/extconf.rb
35
42
  extra_rdoc_files: []
36
- files:
43
+
44
+ files:
37
45
  - README
38
46
  - Rakefile
39
47
  - extconf.rb
40
48
  - lib/gio2.rb
41
49
  - lib/gio2/deprecated.rb
42
- - ext/gio2/depend
43
- - ext/gio2/extconf.rb
44
- - ext/gio2/gio2.c
45
- - ext/gio2/gio2.def
46
- - ext/gio2/gio2.h
47
- - ext/gio2/rbgio.c
48
- - ext/gio2/rbgio2.h
50
+ - ext/gio2/rbgiosocketcontrolmessage.c
51
+ - ext/gio2/rbgioasyncresult.c
52
+ - ext/gio2/rbgioiomodules.c
53
+ - ext/gio2/rbgiozlibdecompressor.c
54
+ - ext/gio2/rbgioconverteroutputstream.c
55
+ - ext/gio2/rbgiosrvtarget.c
56
+ - ext/gio2/rbgioloadableicon.c
57
+ - ext/gio2/rbgiofilemonitor.c
58
+ - ext/gio2/rbgiofilteroutputstream.c
49
59
  - ext/gio2/rbgio2conversions.h
50
60
  - ext/gio2/rbgio2private.h
51
- - ext/gio2/rbgioappinfo.c
52
- - ext/gio2/rbgioapplaunchcontext.c
53
- - ext/gio2/rbgioasyncinitable.c
54
- - ext/gio2/rbgioasyncresult.c
55
- - ext/gio2/rbgiobufferedinputstream.c
56
- - ext/gio2/rbgiobufferedoutputstream.c
57
- - ext/gio2/rbgiocancellable.c
58
- - ext/gio2/rbgiocharsetconverter.c
59
- - ext/gio2/rbgiocontenttype.c
60
61
  - ext/gio2/rbgioconverter.c
61
- - ext/gio2/rbgioconverterinputstream.c
62
- - ext/gio2/rbgioconverteroutputstream.c
63
- - ext/gio2/rbgiodatainputstream.c
64
- - ext/gio2/rbgiodataoutputstream.c
65
- - ext/gio2/rbgiodesktopappinfo.c
66
- - ext/gio2/rbgiodrive.c
67
- - ext/gio2/rbgioemblem.c
68
- - ext/gio2/rbgioemblemedicon.c
69
- - ext/gio2/rbgiofile.c
70
62
  - ext/gio2/rbgiofileattribute.c
71
- - ext/gio2/rbgiofileattributeinfo.c
72
- - ext/gio2/rbgiofileattributeinfolist.c
73
- - ext/gio2/rbgiofileattributematcher.c
74
- - ext/gio2/rbgiofiledescriptorbased.c
75
- - ext/gio2/rbgiofileenumerator.c
76
- - ext/gio2/rbgiofileicon.c
77
- - ext/gio2/rbgiofileinfo.c
78
- - ext/gio2/rbgiofileinputstream.c
79
- - ext/gio2/rbgiofileiostream.c
80
- - ext/gio2/rbgiofilemonitor.c
63
+ - ext/gio2/rbgioinitable.c
64
+ - ext/gio2/rbgiomountoperation.c
81
65
  - ext/gio2/rbgiofilenamecompleter.c
82
- - ext/gio2/rbgiofileoutputstream.c
83
- - ext/gio2/rbgiofilterinputstream.c
84
- - ext/gio2/rbgiofilteroutputstream.c
66
+ - ext/gio2/rbgiounixfdlist.c
67
+ - ext/gio2/rbgiothemedicon.c
68
+ - ext/gio2/rbgioasyncinitable.c
69
+ - ext/gio2/rbgiofileenumerator.c
85
70
  - ext/gio2/rbgioicon.c
86
- - ext/gio2/rbgioinetaddress.c
87
- - ext/gio2/rbgioinetsocketaddress.c
88
- - ext/gio2/rbgioinitable.c
71
+ - ext/gio2/rbgiosocketaddressenumerator.c
72
+ - ext/gio2/rbgiounixmounts.c
73
+ - ext/gio2/rbgiocancellable.c
74
+ - ext/gio2/rbgiovolumemonitor.c
75
+ - ext/gio2/rbgiounixfdmessage.c
89
76
  - ext/gio2/rbgioinputstream.c
90
- - ext/gio2/rbgioio.c
91
- - ext/gio2/rbgioiomodule.c
92
- - ext/gio2/rbgioiomodules.c
77
+ - ext/gio2/rbgiosocketclient.c
78
+ - ext/gio2/rbgioapplaunchcontext.c
79
+ - ext/gio2/rbgiothreadedsocketservice.c
80
+ - ext/gio2/rbgiodesktopappinfo.c
81
+ - ext/gio2/rbgiovfs.c
82
+ - ext/gio2/rbgiofile.c
93
83
  - ext/gio2/rbgioioscheduler.c
94
- - ext/gio2/rbgioioschedulerjob.c
95
- - ext/gio2/rbgioiostream.c
96
- - ext/gio2/rbgioloadableicon.c
97
- - ext/gio2/rbgiomemoryinputstream.c
98
- - ext/gio2/rbgiomemoryoutputstream.c
99
- - ext/gio2/rbgiomount.c
100
- - ext/gio2/rbgiomountoperation.c
101
- - ext/gio2/rbgionetworkaddress.c
102
- - ext/gio2/rbgionetworkservice.c
103
- - ext/gio2/rbgiooutputstream.c
84
+ - ext/gio2/rbgiofileinputstream.c
85
+ - ext/gio2/rbgiounixmountpoints.c
86
+ - ext/gio2/rbgiosocketconnection.c
87
+ - ext/gio2/rbgiofileicon.c
88
+ - ext/gio2/rbgiobufferedinputstream.c
89
+ - ext/gio2/rbgio2.h
90
+ - ext/gio2/rbgiovolume.c
104
91
  - ext/gio2/rbgioresolver.c
105
- - ext/gio2/rbgioseekable.c
92
+ - ext/gio2/rbgiobufferedoutputstream.c
106
93
  - ext/gio2/rbgiosimpleasyncresult.c
107
- - ext/gio2/rbgiosocket.c
108
- - ext/gio2/rbgiosocketaddress.c
109
- - ext/gio2/rbgiosocketaddressenumerator.c
110
- - ext/gio2/rbgiosocketclient.c
94
+ - ext/gio2/rbgiounixconnection.c
95
+ - ext/gio2/gio2.h
96
+ - ext/gio2/rbgiounixmountpoint.c
97
+ - ext/gio2/rbgiomount.c
98
+ - ext/gio2/rbgiofileoutputstream.c
99
+ - ext/gio2/rbgiounixsocketaddress.c
100
+ - ext/gio2/rbgiofiledescriptorbased.c
111
101
  - ext/gio2/rbgiosocketconnectable.c
112
- - ext/gio2/rbgiosocketconnection.c
113
- - ext/gio2/rbgiosocketconnectionfactory.c
114
- - ext/gio2/rbgiosocketcontrolmessage.c
102
+ - ext/gio2/rbgiofileinfo.c
103
+ - ext/gio2/rbgiocharsetconverter.c
104
+ - ext/gio2/rbgioemblemedicon.c
105
+ - ext/gio2/rbgiosocketaddress.c
106
+ - ext/gio2/rbgiofileattributeinfo.c
107
+ - ext/gio2/gio2.c
108
+ - ext/gio2/rbgionetworkaddress.c
109
+ - ext/gio2/rbgioiostream.c
110
+ - ext/gio2/extconf.rb
111
+ - ext/gio2/rbgiomemoryoutputstream.c
112
+ - ext/gio2/rbgiofileattributeinfolist.c
113
+ - ext/gio2/rbgionetworkservice.c
115
114
  - ext/gio2/rbgiosocketlistener.c
116
- - ext/gio2/rbgiosocketservice.c
117
- - ext/gio2/rbgiosrvtarget.c
115
+ - ext/gio2/rbgiocontenttype.c
116
+ - ext/gio2/rbgioinetsocketaddress.c
117
+ - ext/gio2/rbgiodrive.c
118
+ - ext/gio2/rbgioinetaddress.c
119
+ - ext/gio2/rbgiofileiostream.c
120
+ - ext/gio2/rbgiodataoutputstream.c
121
+ - ext/gio2/rbgioemblem.c
122
+ - ext/gio2/rbgioio.c
123
+ - ext/gio2/rbgiosocketconnectionfactory.c
118
124
  - ext/gio2/rbgiotcpconnection.c
119
- - ext/gio2/rbgiothemedicon.c
120
- - ext/gio2/rbgiothreadedsocketservice.c
121
- - ext/gio2/rbgiotlscertificate.c
122
- - ext/gio2/rbgiounixconnection.c
123
- - ext/gio2/rbgiounixfdlist.c
124
- - ext/gio2/rbgiounixfdmessage.c
125
- - ext/gio2/rbgiounixinputstream.c
126
- - ext/gio2/rbgiounixmount.c
125
+ - ext/gio2/rbgioconverterinputstream.c
126
+ - ext/gio2/util.c
127
127
  - ext/gio2/rbgiounixmountmonitor.c
128
- - ext/gio2/rbgiounixmountpoint.c
129
- - ext/gio2/rbgiounixmountpoints.c
130
- - ext/gio2/rbgiounixmounts.c
131
128
  - ext/gio2/rbgiounixoutputstream.c
132
- - ext/gio2/rbgiounixsocketaddress.c
133
- - ext/gio2/rbgiovfs.c
134
- - ext/gio2/rbgiovolume.c
135
- - ext/gio2/rbgiovolumemonitor.c
129
+ - ext/gio2/rbgiosocket.c
136
130
  - ext/gio2/rbgiozlibcompressor.c
137
- - ext/gio2/rbgiozlibdecompressor.c
138
- - ext/gio2/util.c
139
- - test/load-test.rb
131
+ - ext/gio2/rbgiounixmount.c
132
+ - ext/gio2/rbgio.c
133
+ - ext/gio2/rbgioseekable.c
134
+ - ext/gio2/rbgiofilterinputstream.c
135
+ - ext/gio2/rbgiotlscertificate.c
136
+ - ext/gio2/rbgiofileattributematcher.c
137
+ - ext/gio2/depend
138
+ - ext/gio2/gio2.def
139
+ - ext/gio2/rbgioiomodule.c
140
+ - ext/gio2/rbgiodatainputstream.c
141
+ - ext/gio2/rbgiooutputstream.c
142
+ - ext/gio2/rbgiosocketservice.c
143
+ - ext/gio2/rbgiomemoryinputstream.c
144
+ - ext/gio2/rbgiounixinputstream.c
145
+ - ext/gio2/rbgioioschedulerjob.c
146
+ - ext/gio2/rbgioappinfo.c
140
147
  - test/test_bufferedinputstream.rb
141
- - test/test_charsetconverter.rb
142
- - test/test_datainputstream.rb
143
- - test/test_fileenumerator.rb
144
148
  - test/test_filemonitor.rb
145
149
  - test/test_inetaddress.rb
150
+ - test/test_fileenumerator.rb
151
+ - test/test_charsetconverter.rb
152
+ - test/test_datainputstream.rb
153
+ - test/load-test.rb
146
154
  homepage: http://ruby-gnome2.sourceforge.jp/
147
155
  licenses: []
156
+
148
157
  post_install_message: This library is experimental.
149
158
  rdoc_options: []
150
- require_paths:
159
+
160
+ require_paths:
151
161
  - lib
152
- required_ruby_version: !ruby/object:Gem::Requirement
162
+ required_ruby_version: !ruby/object:Gem::Requirement
153
163
  none: false
154
- requirements:
155
- - - ! '>='
156
- - !ruby/object:Gem::Version
164
+ requirements:
165
+ - - ">="
166
+ - !ruby/object:Gem::Version
167
+ hash: 61
168
+ segments:
169
+ - 1
170
+ - 8
171
+ - 5
157
172
  version: 1.8.5
158
- required_rubygems_version: !ruby/object:Gem::Requirement
173
+ required_rubygems_version: !ruby/object:Gem::Requirement
159
174
  none: false
160
- requirements:
161
- - - ! '>='
162
- - !ruby/object:Gem::Version
163
- version: '0'
175
+ requirements:
176
+ - - ">="
177
+ - !ruby/object:Gem::Version
178
+ hash: 3
179
+ segments:
180
+ - 0
181
+ version: "0"
164
182
  requirements: []
183
+
165
184
  rubyforge_project:
166
- rubygems_version: 1.8.23
185
+ rubygems_version: 1.8.24
167
186
  signing_key:
168
187
  specification_version: 3
169
188
  summary: Ruby/GIO2 is a Ruby binding of gio-2.x.
170
189
  test_files: []
190
+