program_information 1.2.8 → 1.2.9

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
2
  SHA256:
3
- metadata.gz: 423c820d72bf99567ed7ab239d47d8cf3e20d231cfa84ac5ccd1527f9b885eaa
4
- data.tar.gz: 87738e4b3c93b518d90b59eba295103b9a34207714fafdb672c68611d8273062
3
+ metadata.gz: 44a1cdd118c88db33f2fb7d541fcc93d943574a3efbc41b08c1b417695ed20f9
4
+ data.tar.gz: e9105429084c89cad854eba8b7287e90548439863c2e0d2a9065c9fee0171388
5
5
  SHA512:
6
- metadata.gz: daa4357e1b473e0ad288774a986f6b507fc36199fa873974763b94665007209fbb4ce6d531eb02929b7e6d71e002953a70f091f57c80a6442ab84a0a7d4deb6c
7
- data.tar.gz: 30681fae85df29685ad5824fa59087d47ee8d8106d3ec0624c0985b74bbab84842fa5ef1f9e7552954391bb98eb9220d247fbe660b577c45998ab332d28585b4
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.8'
14
+ VERSION = '1.2.9'
15
15
  DEFAULT_VERSION = VERSION # Use an "alias" to the above constant.
16
16
 
17
17
  # ========================================================================= #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: program_information
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.8
4
+ version: 1.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert A. Heiler