k-tree 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.ruby-version +1 -1
- data/.semver +1 -1
- data/Gemfile.lock +60 -58
- data/k-tree.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3cae4e4b99bfccf8fa96f568fc33c55f348a032899ff3d7682fb82af22241b55
|
4
|
+
data.tar.gz: 03f68ea82a1a59b38a10c92f2b404bcd3c0675e3571a80d01910968fd5cc65b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49461de697e92de65312d47269944d3abef3cc6b2864c779f4357976b9192194dee65b6e3caf3cb921f94bd109cdc95e7e11a00efd47a7710396a4ce868afb3b
|
7
|
+
data.tar.gz: 9842c52fb18847cb6f7fa8432b7d162f4acd7657f00592295f134162ccc883aaea48e474429200a47123c27203ee9706fd33ac471c0723dac6c45c1492357415
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.5.0
|
data/.semver
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,28 +1,29 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
addressable (2.
|
5
|
-
|
6
|
-
|
4
|
+
addressable (2.5.2)
|
5
|
+
public_suffix (>= 2.0.2, < 4.0)
|
6
|
+
builder (3.2.3)
|
7
|
+
coderay (1.1.2)
|
7
8
|
descendants_tracker (0.0.4)
|
8
9
|
thread_safe (~> 0.3, >= 0.3.1)
|
9
|
-
diff-lcs (1.
|
10
|
+
diff-lcs (1.3)
|
10
11
|
docile (1.1.5)
|
11
|
-
faraday (0.
|
12
|
+
faraday (0.12.2)
|
12
13
|
multipart-post (>= 1.2, < 3)
|
13
|
-
ffi (1.9.
|
14
|
+
ffi (1.9.18)
|
14
15
|
formatador (0.2.5)
|
15
16
|
git (1.3.0)
|
16
|
-
github_api (0.
|
17
|
-
addressable (~> 2.4
|
17
|
+
github_api (0.18.2)
|
18
|
+
addressable (~> 2.4)
|
18
19
|
descendants_tracker (~> 0.0.4)
|
19
|
-
faraday (~> 0.8
|
20
|
-
hashie (>= 3.
|
20
|
+
faraday (~> 0.8)
|
21
|
+
hashie (~> 3.5, >= 3.5.2)
|
21
22
|
oauth2 (~> 1.0)
|
22
|
-
guard (2.14.
|
23
|
+
guard (2.14.2)
|
23
24
|
formatador (>= 0.2.4)
|
24
25
|
listen (>= 2.7, < 4.0)
|
25
|
-
lumberjack (
|
26
|
+
lumberjack (>= 1.0.12, < 2.0)
|
26
27
|
nenv (~> 0.1)
|
27
28
|
notiffany (~> 0.0)
|
28
29
|
pry (>= 0.9.12)
|
@@ -30,80 +31,81 @@ GEM
|
|
30
31
|
thor (>= 0.18.1)
|
31
32
|
guard-rspec (0.7.3)
|
32
33
|
guard (>= 0.10.0)
|
33
|
-
hashie (3.
|
34
|
-
highline (1.7.
|
35
|
-
json (2.0
|
36
|
-
juwelier (2.
|
34
|
+
hashie (3.5.7)
|
35
|
+
highline (1.7.10)
|
36
|
+
json (2.1.0)
|
37
|
+
juwelier (2.4.9)
|
37
38
|
builder
|
38
|
-
bundler
|
39
|
-
git
|
39
|
+
bundler
|
40
|
+
git
|
40
41
|
github_api
|
41
|
-
highline
|
42
|
-
|
43
|
-
|
42
|
+
highline
|
43
|
+
kamelcase (~> 0)
|
44
|
+
nokogiri
|
45
|
+
psych
|
44
46
|
rake
|
45
47
|
rdoc
|
46
|
-
|
48
|
+
semver2
|
47
49
|
jwt (1.5.6)
|
50
|
+
kamelcase (0.0.2)
|
51
|
+
semver2 (~> 3)
|
48
52
|
listen (3.1.5)
|
49
53
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
50
54
|
rb-inotify (~> 0.9, >= 0.9.7)
|
51
55
|
ruby_dep (~> 1.2)
|
52
|
-
lumberjack (1.0.
|
53
|
-
method_source (0.
|
54
|
-
mini_portile2 (2.
|
55
|
-
multi_json (1.
|
56
|
+
lumberjack (1.0.12)
|
57
|
+
method_source (0.9.0)
|
58
|
+
mini_portile2 (2.3.0)
|
59
|
+
multi_json (1.13.1)
|
56
60
|
multi_xml (0.6.0)
|
57
61
|
multipart-post (2.0.0)
|
58
62
|
nenv (0.3.0)
|
59
|
-
nokogiri (1.
|
60
|
-
mini_portile2 (~> 2.
|
63
|
+
nokogiri (1.8.1)
|
64
|
+
mini_portile2 (~> 2.3.0)
|
61
65
|
notiffany (0.1.1)
|
62
66
|
nenv (~> 0.1)
|
63
67
|
shellany (~> 0.0)
|
64
|
-
oauth2 (1.
|
65
|
-
faraday (>= 0.8, < 0.
|
68
|
+
oauth2 (1.4.0)
|
69
|
+
faraday (>= 0.8, < 0.13)
|
66
70
|
jwt (~> 1.0)
|
67
71
|
multi_json (~> 1.3)
|
68
72
|
multi_xml (~> 0.5)
|
69
73
|
rack (>= 1.2, < 3)
|
70
|
-
pry (0.
|
74
|
+
pry (0.11.3)
|
71
75
|
coderay (~> 1.1.0)
|
72
|
-
method_source (~> 0.
|
73
|
-
|
74
|
-
|
75
|
-
rack (2.0.
|
76
|
-
rake (12.
|
77
|
-
rb-fsevent (0.
|
78
|
-
rb-inotify (0.9.
|
79
|
-
ffi (>= 0.5.0)
|
76
|
+
method_source (~> 0.9.0)
|
77
|
+
psych (3.0.2)
|
78
|
+
public_suffix (3.0.1)
|
79
|
+
rack (2.0.3)
|
80
|
+
rake (12.3.0)
|
81
|
+
rb-fsevent (0.10.2)
|
82
|
+
rb-inotify (0.9.10)
|
83
|
+
ffi (>= 0.5.0, < 2)
|
80
84
|
rdoc (3.9.5)
|
81
|
-
rspec (3.
|
82
|
-
rspec-core (~> 3.
|
83
|
-
rspec-expectations (~> 3.
|
84
|
-
rspec-mocks (~> 3.
|
85
|
-
rspec-core (3.
|
86
|
-
rspec-support (~> 3.
|
87
|
-
rspec-expectations (3.
|
85
|
+
rspec (3.7.0)
|
86
|
+
rspec-core (~> 3.7.0)
|
87
|
+
rspec-expectations (~> 3.7.0)
|
88
|
+
rspec-mocks (~> 3.7.0)
|
89
|
+
rspec-core (3.7.1)
|
90
|
+
rspec-support (~> 3.7.0)
|
91
|
+
rspec-expectations (3.7.0)
|
88
92
|
diff-lcs (>= 1.2.0, < 2.0)
|
89
|
-
rspec-support (~> 3.
|
90
|
-
rspec-mocks (3.
|
93
|
+
rspec-support (~> 3.7.0)
|
94
|
+
rspec-mocks (3.7.0)
|
91
95
|
diff-lcs (>= 1.2.0, < 2.0)
|
92
|
-
rspec-support (~> 3.
|
93
|
-
rspec-support (3.
|
96
|
+
rspec-support (~> 3.7.0)
|
97
|
+
rspec-support (3.7.0)
|
94
98
|
ruby_dep (1.5.0)
|
95
|
-
semver (1.0.1)
|
96
99
|
semver2 (3.4.2)
|
97
100
|
shellany (0.0.1)
|
98
|
-
simplecov (0.
|
101
|
+
simplecov (0.15.1)
|
99
102
|
docile (~> 1.1.0)
|
100
103
|
json (>= 1.8, < 3)
|
101
104
|
simplecov-html (~> 0.10.0)
|
102
|
-
simplecov-html (0.10.
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
yard (0.9.5)
|
105
|
+
simplecov-html (0.10.2)
|
106
|
+
thor (0.20.0)
|
107
|
+
thread_safe (0.3.6)
|
108
|
+
yard (0.9.12)
|
107
109
|
|
108
110
|
PLATFORMS
|
109
111
|
ruby
|
@@ -120,4 +122,4 @@ DEPENDENCIES
|
|
120
122
|
yard (~> 0)
|
121
123
|
|
122
124
|
BUNDLED WITH
|
123
|
-
1.
|
125
|
+
1.16.1
|
data/k-tree.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: k-tree 0.0.
|
5
|
+
# stub: k-tree 0.0.8 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "k-tree".freeze
|
9
|
-
s.version = "0.0.
|
9
|
+
s.version = "0.0.8"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib".freeze]
|
13
13
|
s.authors = ["Fred Mitchell".freeze]
|
14
|
-
s.date = "
|
14
|
+
s.date = "2018-01-22"
|
15
15
|
s.description = "\n This is a data structure to represent and manage k-trees,\n primarily created for use in RubyNEAT, but may see other possible applications.\n The goal here is to be roebust in the creation of your k-tree, to allow\n you to prune during creation, since, especially for higher-dimensional trees,\n the number of leaf node can become very large.\n\n So a parent will have children nodes created down to the desired resolution,\n and immediately after the creation of the children, will check to see if there's\n enough variance among the children to keep them. If not, they are pruned immediately.\n ".freeze
|
16
16
|
s.email = "fred.mitchell@gmx.de".freeze
|
17
17
|
s.extra_rdoc_files = [
|
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
|
|
38
38
|
s.homepage = "http://github.com/flajann2/k-tree".freeze
|
39
39
|
s.licenses = ["MIT".freeze]
|
40
40
|
s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze)
|
41
|
-
s.rubygems_version = "2.
|
41
|
+
s.rubygems_version = "2.7.3".freeze
|
42
42
|
s.summary = "K-Tree is a generalization of quadtrees and octrees.".freeze
|
43
43
|
|
44
44
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: k-tree
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fred Mitchell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: semver2
|
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
192
|
version: '0'
|
193
193
|
requirements: []
|
194
194
|
rubyforge_project:
|
195
|
-
rubygems_version: 2.
|
195
|
+
rubygems_version: 2.7.3
|
196
196
|
signing_key:
|
197
197
|
specification_version: 4
|
198
198
|
summary: K-Tree is a generalization of quadtrees and octrees.
|