gio2 1.1.7 → 1.1.8

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