glib2 4.3.6 → 4.3.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glib2
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.6
4
+ version: 4.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME Project Team
@@ -52,6 +52,14 @@ files:
52
52
  - ext/glib2/extconf.rb
53
53
  - ext/glib2/glib2.def
54
54
  - ext/glib2/rbgcompat.h
55
+ - ext/glib2/rbgi-arg-info.c
56
+ - ext/glib2/rbgi-base-info.c
57
+ - ext/glib2/rbgi-callable-info.c
58
+ - ext/glib2/rbgi-conversions.h
59
+ - ext/glib2/rbgi-interface-info.c
60
+ - ext/glib2/rbgi-private.h
61
+ - ext/glib2/rbgi-repository.c
62
+ - ext/glib2/rbgi-type-info.c
55
63
  - ext/glib2/rbglib-bytes.c
56
64
  - ext/glib2/rbglib-gc.c
57
65
  - ext/glib2/rbglib-option.c
@@ -131,11 +139,16 @@ files:
131
139
  - glib2.gemspec
132
140
  - lib/glib-mkenums.rb
133
141
  - lib/glib2.rb
142
+ - lib/glib2/callable-info.rb
143
+ - lib/glib2/collection-reader.rb
134
144
  - lib/glib2/date-time.rb
135
145
  - lib/glib2/deprecatable.rb
136
146
  - lib/glib2/deprecated.rb
147
+ - lib/glib2/interface-info.rb
137
148
  - lib/glib2/regex.rb
149
+ - lib/glib2/repository.rb
138
150
  - lib/glib2/time-zone.rb
151
+ - lib/glib2/type-info.rb
139
152
  - lib/glib2/value.rb
140
153
  - lib/glib2/variant-type.rb
141
154
  - lib/glib2/variant.rb
@@ -165,14 +178,18 @@ files:
165
178
  - sample/utils.rb
166
179
  - test/glib-test-utils.rb
167
180
  - test/run-test.rb
181
+ - test/test-arg-info.rb
182
+ - test/test-base-info.rb
168
183
  - test/test-binding.rb
169
184
  - test/test-bytes.rb
185
+ - test/test-callable-info.rb
170
186
  - test/test-date-time.rb
171
187
  - test/test-enum.rb
172
188
  - test/test-error.rb
173
189
  - test/test-file-utils.rb
174
190
  - test/test-flags.rb
175
191
  - test/test-glib2.rb
192
+ - test/test-interface-info.rb
176
193
  - test/test-iochannel.rb
177
194
  - test/test-key-file.rb
178
195
  - test/test-match-info.rb
@@ -181,11 +198,13 @@ files:
181
198
  - test/test-pointer.rb
182
199
  - test/test-poll-fd.rb
183
200
  - test/test-regex.rb
201
+ - test/test-repository.rb
184
202
  - test/test-signal.rb
185
203
  - test/test-source.rb
186
204
  - test/test-spawn.rb
187
205
  - test/test-time-zone.rb
188
206
  - test/test-timeout.rb
207
+ - test/test-type-info.rb
189
208
  - test/test-type-interface.rb
190
209
  - test/test-type.rb
191
210
  - test/test-unicode.rb
@@ -226,7 +245,7 @@ requirements:
226
245
  - 'system: gobject-2.0>=2.56.0: macports: glib2'
227
246
  - 'system: gobject-2.0>=2.56.0: msys2: glib2'
228
247
  - 'system: gobject-2.0>=2.56.0: rhel: pkgconfig(gobject-2.0)'
229
- rubygems_version: 4.0.6
248
+ rubygems_version: 4.0.16
230
249
  specification_version: 4
231
250
  summary: Ruby/GLib2 is a Ruby binding of GLib-2.x.
232
251
  test_files: []