program_information 1.2.8 → 1.2.9
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44a1cdd118c88db33f2fb7d541fcc93d943574a3efbc41b08c1b417695ed20f9
|
|
4
|
+
data.tar.gz: e9105429084c89cad854eba8b7287e90548439863c2e0d2a9065c9fee0171388
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0405d209a987e34a5dcd5074287d8eba54c7d78e5788f9475aa561ac88abfd851027662005932723ea414cf822d3934d637d8bd406c30a2956911fab5dfb394
|
|
7
|
+
data.tar.gz: 95b49abdb03d5eee681ca82cf8f97f46110b479ba7e227db4b6f4179d55347cd358ed16f6a337948f966b36568232989390d0b1a5bcf78767335d232e7a6c326
|
|
@@ -43,6 +43,7 @@ module ProgramInformation
|
|
|
43
43
|
self.instance_eval { alias return_version_of return_program_version } # === ProgramInformation.return_version_of
|
|
44
44
|
self.instance_eval { alias program_version return_program_version } # === ProgramInformation.program_version
|
|
45
45
|
self.instance_eval { alias program_version? return_program_version } # === ProgramInformation.program_version?
|
|
46
|
+
self.instance_eval { alias version_of? return_program_version } # === ProgramInformation.version_of?
|
|
46
47
|
|
|
47
48
|
# ========================================================================= #
|
|
48
49
|
# === ProgramInformation.return_real_short_name
|
|
@@ -11,7 +11,7 @@ class ProgramInformation
|
|
|
11
11
|
# ========================================================================= #
|
|
12
12
|
# === VERSION
|
|
13
13
|
# ========================================================================= #
|
|
14
|
-
VERSION = '1.2.
|
|
14
|
+
VERSION = '1.2.9'
|
|
15
15
|
DEFAULT_VERSION = VERSION # Use an "alias" to the above constant.
|
|
16
16
|
|
|
17
17
|
# ========================================================================= #
|