glib2 2.0.3-x86-mingw32 → 2.1.0-x86-mingw32

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3313165892f9f2978dfa4e1a0f03b21e61abf88a
4
- data.tar.gz: c1ee835011b814ad42ea5d68e2b3b962b82e27e8
3
+ metadata.gz: 864d26f0e16cd111000c8e2bd5e7488b1f2e9d93
4
+ data.tar.gz: 728f9380b03b063aa827c0736c08599e7393fe22
5
5
  SHA512:
6
- metadata.gz: 028027d4235f94817e4f9cbea39593b5c50f43b4c4d1ca6517fd4ab8e8660590421277753ef52e8e7069c3dad367701390183056e7c41046a95ba0c01d1b2a3a
7
- data.tar.gz: 775ff87ba1f754784dbed2ce2be2cceff528beddcbbc93f4b7d9595f50a40a2b998ca1fa99c3b41448804a88b4cacf33f6a2d8494133193b7c35b33e01a3f694
6
+ metadata.gz: a8dc96c533d35ea1b074db10234e5b944b9433a31ac3d3202bf7654207afea46e2cde5218d2324c2a6d1bf5690eaace517e096e7cabb3b488ed52601f2eafddd
7
+ data.tar.gz: 03c7c7cb42c58e2f97213b7ea920247ca544844e3c676308362af8fc026c6537c941ff0440b00e98e6310a9ad86c17e546f6e9cfd390eddb0d3ee636fd9e7ff6
@@ -34,8 +34,8 @@ extern "C" {
34
34
  #endif /* __cplusplus */
35
35
 
36
36
  #define RBGLIB_MAJOR_VERSION 2
37
- #define RBGLIB_MINOR_VERSION 0
38
- #define RBGLIB_MICRO_VERSION 3
37
+ #define RBGLIB_MINOR_VERSION 1
38
+ #define RBGLIB_MICRO_VERSION 0
39
39
 
40
40
  #ifndef RSTRING_PTR
41
41
  # define RSTRING_PTR(s) (RSTRING(s)->ptr)
Binary file
Binary file
Binary file
@@ -120,6 +120,7 @@ module GNOME2
120
120
  s.author = @author
121
121
  s.email = @email
122
122
  s.homepage = @homepage
123
+ s.licenses = ["LGPLv2.1 or later"]
123
124
  s.version = version
124
125
  extensions = FileList["ext/#{@name}/extconf.rb"]
125
126
  extensions.existing!
@@ -185,6 +186,7 @@ module GNOME2
185
186
  win32_files.each do |win32_file|
186
187
  stage_win32_file = "#{stage_path}/#{win32_file}"
187
188
  stage_win32_binary_dir = File.dirname(stage_win32_file)
189
+ directory stage_win32_binary_dir
188
190
  file stage_win32_file => [stage_win32_binary_dir, win32_file] do
189
191
  cp win32_file, stage_win32_file
190
192
  end
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: 2.0.3
4
+ version: 2.1.0
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
@@ -174,6 +174,7 @@ files:
174
174
  - test/test_win32.rb
175
175
  - lib/1.9/glib2.so
176
176
  - lib/2.0/glib2.so
177
+ - lib/2.1/glib2.so
177
178
  - vendor/local/bin/certtool.exe
178
179
  - vendor/local/bin/danetool.exe
179
180
  - vendor/local/bin/envsubst.exe
@@ -2224,7 +2225,8 @@ files:
2224
2225
  - vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.log
2225
2226
  - vendor/local/src/tml/packaging/gettext_0.18.1.1-2_win32.sh
2226
2227
  homepage: http://ruby-gnome2.sourceforge.jp/
2227
- licenses: []
2228
+ licenses:
2229
+ - LGPLv2.1 or later
2228
2230
  metadata: {}
2229
2231
  post_install_message:
2230
2232
  rdoc_options: []