gio2 3.2.1-x86-mingw32 → 3.2.2-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
- SHA1:
3
- metadata.gz: f855c7a2a7e641c38fb2cad3eabb9a5e1f36f7f9
4
- data.tar.gz: 9cc72f450f55329ba058825e2cff641dc01a0418
2
+ SHA256:
3
+ metadata.gz: deab7200ccbd9afab375bcfea0153c924f85af56d241f5a1d1ae649e903e50e3
4
+ data.tar.gz: 7df6efcaa86b239524911b01c7822303606b33b31a44cd2110587f571f5f80bb
5
5
  SHA512:
6
- metadata.gz: 0bab8abd63885468bc4e0fc05135cc45e3f7419fe8086be44e4e2b7a4857160d5f4eedaea67cea9bd81884e4caeffaf90da112722eca26b6c8fdb18bd22b213f
7
- data.tar.gz: fea50db74cd464809105a87f17b802f491483f7bc7b19c647229c91b838e10b65daae5bcc4e4e072dd7a25e063506fc2ce7416f1f7bd50d4973ebead52f516f8
6
+ metadata.gz: 9e1c22fff3b3bccfb8c11311ac5ca8ee48d2a7de313e934fb54c6e2283c5b8f67e8076371c50730daf78aa4903c020f921d3c4fdc6b1066313fb207500640bf1
7
+ data.tar.gz: 4e5d78743cdced1fe774530d77ab4f0f12163b22fb64dc449008163f59b0849716c06d2e7a1f200e392b497f917e6132c7dd2675cb6aec82bbcdfa9222e58606
data/lib/2.2/gio2.so CHANGED
Binary file
data/lib/2.3/gio2.so CHANGED
Binary file
data/lib/2.4/gio2.so CHANGED
Binary file
data/lib/2.5/gio2.so ADDED
Binary file
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015 Ruby-GNOME2 Project Team
1
+ # Copyright (C) 2015-2017 Ruby-GNOME2 Project Team
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,11 @@ module Gio
21
21
  if parameter_type.is_a?(String)
22
22
  parameter_type = GLib::VariantType.new(parameter_type)
23
23
  end
24
- initialize_raw(name, parameter_type, state)
24
+ if state
25
+ initialize_raw(name, parameter_type, state)
26
+ else
27
+ initialize_raw(name, parameter_type)
28
+ end
25
29
  end
26
30
  end
27
31
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gio2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-19 00:00:00.000000000 Z
11
+ date: 2018-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: glib2
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.2.1
19
+ version: 3.2.2
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.2.1
26
+ version: 3.2.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: gobject-introspection
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.2.1
33
+ version: 3.2.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.2.1
40
+ version: 3.2.2
41
41
  description: Ruby/GIO2 is a Ruby binding of gio-2.x.
42
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
43
43
  executables: []
@@ -55,6 +55,7 @@ files:
55
55
  - lib/2.2/gio2.so
56
56
  - lib/2.3/gio2.so
57
57
  - lib/2.4/gio2.so
58
+ - lib/2.5/gio2.so
58
59
  - lib/gio2.rb
59
60
  - lib/gio2/action-map.rb
60
61
  - lib/gio2/action.rb
@@ -118,10 +119,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
119
  requirements:
119
120
  - - ">="
120
121
  - !ruby/object:Gem::Version
121
- version: '2.1'
122
+ version: '2.2'
122
123
  - - "<"
123
124
  - !ruby/object:Gem::Version
124
- version: '2.5'
125
+ version: '2.6'
125
126
  required_rubygems_version: !ruby/object:Gem::Requirement
126
127
  requirements:
127
128
  - - ">="
@@ -129,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
130
  version: '0'
130
131
  requirements: []
131
132
  rubyforge_project:
132
- rubygems_version: 2.5.1
133
+ rubygems_version: 2.7.6
133
134
  signing_key:
134
135
  specification_version: 4
135
136
  summary: Ruby/GIO2 is a Ruby binding of gio-2.x.