glib2 3.0.7 → 3.0.8

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glib2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-06 00:00:00.000000000 Z
11
+ date: 2016-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pkg-config
@@ -71,8 +71,10 @@ files:
71
71
  - ext/glib2/rbglib_keyfile.c
72
72
  - ext/glib2/rbglib_maincontext.c
73
73
  - ext/glib2/rbglib_mainloop.c
74
+ - ext/glib2/rbglib_matchinfo.c
74
75
  - ext/glib2/rbglib_messages.c
75
76
  - ext/glib2/rbglib_pollfd.c
77
+ - ext/glib2/rbglib_regex.c
76
78
  - ext/glib2/rbglib_shell.c
77
79
  - ext/glib2/rbglib_shellerror.c
78
80
  - ext/glib2/rbglib_source.c
@@ -123,6 +125,7 @@ files:
123
125
  - lib/glib-mkenums.rb
124
126
  - lib/glib2.rb
125
127
  - lib/glib2/deprecatable.rb
128
+ - lib/glib2/regex.rb
126
129
  - lib/glib2/version.rb
127
130
  - lib/gnome2-raketask.rb
128
131
  - lib/gnome2/rake/external-package.rb
@@ -149,6 +152,8 @@ files:
149
152
  - test/glib-test-utils.rb
150
153
  - test/run-test.rb
151
154
  - test/test-binding.rb
155
+ - test/test-match-info.rb
156
+ - test/test-regex.rb
152
157
  - test/test-variant-type.rb
153
158
  - test/test-version.rb
154
159
  - test/test_enum.rb
@@ -169,7 +174,7 @@ files:
169
174
  - test/test_win32.rb
170
175
  homepage: http://ruby-gnome2.sourceforge.jp/
171
176
  licenses:
172
- - LGPLv2.1 or later
177
+ - LGPLv2.1+
173
178
  metadata: {}
174
179
  post_install_message:
175
180
  rdoc_options: []
@@ -187,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
192
  version: '0'
188
193
  requirements: []
189
194
  rubyforge_project:
190
- rubygems_version: 2.2.2
195
+ rubygems_version: 2.5.1
191
196
  signing_key:
192
197
  specification_version: 4
193
198
  summary: Ruby/GLib2 is a Ruby binding of GLib-2.x.