xqsr3 0.38.1 → 0.38.1.1

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
- SHA1:
3
- metadata.gz: 893916b4985f2cf4aacd3880f28d9199b3137f49
4
- data.tar.gz: d611a888f54fc3d6bee966a040530637bdfe2423
2
+ SHA256:
3
+ metadata.gz: 9d79a8cd3b6c08ec9a3a6a651c59ffd38696ed67cddedff283c3b66ff9c1b2e8
4
+ data.tar.gz: a4e9ba8e5b9923122f3fe9cd583d69588b09d60b67f95cc1bb1e1a9630b537b0
5
5
  SHA512:
6
- metadata.gz: 222348a3e0621835acbb5df342e2625eb6f6c7d355b59e9aded4e105e3acdbfe27a13cff0af939964ecde0eab65f16a5bebd8560afb71781a653c98ba981cc0b
7
- data.tar.gz: efd82ceb69653fcc88954b3fb03267d3719e00642de1c7a2de564fe008751e0476be9625da6037af8bdcc1aecbf242ceced924f29403858a9d5a3b8eff861391
6
+ metadata.gz: ed91a12776bccced75b2f278eb424e7e868370732139441e40ea6c76baa8cd61b1f00fbc49b932eb59763ebf0dbf42554748715d3a182cc9f695aca18816fa4e
7
+ data.tar.gz: df3c844552eadc9c66496ac21e1d979aedd3fec2dbce2fa25e6a1e631b957cf58ffd7c7c4fa072a5a102f1d58f99e4c1334fdc1c1240b2a3af0cd5e31e16efaf
@@ -5,13 +5,13 @@
5
5
  # Purpose: Definition of the ParameterChecking module
6
6
  #
7
7
  # Created: 12th February 2015
8
- # Updated: 22nd July 2022
8
+ # Updated: 4th November 2023
9
9
  #
10
10
  # Home: http://github.com/synesissoftware/xqsr3
11
11
  #
12
12
  # Author: Matthew Wilson
13
13
  #
14
- # Copyright (c) 2019-2022, Matthew Wilson and Synesis Information Systems
14
+ # Copyright (c) 2019-2023, Matthew Wilson and Synesis Information Systems
15
15
  # Copyright (c) 2016-2019, Matthew Wilson and Synesis Software
16
16
  # All rights reserved.
17
17
  #
@@ -54,8 +54,9 @@
54
54
  module Xqsr3
55
55
  module Quality
56
56
 
57
- # Inclusion module that creates class and instance methods +check_parameter+
58
- # that may be used to check parameter values and types
57
+ # Inclusion module that creates class and instance methods +check_option()+
58
+ # and +check_parameter()+ that may be used to check option/parameter values
59
+ # and types.
59
60
  #
60
61
  module ParameterChecking
61
62
 
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: 26th July 2022
8
+ # Updated: 4th November 2023
9
9
  #
10
10
  # Home: http://github.com/synesissoftware/xqsr3
11
11
  #
12
12
  # Author: Matthew Wilson
13
13
  #
14
- # Copyright (c) 2019-2022, Matthew Wilson and Synesis Information Systems
14
+ # Copyright (c) 2019-2023, 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.38.1'
54
+ VERSION = '0.38.1.1'
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.38.1
4
+ version: 0.38.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wilson
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-26 00:00:00.000000000 Z
11
+ date: 2023-12-01 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
@@ -156,7 +156,7 @@ homepage: http://github.com/synesissoftware/xqsr3
156
156
  licenses:
157
157
  - BSD-3-Clause
158
158
  metadata: {}
159
- post_install_message:
159
+ post_install_message:
160
160
  rdoc_options: []
161
161
  require_paths:
162
162
  - lib
@@ -174,9 +174,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
174
  - !ruby/object:Gem::Version
175
175
  version: '0'
176
176
  requirements: []
177
- rubyforge_project:
178
- rubygems_version: 2.6.14.3
179
- signing_key:
177
+ rubygems_version: 3.1.6
178
+ signing_key:
180
179
  specification_version: 4
181
180
  summary: xqsr3
182
181
  test_files: []