xqsr3 0.8.3 → 0.8.4
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/LICENSE +6 -4
- data/README.md +2 -0
- data/lib/xqsr3/extensions/string.rb +1 -0
- data/lib/xqsr3/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec39d476e13c921ebb63af24850e2fc2cc3b477d
|
|
4
|
+
data.tar.gz: 4aa01dfbfc3adf1abf26c5d6d548a27a8f788e4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ba65f01f208f514080e319d7f38c9d50ba024291e779886c57ec4bcc2a7114fcbeec01f8b0100520b28ba9699d5dc5a906154bf60cf7c451d5941104e3fd96a
|
|
7
|
+
data.tar.gz: 0ccbdd70d6b0ea51d09b1315b172a400b14e1f0aa7a9761b437c5a6664d81525501dadb2db6e90dfb1e60e464394c75632925ee631f6778d6f610ddc1a7c44a3
|
data/LICENSE
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
xqsr3
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2005-2016, Matthew Wilson and Synesis Software
|
|
2
4
|
All rights reserved.
|
|
3
5
|
|
|
4
6
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -15,9 +17,9 @@ modification, are permitted provided that the following conditions are met:
|
|
|
15
17
|
contributors may be used to endorse or promote products derived from
|
|
16
18
|
this software without specific prior written permission.
|
|
17
19
|
|
|
18
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
21
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
22
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
23
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
22
24
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
23
25
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
data/README.md
CHANGED
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: 13th 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.4'
|
|
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.4
|
|
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-13 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
|
|
@@ -76,7 +76,7 @@ files:
|
|
|
76
76
|
- test/unit/ts_all.rb
|
|
77
77
|
homepage: http://github.com/synesissoftware/xqsr3
|
|
78
78
|
licenses:
|
|
79
|
-
-
|
|
79
|
+
- 3-clause BSD
|
|
80
80
|
metadata: {}
|
|
81
81
|
post_install_message:
|
|
82
82
|
rdoc_options: []
|