xqsr3 0.8.3 → 0.8.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 628985018fcc3f00bca980811128896add2e0565
4
- data.tar.gz: 652a4e0cbfccfbb7d8c536eb17dda5c71a309727
3
+ metadata.gz: ec39d476e13c921ebb63af24850e2fc2cc3b477d
4
+ data.tar.gz: 4aa01dfbfc3adf1abf26c5d6d548a27a8f788e4d
5
5
  SHA512:
6
- metadata.gz: 88a5733f0303f191ea04ff83320b67073967d2b98b84fb9ec3ab94e3eb8919ddddd16e73b254f8da2db89ee26f76eef58d308c79ee6dac46dd7427d3f2770388
7
- data.tar.gz: 940514fe49c658edcf9d001bfe5674e33904d149a638a3ea335933f148c5e870e273a42a6f7d5ab5e3ac74c6473fd4e65caa1fbb11942778318a00cafd6c8dd2
6
+ metadata.gz: 7ba65f01f208f514080e319d7f38c9d50ba024291e779886c57ec4bcc2a7114fcbeec01f8b0100520b28ba9699d5dc5a906154bf60cf7c451d5941104e3fd96a
7
+ data.tar.gz: 0ccbdd70d6b0ea51d09b1315b172a400b14e1f0aa7a9761b437c5a6664d81525501dadb2db6e90dfb1e60e464394c75632925ee631f6778d6f610ddc1a7c44a3
data/LICENSE CHANGED
@@ -1,4 +1,6 @@
1
- Copyright (c) 2016,
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
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
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
@@ -1,6 +1,8 @@
1
1
  # xqsr3
2
2
  eXtensions by fine Quantum for Standard Ruby and 3rd-party libraries
3
3
 
4
+ [![Gem Version](https://badge.fury.io/rb/xqsr3.svg)](https://badge.fury.io/rb/xqsr3)
5
+
4
6
  ## Installation & usage
5
7
 
6
8
  Install using `gem install xqsr3` or add it to your `Gemfile`.
@@ -1,5 +1,6 @@
1
1
 
2
2
  require 'xqsr3/extensions/string/ends_with'
3
+ require 'xqsr3/extensions/string/map_option_string'
3
4
  require 'xqsr3/extensions/string/starts_with'
4
5
  require 'xqsr3/extensions/string/to_symbol'
5
6
 
@@ -5,7 +5,7 @@
5
5
  # Purpose: Version for Xqsr3 library
6
6
  #
7
7
  # Created: 3rd April 2016
8
- # Updated: 10th May 2016
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.3'
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.3
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 00:00:00.000000000 Z
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
- - Modified BSD
79
+ - 3-clause BSD
80
80
  metadata: {}
81
81
  post_install_message:
82
82
  rdoc_options: []