xqsr3 0.8.5 → 0.8.6
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 +4 -4
- data/lib/xqsr3/quality.rb +3 -0
- data/lib/xqsr3/version.rb +2 -2
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 033e7dfed425a1390d4fc09533d76e262e26b558
|
|
4
|
+
data.tar.gz: 2c08df8949635e57488dca7def484e4ad18ef100
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 740820caf1bbe4c17bbc2c092e8bec3a6efbf88f0c2593a3dca47213a207802c235ab10c5fc27b4fcb4069b6881b8557f1c875d328d709186e140bfb3fc10d80
|
|
7
|
+
data.tar.gz: 0cfef03cd14cdebbb93b52243c28f9f3af187e7e55271fef0764bc5d2a38550ca13f15032fc3eb6d542f7a329ce7fb696161b411a98cd299f205a0ea7557cbc1
|
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 May 2016
|
|
9
9
|
#
|
|
10
10
|
# Home: http://github.com/synesissoftware/xqsr3
|
|
11
11
|
#
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
module Xqsr3
|
|
51
51
|
|
|
52
52
|
# Current version of the Xqsr3 library
|
|
53
|
-
VERSION = '0.8.
|
|
53
|
+
VERSION = '0.8.6'
|
|
54
54
|
|
|
55
55
|
private
|
|
56
56
|
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.8.
|
|
4
|
+
version: 0.8.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Wilson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-06-
|
|
11
|
+
date: 2016-06-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
|
|
@@ -43,6 +43,7 @@ files:
|
|
|
43
43
|
- lib/xqsr3/extensions/test/unit/assert_not.rb
|
|
44
44
|
- lib/xqsr3/extensions/test/unit/assert_not_eql.rb
|
|
45
45
|
- lib/xqsr3/io/writelines.rb
|
|
46
|
+
- lib/xqsr3/quality.rb
|
|
46
47
|
- lib/xqsr3/quality/parameter_checking.rb
|
|
47
48
|
- lib/xqsr3/string_utilities/ends_with.rb
|
|
48
49
|
- lib/xqsr3/string_utilities/starts_with.rb
|
|
@@ -99,3 +100,4 @@ signing_key:
|
|
|
99
100
|
specification_version: 4
|
|
100
101
|
summary: xqsr3
|
|
101
102
|
test_files: []
|
|
103
|
+
has_rdoc:
|