glib2 1.1.7 → 1.1.8

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 (3) hide show
  1. data/ext/glib2/depend +2 -1
  2. data/ext/glib2/rbglib.h +1 -1
  3. metadata +122 -138
data/ext/glib2/depend CHANGED
@@ -10,7 +10,8 @@ install-headers:
10
10
  $(INSTALL_DATA) $(srcdir)/rbgcompat.h $(RUBYARCHDIR)
11
11
  $(INSTALL_DATA) glib-enum-types.h $(RUBYARCHDIR)
12
12
 
13
- install:
13
+ install: install-pc
14
+ install-pc:
14
15
  if test -n "$(pkgconfigdir)"; then \
15
16
  $(MAKEDIRS) $(pkgconfigdir); \
16
17
  $(INSTALL_DATA) ruby-glib2.pc $(pkgconfigdir); \
data/ext/glib2/rbglib.h CHANGED
@@ -35,7 +35,7 @@ extern "C" {
35
35
 
36
36
  #define RBGLIB_MAJOR_VERSION 1
37
37
  #define RBGLIB_MINOR_VERSION 1
38
- #define RBGLIB_MICRO_VERSION 7
38
+ #define RBGLIB_MICRO_VERSION 8
39
39
 
40
40
  #ifndef RSTRING_PTR
41
41
  # define RSTRING_PTR(s) (RSTRING(s)->ptr)
metadata CHANGED
@@ -1,201 +1,185 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: glib2
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: pkg-config
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: 3
29
- segments:
30
- - 0
31
- version: "0"
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
32
22
  type: :runtime
33
- version_requirements: *id001
34
- - !ruby/object:Gem::Dependency
35
- name: test-unit
36
23
  prerelease: false
37
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: !ruby/object:Gem::Requirement
38
25
  none: false
39
- requirements:
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- hash: 7
43
- segments:
44
- - 2
45
- version: "2"
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ - !ruby/object:Gem::Dependency
31
+ name: test-unit
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '2'
46
38
  type: :development
47
- version_requirements: *id002
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '2'
48
46
  description: Ruby/GLib2 is a Ruby binding of GLib-2.x.
49
47
  email: ruby-gnome2-devel-en@lists.sourceforge.net
50
48
  executables: []
51
-
52
- extensions:
49
+ extensions:
53
50
  - ext/glib2/extconf.rb
54
51
  extra_rdoc_files: []
55
-
56
- files:
52
+ files:
57
53
  - README
58
54
  - Rakefile
59
55
  - extconf.rb
56
+ - lib/glib-mkenums.rb
57
+ - lib/glib2.rb
60
58
  - lib/glib2/deprecatable.rb
61
- - lib/gnome2-win32-binary-build-task.rb
62
59
  - lib/gnome2-raketask.rb
63
- - lib/glib2.rb
64
- - lib/mkmf-gnome2.rb
60
+ - lib/gnome2-win32-binary-build-task.rb
65
61
  - lib/gnome2-win32-binary-download-task.rb
66
- - lib/glib-mkenums.rb
67
- - ext/glib2/rbglib_timer.c
62
+ - lib/mkmf-gnome2.rb
63
+ - ext/glib2/depend
64
+ - ext/glib2/extconf.rb
65
+ - ext/glib2/glib2.def
66
+ - ext/glib2/rbgcompat.h
67
+ - ext/glib2/rbglib.c
68
+ - ext/glib2/rbglib.h
69
+ - ext/glib2/rbglib2conversions.h
70
+ - ext/glib2/rbglib_bookmarkfile.c
68
71
  - ext/glib2/rbglib_completion.c
69
- - ext/glib2/rbglib_iochannel_win32_socket.c
70
- - ext/glib2/rbgobj_param.c
71
- - ext/glib2/rbgobj_valuearray.c
72
- - ext/glib2/rbgutildeprecated.h
73
- - ext/glib2/rbglib_threads.c
74
- - ext/glib2/rbgobj_value.c
72
+ - ext/glib2/rbglib_convert.c
73
+ - ext/glib2/rbglib_error.c
75
74
  - ext/glib2/rbglib_fileutils.c
76
- - ext/glib2/rbglib.c
75
+ - ext/glib2/rbglib_i18n.c
76
+ - ext/glib2/rbglib_int64.c
77
+ - ext/glib2/rbglib_io_constants.c
77
78
  - ext/glib2/rbglib_iochannel.c
78
- - ext/glib2/rbgobj_type.c
79
- - ext/glib2/rbgobj_typeplugin.c
80
- - ext/glib2/rbglib.h
81
- - ext/glib2/rbgobj_convert.c
82
- - ext/glib2/rbgobj_strv.c
83
- - ext/glib2/rbglib_unichar.c
84
- - ext/glib2/rbglib_messages.c
85
- - ext/glib2/rbgutil.c
79
+ - ext/glib2/rbglib_iochannel_win32_socket.c
80
+ - ext/glib2/rbglib_iochannelerror.c
81
+ - ext/glib2/rbglib_keyfile.c
86
82
  - ext/glib2/rbglib_maincontext.c
87
- - ext/glib2/rbglib_utf16.c
88
- - ext/glib2/rbgobj_object.c
89
- - ext/glib2/rbgobj_typeinstance.c
90
- - ext/glib2/rbglib_error.c
91
- - ext/glib2/rbgobj_paramspecs.c
92
- - ext/glib2/rbglib2conversions.h
83
+ - ext/glib2/rbglib_mainloop.c
84
+ - ext/glib2/rbglib_messages.c
85
+ - ext/glib2/rbglib_pollfd.c
86
+ - ext/glib2/rbglib_shell.c
93
87
  - ext/glib2/rbglib_shellerror.c
94
- - ext/glib2/rbgutil_callback.c
95
- - ext/glib2/rbgobj_typemodule.c
88
+ - ext/glib2/rbglib_source.c
89
+ - ext/glib2/rbglib_spawn.c
90
+ - ext/glib2/rbglib_spawnerror.c
91
+ - ext/glib2/rbglib_threads.c
92
+ - ext/glib2/rbglib_timer.c
93
+ - ext/glib2/rbglib_ucs4.c
94
+ - ext/glib2/rbglib_unichar.c
95
+ - ext/glib2/rbglib_unicode.c
96
+ - ext/glib2/rbglib_utf16.c
97
+ - ext/glib2/rbglib_utf8.c
96
98
  - ext/glib2/rbglib_utils.c
97
- - ext/glib2/rbglib_mainloop.c
98
- - ext/glib2/extconf.rb
99
- - ext/glib2/rbgutil_list.h
100
- - ext/glib2/rbgobj_enums.c
101
99
  - ext/glib2/rbglib_win32.c
102
- - ext/glib2/rbglib_int64.c
103
- - ext/glib2/rbglib_io_constants.c
104
- - ext/glib2/glib2.def
105
- - ext/glib2/rbgobj_fundamental.c
106
- - ext/glib2/rbgcompat.h
107
- - ext/glib2/rbgobj_closure.c
108
- - ext/glib2/rbgobject.c
100
+ - ext/glib2/rbglibdeprecated.c
101
+ - ext/glib2/rbglibdeprecated.h
109
102
  - ext/glib2/rbgobj_boxed.c
110
- - ext/glib2/rbglib_shell.c
111
- - ext/glib2/rbgobject.h
112
- - ext/glib2/rbglib_utf8.c
103
+ - ext/glib2/rbgobj_closure.c
104
+ - ext/glib2/rbgobj_convert.c
105
+ - ext/glib2/rbgobj_enumflags.c
106
+ - ext/glib2/rbgobj_enums.c
107
+ - ext/glib2/rbgobj_flags.c
108
+ - ext/glib2/rbgobj_fundamental.c
109
+ - ext/glib2/rbgobj_object.c
110
+ - ext/glib2/rbgobj_param.c
111
+ - ext/glib2/rbgobj_paramspecs.c
112
+ - ext/glib2/rbgobj_signal.c
113
+ - ext/glib2/rbgobj_strv.c
114
+ - ext/glib2/rbgobj_type.c
115
+ - ext/glib2/rbgobj_typeinstance.c
113
116
  - ext/glib2/rbgobj_typeinterface.c
114
- - ext/glib2/rbglib_convert.c
115
- - ext/glib2/rbglib_keyfile.c
116
- - ext/glib2/rbglib_ucs4.c
117
+ - ext/glib2/rbgobj_typemodule.c
118
+ - ext/glib2/rbgobj_typeplugin.c
119
+ - ext/glib2/rbgobj_value.c
120
+ - ext/glib2/rbgobj_valuearray.c
117
121
  - ext/glib2/rbgobj_valuetypes.c
118
- - ext/glib2/rbglib_i18n.c
119
- - ext/glib2/rbglib_spawnerror.c
120
- - ext/glib2/rbglib_unicode.c
121
- - ext/glib2/rbgobj_flags.c
122
- - ext/glib2/rbgutildeprecated.c
123
- - ext/glib2/rbglibdeprecated.c
124
- - ext/glib2/rbgutil_list.c
125
- - ext/glib2/depend
122
+ - ext/glib2/rbgobject.c
123
+ - ext/glib2/rbgobject.h
126
124
  - ext/glib2/rbgprivate.h
127
- - ext/glib2/rbglib_pollfd.c
125
+ - ext/glib2/rbgutil.c
128
126
  - ext/glib2/rbgutil.h
129
- - ext/glib2/rbglib_bookmarkfile.c
130
- - ext/glib2/rbglib_iochannelerror.c
131
- - ext/glib2/rbglib_source.c
132
- - ext/glib2/rbgobj_signal.c
133
- - ext/glib2/rbglibdeprecated.h
134
- - ext/glib2/rbgobj_enumflags.c
135
- - ext/glib2/rbglib_spawn.c
136
- - sample/timeout2.rb
127
+ - ext/glib2/rbgutil_callback.c
128
+ - ext/glib2/rbgutil_list.c
129
+ - ext/glib2/rbgutil_list.h
130
+ - ext/glib2/rbgutildeprecated.c
131
+ - ext/glib2/rbgutildeprecated.h
132
+ - sample/bookmarkfile.rb
137
133
  - sample/completion.rb
138
- - sample/utils.rb
139
- - sample/timeout.rb
140
134
  - sample/idle.rb
141
- - sample/bookmarkfile.rb
135
+ - sample/iochannel.rb
142
136
  - sample/keyfile.rb
143
137
  - sample/shell.rb
144
- - sample/timer.rb
145
- - sample/iochannel.rb
146
- - sample/type-register2.rb
147
138
  - sample/spawn.rb
139
+ - sample/timeout.rb
140
+ - sample/timeout2.rb
141
+ - sample/timer.rb
148
142
  - sample/type-register.rb
149
- - test/test_mkenums.rb
150
- - test/test_spawn.rb
143
+ - sample/type-register2.rb
144
+ - sample/utils.rb
145
+ - test/glib-test-init.rb
146
+ - test/glib-test-utils.rb
147
+ - test/run-test.rb
151
148
  - test/test_enum.rb
152
149
  - test/test_file_utils.rb
153
150
  - test/test_flags.rb
151
+ - test/test_glib2.rb
152
+ - test/test_iochannel.rb
154
153
  - test/test_key_file.rb
155
- - test/glib-test-utils.rb
156
- - test/run-test.rb
157
- - test/test_win32.rb
154
+ - test/test_mkenums.rb
158
155
  - test/test_signal.rb
159
- - test/test_glib2.rb
156
+ - test/test_spawn.rb
160
157
  - test/test_timeout.rb
161
- - test/test_utils.rb
162
158
  - test/test_unicode.rb
163
- - test/test_iochannel.rb
164
- - test/glib-test-init.rb
159
+ - test/test_utils.rb
160
+ - test/test_win32.rb
165
161
  homepage: http://ruby-gnome2.sourceforge.jp/
166
162
  licenses: []
167
-
168
163
  post_install_message:
169
164
  rdoc_options: []
170
-
171
- require_paths:
165
+ require_paths:
172
166
  - lib
173
- required_ruby_version: !ruby/object:Gem::Requirement
167
+ required_ruby_version: !ruby/object:Gem::Requirement
174
168
  none: false
175
- requirements:
176
- - - ">="
177
- - !ruby/object:Gem::Version
178
- hash: 61
179
- segments:
180
- - 1
181
- - 8
182
- - 5
169
+ requirements:
170
+ - - ! '>='
171
+ - !ruby/object:Gem::Version
183
172
  version: 1.8.5
184
- required_rubygems_version: !ruby/object:Gem::Requirement
173
+ required_rubygems_version: !ruby/object:Gem::Requirement
185
174
  none: false
186
- requirements:
187
- - - ">="
188
- - !ruby/object:Gem::Version
189
- hash: 3
190
- segments:
191
- - 0
192
- version: "0"
175
+ requirements:
176
+ - - ! '>='
177
+ - !ruby/object:Gem::Version
178
+ version: '0'
193
179
  requirements: []
194
-
195
180
  rubyforge_project:
196
- rubygems_version: 1.8.24
181
+ rubygems_version: 1.8.23
197
182
  signing_key:
198
183
  specification_version: 3
199
184
  summary: Ruby/GLib2 is a Ruby binding of GLib-2.x.
200
185
  test_files: []
201
-