gio2 3.2.1-x64-mingw32 → 3.2.2-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 0020ead2243274e1308acaf43edcd976ca784302
4
- data.tar.gz: 74198c4e33f5618b2ea91ec340ca5f3ab8e28b71
2
+ SHA256:
3
+ metadata.gz: ffdaf4c37fb5ccd28a074f327760ab543e141f9ac7e517ee9b2e811c374ded27
4
+ data.tar.gz: 2d3492d587284c69af5bd3f6187a3df2e9c32b6faeb30789296e7053044578fa
5
5
  SHA512:
6
- metadata.gz: 806e0c17b88d4591d6c4cc1f8ebe17b32ca056830385fdcd65f6df3bebe1b7c379a15aec8f5c7f2e46480544ddf5a02da7aeb786709f696a524162ed8143b25f
7
- data.tar.gz: 703c4125bb5bfec4dfc8f279abc5b14ae76139c9d9d2e07db477769ff0144d9c3df70d55212f09e8a5570978f7532c59a4122bd209226f62a46fd3412f58d623
6
+ metadata.gz: 70371265daeebdf29b2ab222b788b62818ef75c53f0feddafd0ef5f98c69f698b7731e55acc5a7e16453d3579ac7753281f3e5ac877eb57d957cdfa32bb3017c
7
+ data.tar.gz: d3df10fdb117a9a9a39728fe0628e1c84aee718f45148e985b497cec61a42508b78f6d52d3d626ae32c10ae85c3f3686d7947d4ed6408fcbcb771b4f058f20ce
Binary file
Binary file
Binary file
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: x64-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.