xqsr3 0.10.1 → 0.10.2

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: 9fc131e56227103bb95b7ccf5dfc3c19dd15b2a6
4
- data.tar.gz: 4fb63d6d6d8f764e2ca09fc0fe0859897c16a807
3
+ metadata.gz: 522223b0b707f9057fdafa48580809911ecd8c9d
4
+ data.tar.gz: 9203708c9ca41f78025c5882f72fa7f55170a095
5
5
  SHA512:
6
- metadata.gz: ec36713f0a9cd50f16d826d3a6ca58a4c36d14ad5aeea9ab0c73a77fb2b90ad7c632dbafd7b9a4dfb4225e1e73c1d1f18bb7020b5b9e12cbc531f10d274ac270
7
- data.tar.gz: e9c1695f3091a1bd265da1b8943e9a97d9de645c4efddae0798b1d9103508d212348e226330c1f9578f55f0e458390c09765a9243f4505d3028e92563f88691c
6
+ metadata.gz: fcb1fb10938327574cb3ea10ce57a91d795d6cc524cd95aae6770daace4306ae63f17957920bb3e32932ce11f350139cc70151485a38b86f072622b7c34260e4
7
+ data.tar.gz: 4aef021764d9cff5977379ae18136713cbbcb346afd87014de9f2dffd31e25e03aa51899494a6940af39d44ebd637a49b4145d52e940be7556ef93035ee95665
@@ -55,7 +55,7 @@ module Quality
55
55
  module ParameterChecking
56
56
 
57
57
  private
58
- module Util_
58
+ module Util_ # :nodoc:
59
59
 
60
60
  def self.join_with_or a
61
61
 
@@ -50,7 +50,7 @@
50
50
  module Xqsr3
51
51
 
52
52
  # Current version of the Xqsr3 library
53
- VERSION = '0.10.1'
53
+ VERSION = '0.10.2'
54
54
 
55
55
  private
56
56
  VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
 
3
3
  $:.unshift File.join(File.dirname(__FILE__), '../../../../lib')
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
 
3
3
  $:.unshift File.join(File.dirname(__FILE__), '../../../../lib')
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
  #
3
3
  # executes all other tests
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
 
3
3
  $:.unshift File.join(File.dirname(__FILE__), '../../../../lib')
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
  #
3
3
  # executes all other tests
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
 
3
3
  $:.unshift File.join(File.dirname(__FILE__), '../../../../lib')
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
  #
3
3
  # executes all other tests
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
 
3
3
  $:.unshift File.join(File.dirname(__FILE__), '../../../../lib')
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
 
3
3
  $:.unshift File.join(File.dirname(__FILE__), '../../../../lib')
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
 
3
3
  $:.unshift File.join(File.dirname(__FILE__), '../../../../lib')
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
 
3
3
  $:.unshift File.join(File.dirname(__FILE__), '../../../../lib')
4
4
 
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
  #
3
3
  # executes all other tests
4
4
 
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.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-26 00:00:00.000000000 Z
11
+ date: 2017-02-27 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
@@ -19,30 +19,32 @@ executables: []
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
+ - LICENSE
23
+ - README.md
22
24
  - lib/xqsr3/command_line_utilities/map_option_string.rb
23
25
  - lib/xqsr3/containers/frequency_map.rb
24
26
  - lib/xqsr3/containers/multi_map.rb
25
27
  - lib/xqsr3/diagnostics/exception_utilities.rb
26
28
  - lib/xqsr3/doc_.rb
29
+ - lib/xqsr3/extensions/enumerable.rb
27
30
  - lib/xqsr3/extensions/enumerable/collect_with_index.rb
28
31
  - lib/xqsr3/extensions/enumerable/unique.rb
29
- - lib/xqsr3/extensions/enumerable.rb
30
- - lib/xqsr3/extensions/io/writelines.rb
31
32
  - lib/xqsr3/extensions/io.rb
32
- - lib/xqsr3/extensions/kernel/raise_with_options.rb
33
+ - lib/xqsr3/extensions/io/writelines.rb
33
34
  - lib/xqsr3/extensions/kernel.rb
35
+ - lib/xqsr3/extensions/kernel/raise_with_options.rb
36
+ - lib/xqsr3/extensions/string.rb
34
37
  - lib/xqsr3/extensions/string/ends_with.rb
35
38
  - lib/xqsr3/extensions/string/map_option_string.rb
36
39
  - lib/xqsr3/extensions/string/starts_with.rb
37
40
  - lib/xqsr3/extensions/string/to_symbol.rb
38
- - lib/xqsr3/extensions/string.rb
41
+ - lib/xqsr3/extensions/test/unit.rb
39
42
  - lib/xqsr3/extensions/test/unit/assert_eql.rb
40
43
  - lib/xqsr3/extensions/test/unit/assert_not.rb
41
44
  - lib/xqsr3/extensions/test/unit/assert_not_eql.rb
42
- - lib/xqsr3/extensions/test/unit.rb
43
45
  - lib/xqsr3/io/writelines.rb
44
- - lib/xqsr3/quality/parameter_checking.rb
45
46
  - lib/xqsr3/quality.rb
47
+ - lib/xqsr3/quality/parameter_checking.rb
46
48
  - lib/xqsr3/string_utilities/ends_with.rb
47
49
  - lib/xqsr3/string_utilities/starts_with.rb
48
50
  - lib/xqsr3/string_utilities/to_symbol.rb
@@ -73,8 +75,6 @@ files:
73
75
  - test/unit/quality/ts_all.rb
74
76
  - test/unit/tc_version.rb
75
77
  - test/unit/ts_all.rb
76
- - README.md
77
- - LICENSE
78
78
  homepage: http://github.com/synesissoftware/xqsr3
79
79
  licenses:
80
80
  - 3-clause BSD
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.0.14.1
98
+ rubygems_version: 2.4.2
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: xqsr3