libui_paradise 0.2.23 → 0.2.24
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.
Potentially problematic release.
This version of libui_paradise might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/libui_paradise/extensions/misc.rb +7 -0
- data/lib/libui_paradise/version/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c753b08ae72a701f39a09bbb096235f797c73efdb8e53f17f6f43cc2f94d5d44
|
4
|
+
data.tar.gz: f6756d1f601546f5e6d3e1040917a0fb612bce2a534cdde6cc3ab4e9d5845436
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f7a056b80dcadd601252a5293b86656a2d71bd901e2b9d0b0eec111ccfedf07916c8584fa022b5a13955f83e4f36c0382f500684ae259a17d9d982e9f312dea
|
7
|
+
data.tar.gz: 24f2aad74cc8e6e5bbcb1beddcd39211fe964ee8d0136c9b977b553d7be2dbbae82bb9db35d6836f5230591008cc2edf8ad25b62f6543da117583ed201d6ede8
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
[](https://www.ruby-lang.org/en/)
|
3
3
|
[](https://badge.fury.io/rb/libui_paradise)
|
4
4
|
|
5
|
-
This gem was <b>last updated</b> on the <span style="color: darkblue; font-weight: bold">06.08.2022</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">02:
|
5
|
+
This gem was <b>last updated</b> on the <span style="color: darkblue; font-weight: bold">06.08.2022</span> (dd.mm.yyyy notation), at <span style="color: steelblue; font-weight: bold">02:41:16</span> o'clock.
|
6
6
|
|
7
7
|
## The libui_paradise project
|
8
8
|
|
@@ -13,6 +13,13 @@ module Extensions # === LibuiParadise::Extensions
|
|
13
13
|
# ========================================================================= #
|
14
14
|
COLOUR_BLUE = 0x1E90FF
|
15
15
|
|
16
|
+
# ========================================================================= #
|
17
|
+
# === gtk3?
|
18
|
+
# ========================================================================= #
|
19
|
+
def gtk3?
|
20
|
+
false
|
21
|
+
end
|
22
|
+
|
16
23
|
# ========================================================================= #
|
17
24
|
# === return_pwd
|
18
25
|
# ========================================================================= #
|
@@ -7,7 +7,7 @@ module LibuiParadise
|
|
7
7
|
# ========================================================================= #
|
8
8
|
# === VERSION
|
9
9
|
# ========================================================================= #
|
10
|
-
VERSION = '0.2.
|
10
|
+
VERSION = '0.2.24'
|
11
11
|
|
12
12
|
# ========================================================================= #
|
13
13
|
# === LAST_UPDATE
|