gtk_paradise 0.5.435 → 0.5.436

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of gtk_paradise might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: caeedd6ec25b5e60588f2315a4219aaf43c1c2963f5c74d1c0f3abd6ddb47a44
4
- data.tar.gz: b0516ad9b6589ffdc1a1c14eb0aa0340c380783794f31b96f6f8b22bdda4e5a5
3
+ metadata.gz: 4a396dce549f7d3951da6bd0c575f5f08f8ac8759c0bb1df0c0ddc645de867c2
4
+ data.tar.gz: f2142051b1575b1297cc0baad125f53e984dae5c7f0b3bd9ffe753b77a1b45f5
5
5
  SHA512:
6
- metadata.gz: 16bb45bbbace34abe961720c34d88e6c1a71a1df5b2f26cdf16e8cd1e04134833b206752cf9c8f17b3e9a93318353b5c217369f3da0b24651a7fce7930514489
7
- data.tar.gz: 9ff07894829fba4e06cf01934d7296d7502d5957bacbcd46be360b535d58c67f453efffd0fbd8f40c5dd118e1934063455f96461b18c29be9de7747a86d2d445
6
+ metadata.gz: e2594eef06b63d275176fe26ae009a8ee6a8a5abf6feeabf635ca39cf04e9ba0b5910dc21122103af2b6c42222932ede1e023cbd188e5ac486bccf67e76827f6
7
+ data.tar.gz: fcc70189e241bdd1b182569db335ee0a059e228ef5f7268564afc9aaa7ac5ce3ef5880f75427aeab1cd1cd93db8d2b1ce9b44dc334cceb2dc2407c615dd610a2
data/README.md CHANGED
@@ -111,7 +111,9 @@ directly, which I find a somewhat annoying widget.
111
111
  For ruby-gtk3, this behaviour is a bit different right now -
112
112
  here I subclass from Gtk::Window and work on that, but
113
113
  in the future I intend to also use the same approach
114
- used in ruby-gtk2.
114
+ used in ruby-gtk2. (Indeed, as of March 2021, I use the
115
+ same approach for both ruby-gtk2 and ruby-gtk3 in
116
+ this regard.)
115
117
 
116
118
  Since **2021** the above approach has been changed a bit.
117
119
  The directory **base_module_and_runner_module/** was
data/doc/README.gen CHANGED
@@ -109,7 +109,9 @@ directly, which I find a somewhat annoying widget.
109
109
  For ruby-gtk3, this behaviour is a bit different right now -
110
110
  here I subclass from Gtk::Window and work on that, but
111
111
  in the future I intend to also use the same approach
112
- used in ruby-gtk2.
112
+ used in ruby-gtk2. (Indeed, as of March 2021, I use the
113
+ same approach for both ruby-gtk2 and ruby-gtk3 in
114
+ this regard.)
113
115
 
114
116
  Since **2021** the above approach has been changed a bit.
115
117
  The directory **base_module_and_runner_module/** was
@@ -221,6 +221,31 @@ module Gtk
221
221
  when :noto_mono_25
222
222
  i = 'Noto Mono 25'
223
223
  # ======================================================================= #
224
+ # === :hack_5
225
+ # ======================================================================= #
226
+ when :hack_5
227
+ i = 'Hack 5'
228
+ # ======================================================================= #
229
+ # === :hack_6
230
+ # ======================================================================= #
231
+ when :hack_6
232
+ i = 'Hack 6'
233
+ # ======================================================================= #
234
+ # === :hack_7
235
+ # ======================================================================= #
236
+ when :hack_7
237
+ i = 'Hack 7'
238
+ # ======================================================================= #
239
+ # === :hack_8
240
+ # ======================================================================= #
241
+ when :hack_8
242
+ i = 'Hack 8'
243
+ # ======================================================================= #
244
+ # === :hack_9
245
+ # ======================================================================= #
246
+ when :hack_9
247
+ i = 'Hack 9'
248
+ # ======================================================================= #
224
249
  # === :hack_10
225
250
  # ======================================================================= #
226
251
  when :hack_10
@@ -9,7 +9,7 @@ module Gtk
9
9
  # ========================================================================= #
10
10
  # === VERSION_OF_THE_GTK_PARADISE_PROJECT
11
11
  # ========================================================================= #
12
- VERSION_OF_THE_GTK_PARADISE_PROJECT = '0.5.435'
12
+ VERSION_OF_THE_GTK_PARADISE_PROJECT = '0.5.436'
13
13
 
14
14
  # ========================================================================= #
15
15
  # === LAST_UPDATE
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtk_paradise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.435
4
+ version: 0.5.436
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert A. Heiler