kyanite 0.7.0 → 0.7.1

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.
@@ -92,7 +92,7 @@
92
92
  # [Kyanite definitions] {Optimizer}
93
93
  # [Kyanite tests and examples] {TestKyaniteOptimizer}
94
94
  #
95
- # Selection of objects based on scores.
95
+ # Find objects with min or max score.
96
96
  # Each object is written to the Optimizer by a +push+ command, together with it's score.
97
97
  # +content_max+ and +content_min+ result the object with the highest / lowest score.
98
98
  # The access to the second and third objects is possible by deleting objects with
@@ -7,7 +7,7 @@ end
7
7
 
8
8
 
9
9
  require 'kyanite/general/object'
10
- require 'kyanite/array/array'
10
+ require 'kyanite/array'
11
11
  require 'kyanite/dictionary'
12
12
 
13
13
 
@@ -7,7 +7,7 @@ end
7
7
 
8
8
 
9
9
  require 'hashery'
10
- require 'kyanite/string/div'
10
+
11
11
 
12
12
 
13
13
 
@@ -9,7 +9,7 @@ end
9
9
  require 'facets/string/shatter'
10
10
  require 'kyanite/string/cast'
11
11
  require 'kyanite/enumerable'
12
- require 'kyanite/array/array'
12
+ require 'kyanite/array'
13
13
 
14
14
 
15
15
 
@@ -6,7 +6,7 @@ if $0 == __FILE__
6
6
  end
7
7
  require 'drumherum/unit_test'
8
8
  require 'kyanite/array'
9
- require 'kyanite/numeric/numeric'
9
+ require 'kyanite/numeric'
10
10
  require 'kyanite/set'
11
11
 
12
12
 
data/version.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Kyanite
4
4
 
5
- VERSION = '0.7.0'
5
+ VERSION = '0.7.1'
6
6
 
7
7
  end
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kyanite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: