xqsr3 0.37.2 → 0.37.3

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
  SHA1:
3
- metadata.gz: f10bad46d3e4578fbf386537a6bf5e72e4b690d7
4
- data.tar.gz: 71706b979d66b50232e82fe32259e4c69c1dd697
3
+ metadata.gz: e140803e312c0a06fa78a8a99c170faf11cdc2ec
4
+ data.tar.gz: 639bbc9ea46908b0de04fc7eb011e112285258d7
5
5
  SHA512:
6
- metadata.gz: c1cf52793a168a5be1102777e347b657fc12dab1549321fd028e66fa2c64523651b66c8c9669d17079b4824309a0217063c6876b82f0d44c1b909973478e88e1
7
- data.tar.gz: 076ce8d398e4b0f67012bf6465b9a1ba005ef4d6fe60bc60736b42ea9269448535df9677da2702ac1b9c868f6f2bd3560dd92f2815d7c4cfc7fb20438f0a3528
6
+ metadata.gz: 91fe23e62c70ae6a91f000617572f058f4639c28d928c4e437167928eea835a8223b1f4fbb12d434719594942301acac70df54eafc9fdf99fd163bf15ea2183e
7
+ data.tar.gz: 62cb7f51f9233708a10c0d058bd982fad508b7e065c81baa3a88622bd7097141ba93839f024a47ff114a54e2e8590e10e6834e61d31a20f193d06f39a73a23a2
data/README.md CHANGED
@@ -23,7 +23,7 @@ It may be pronounced (lamely) as "excusers".
23
23
  Install via **gem** as in:
24
24
 
25
25
  ```
26
- gem install libclimate-ruby
26
+ gem install libclimate-ruby
27
27
  ```
28
28
 
29
29
  or add it to your `Gemfile`.
@@ -6,12 +6,13 @@
6
6
  # ::Xqsr3::CommandLineUtilities::MapOptionString module
7
7
  #
8
8
  # Created: 15th April 2016
9
- # Updated: 15th April 2019
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
  #
@@ -6,3 +6,12 @@ class String
6
6
  include ::Xqsr3::CommandLineUtilities::MapOptionString
7
7
  end # class String
8
8
 
9
+ class NilClass
10
+
11
+ def map_option_string *args
12
+
13
+ nil
14
+ end
15
+ end
16
+
17
+
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: 26th June 2022
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.2'
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.2
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-06-26 00:00:00.000000000 Z
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