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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf696cbb983e21f716af30993c657050b17febad
4
- data.tar.gz: dbc1292682d79cd6560ad0bf4583bbb78accce82
3
+ metadata.gz: 033e7dfed425a1390d4fc09533d76e262e26b558
4
+ data.tar.gz: 2c08df8949635e57488dca7def484e4ad18ef100
5
5
  SHA512:
6
- metadata.gz: 783376d3c5ced40715311df80bf5721f525f7c042d3088b210dde878c514689162a53c00f34a5dacdc9e8abc8581588aa9815bbb2b9a72e239fb2caec6eb48cf
7
- data.tar.gz: f1a5b7f79d970ada586f4b7385b92a9b347fe28c62317a95f20fdd70992cad5edfb670feb7fb4d5a7195f6fc114c432311ee6c435c7cf4c21e7649ad3ed21145
6
+ metadata.gz: 740820caf1bbe4c17bbc2c092e8bec3a6efbf88f0c2593a3dca47213a207802c235ab10c5fc27b4fcb4069b6881b8557f1c875d328d709186e140bfb3fc10d80
7
+ data.tar.gz: 0cfef03cd14cdebbb93b52243c28f9f3af187e7e55271fef0764bc5d2a38550ca13f15032fc3eb6d542f7a329ce7fb696161b411a98cd299f205a0ea7557cbc1
@@ -0,0 +1,3 @@
1
+
2
+ require 'xqsr3/quality/parameter_checking'
3
+
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: 13th May 2016
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.5'
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.5
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-13 00:00:00.000000000 Z
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: