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 +5 -5
- data/lib/xqsr3/quality/parameter_checking.rb +5 -4
- data/lib/xqsr3/version.rb +3 -3
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 9d79a8cd3b6c08ec9a3a6a651c59ffd38696ed67cddedff283c3b66ff9c1b2e8
|
4
|
+
data.tar.gz: a4e9ba8e5b9923122f3fe9cd583d69588b09d60b67f95cc1bb1e1a9630b537b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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-
|
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 +
|
58
|
-
# that may be used to check parameter values
|
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:
|
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-
|
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:
|
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
|
-
|
178
|
-
|
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: []
|