xqsr3 0.37.0 → 0.37.2

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: '048dfbb7beeff5b7e90df73f59be96e686611f91'
4
- data.tar.gz: 815facf131a846b49eec30be5e45bf369383d52d
3
+ metadata.gz: f10bad46d3e4578fbf386537a6bf5e72e4b690d7
4
+ data.tar.gz: 71706b979d66b50232e82fe32259e4c69c1dd697
5
5
  SHA512:
6
- metadata.gz: e77733d055c75114bcd38811e5af5f89726c563976d49b8d197246309ac6a2c92ade6cf66e812f81a02b17f682f530b870441fc9f8436b499179dee2165d539c
7
- data.tar.gz: 38743b47b07c1b1876d680a759e6c9ec3e9aac7ef6482305a2dbe452fa5d1f28e0bb3b5921653778feb94b76a8f884f90eb03dbae7bad9dd6d5815fad9902308
6
+ metadata.gz: c1cf52793a168a5be1102777e347b657fc12dab1549321fd028e66fa2c64523651b66c8c9669d17079b4824309a0217063c6876b82f0d44c1b909973478e88e1
7
+ data.tar.gz: 076ce8d398e4b0f67012bf6465b9a1ba005ef4d6fe60bc60736b42ea9269448535df9677da2702ac1b9c868f6f2bd3560dd92f2815d7c4cfc7fb20438f0a3528
@@ -1,5 +1,5 @@
1
1
 
2
- unless Hash.instance_methods.include? :except
2
+ unless Hash.instance_methods.include? :except!
3
3
 
4
4
  class Hash
5
5
 
@@ -14,6 +14,12 @@ unless Hash.instance_methods.include? :except
14
14
 
15
15
  self
16
16
  end
17
+ end
18
+ end
19
+
20
+ unless Hash.instance_methods.include? :except
21
+
22
+ class Hash
17
23
 
18
24
  # Obtains a copy of the instance wherein any key-value pairs
19
25
  # matching the keys specified in +keys_to_delete+ are removed
@@ -11,11 +11,9 @@ module X_assert_raise_with_message_ # :nodoc: all
11
11
 
12
12
  if TestUnitVersion_.is_at_least? [ 3, 0, 8 ]
13
13
 
14
- # @!visibility private
15
14
  AssertionFailedError_ = Test::Unit::AssertionFailedError # :nodoc:
16
15
  else
17
16
 
18
- # @!visibility private
19
17
  class AssertionFailedError_ < ArgumentError; end # :nodoc:
20
18
  end
21
19
 
@@ -63,8 +63,6 @@ module QuoteIf
63
63
 
64
64
  def self.string_quote_if_array_ s, options # :nodoc:
65
65
 
66
- #$stderr.puts "#{self}#{__method__}(s (#{s.class})='#{s}', options (#{options.class})='#{options}'"
67
-
68
66
  s = s.to_s unless String === s
69
67
 
70
68
  quotes = options[:quotes] || [ '"', '"' ]
@@ -72,8 +70,6 @@ module QuoteIf
72
70
 
73
71
  quotables = options[:quotables] || /\s/
74
72
 
75
- #$stderr.puts "quotables (#{quotables.class}): [#{quotables}]"
76
-
77
73
  case quotables
78
74
  when ::String
79
75
 
data/lib/xqsr3/version.rb CHANGED
@@ -5,13 +5,13 @@
5
5
  # Purpose: Version for Xqsr3 library
6
6
  #
7
7
  # Created: 3rd April 2016
8
- # Updated: 20th April 2021
8
+ # Updated: 26th June 2022
9
9
  #
10
10
  # Home: http://github.com/synesissoftware/xqsr3
11
11
  #
12
12
  # Author: Matthew Wilson
13
13
  #
14
- # Copyright (c) 2019-2021, Matthew Wilson and Synesis Information Systems
14
+ # Copyright (c) 2019-2022, Matthew Wilson and Synesis Information Systems
15
15
  # Copyright (c) 2016-2019, Matthew Wilson and Synesis Software
16
16
  # All rights reserved.
17
17
  #
@@ -51,7 +51,7 @@
51
51
  module Xqsr3
52
52
 
53
53
  # Current version of the Xqsr3 library
54
- VERSION = '0.37.0'
54
+ VERSION = '0.37.2'
55
55
 
56
56
  private
57
57
  VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
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.0
4
+ version: 0.37.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-20 00:00:00.000000000 Z
11
+ date: 2022-06-26 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
@@ -162,9 +162,12 @@ require_paths:
162
162
  - lib
163
163
  required_ruby_version: !ruby/object:Gem::Requirement
164
164
  requirements:
165
- - - "~>"
165
+ - - ">="
166
166
  - !ruby/object:Gem::Version
167
167
  version: '2.0'
168
+ - - "<"
169
+ - !ruby/object:Gem::Version
170
+ version: '4'
168
171
  required_rubygems_version: !ruby/object:Gem::Requirement
169
172
  requirements:
170
173
  - - ">="