xqsr3 0.37.2 → 0.37.3
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e140803e312c0a06fa78a8a99c170faf11cdc2ec
|
|
4
|
+
data.tar.gz: 639bbc9ea46908b0de04fc7eb011e112285258d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91fe23e62c70ae6a91f000617572f058f4639c28d928c4e437167928eea835a8223b1f4fbb12d434719594942301acac70df54eafc9fdf99fd163bf15ea2183e
|
|
7
|
+
data.tar.gz: 62cb7f51f9233708a10c0d058bd982fad508b7e065c81baa3a88622bd7097141ba93839f024a47ff114a54e2e8590e10e6834e61d31a20f193d06f39a73a23a2
|
data/README.md
CHANGED
|
@@ -6,12 +6,13 @@
|
|
|
6
6
|
# ::Xqsr3::CommandLineUtilities::MapOptionString module
|
|
7
7
|
#
|
|
8
8
|
# Created: 15th April 2016
|
|
9
|
-
# Updated:
|
|
9
|
+
# Updated: 19th July 2022
|
|
10
10
|
#
|
|
11
11
|
# Home: http://github.com/synesissoftware/xqsr3
|
|
12
12
|
#
|
|
13
13
|
# Author: Matthew Wilson
|
|
14
14
|
#
|
|
15
|
+
# Copyright (c) 2019-2022, Matthew Wilson and Synesis Information Systems
|
|
15
16
|
# Copyright (c) 2016-2019, Matthew Wilson and Synesis Software
|
|
16
17
|
# All rights reserved.
|
|
17
18
|
#
|
data/lib/xqsr3/version.rb
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Purpose: Version for Xqsr3 library
|
|
6
6
|
#
|
|
7
7
|
# Created: 3rd April 2016
|
|
8
|
-
# Updated:
|
|
8
|
+
# Updated: 19th July 2022
|
|
9
9
|
#
|
|
10
10
|
# Home: http://github.com/synesissoftware/xqsr3
|
|
11
11
|
#
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
module Xqsr3
|
|
52
52
|
|
|
53
53
|
# Current version of the Xqsr3 library
|
|
54
|
-
VERSION = '0.37.
|
|
54
|
+
VERSION = '0.37.3'
|
|
55
55
|
|
|
56
56
|
private
|
|
57
57
|
VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
|
|
@@ -35,5 +35,10 @@ class Test_Xqsr3_CommandLineUtilities_map_option_string < Test::Unit::TestCase
|
|
|
35
35
|
assert_nil MapOptionString.map_option_string_from_string(shortcut, option_strings)
|
|
36
36
|
end
|
|
37
37
|
end
|
|
38
|
+
|
|
39
|
+
def test_nil
|
|
40
|
+
|
|
41
|
+
assert_nil nil.map_option_string []
|
|
42
|
+
end
|
|
38
43
|
end
|
|
39
44
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xqsr3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.37.
|
|
4
|
+
version: 0.37.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Wilson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |
|
|
14
14
|
eXtensions by fine Quantum for Standard Ruby and 3rd-party libraries is a
|