k-tree 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. checksums.yaml +4 -4
  2. data/.semver +1 -1
  3. data/Gemfile.lock +35 -27
  4. data/README.rdoc +2 -0
  5. data/Rakefile +1 -1
  6. data/k-tree.gemspec +5 -5
  7. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a8cf49611f2c53dd4ed380506bcf8c98948fb2b
4
- data.tar.gz: 4dcc63dfda7e2ec8a4f577e3d0bcf390419e45f5
3
+ metadata.gz: a26a9f09696eb072c1a789a1091a561b513cdb98
4
+ data.tar.gz: ce73ccd1d92acc1307ff795df3c5e17005fadba9
5
5
  SHA512:
6
- metadata.gz: 2b8e9fab7f61d92665add4d09478a4307098c4f1059c2361dc130442cf7e4739592cb756c1191b672c3a15524345f11d5e5f42c5e073d3aea9117b160dcd0135
7
- data.tar.gz: feebf590811450cb26e0596bf48d86bc7d69bd615c4ab76438febaeb1f59f894383cf865b1bd56c87e407fcaf129bfc2842669a5fac0caf1d9044deb5983b7b3
6
+ metadata.gz: 3c6f66b98bd7a264875d1dd10638c169e33976e1e53812d727c9f15cd059ddf5e637849d6612b3489cf36d5c3c68b67114505ed62cb0c6759a35b896a7c50813
7
+ data.tar.gz: 200156de8b40ecbf946d522911ece00fa0f8832afdfec371b9d9f0465bc818a3d96469af767a04093af2cb703195410bf1dc1a6535bb028f0ac5eabce67f2589
data/.semver CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 2
4
+ :patch: 3
5
5
  :special: ''
@@ -1,7 +1,7 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- addressable (2.3.6)
4
+ addressable (2.3.8)
5
5
  builder (3.2.2)
6
6
  celluloid (0.16.0)
7
7
  timers (~> 4.0.0)
@@ -10,29 +10,32 @@ GEM
10
10
  thread_safe (~> 0.3, >= 0.3.1)
11
11
  diff-lcs (1.2.5)
12
12
  docile (1.1.5)
13
- faraday (0.9.0)
13
+ faraday (0.9.1)
14
14
  multipart-post (>= 1.2, < 3)
15
- ffi (1.9.3)
15
+ ffi (1.9.8)
16
16
  formatador (0.2.5)
17
- git (1.2.8)
18
- github_api (0.12.1)
17
+ git (1.2.9.1)
18
+ github_api (0.12.3)
19
19
  addressable (~> 2.3)
20
20
  descendants_tracker (~> 0.0.4)
21
21
  faraday (~> 0.8, < 0.10)
22
- hashie (>= 3.2)
22
+ hashie (>= 3.3)
23
23
  multi_json (>= 1.7.5, < 2.0)
24
24
  nokogiri (~> 1.6.3)
25
25
  oauth2
26
- guard (2.6.1)
26
+ guard (2.12.6)
27
27
  formatador (>= 0.2.4)
28
28
  listen (~> 2.7)
29
29
  lumberjack (~> 1.0)
30
+ nenv (~> 0.1)
31
+ notiffany (~> 0.0)
30
32
  pry (>= 0.9.12)
33
+ shellany (~> 0.0)
31
34
  thor (>= 0.18.1)
32
35
  guard-rspec (0.7.3)
33
36
  guard (>= 0.10.0)
34
- hashie (3.3.1)
35
- highline (1.6.21)
37
+ hashie (3.4.2)
38
+ highline (1.7.2)
36
39
  hitimes (1.2.2)
37
40
  jeweler (2.0.1)
38
41
  builder
@@ -43,20 +46,24 @@ GEM
43
46
  nokogiri (>= 1.5.10)
44
47
  rake
45
48
  rdoc
46
- json (1.8.1)
47
- jwt (1.0.0)
48
- listen (2.7.9)
49
- celluloid (>= 0.15.2)
49
+ json (1.8.3)
50
+ jwt (1.5.0)
51
+ listen (2.10.1)
52
+ celluloid (~> 0.16.0)
50
53
  rb-fsevent (>= 0.9.3)
51
54
  rb-inotify (>= 0.9)
52
55
  lumberjack (1.0.9)
53
56
  method_source (0.8.2)
54
- mini_portile (0.6.0)
55
- multi_json (1.10.1)
57
+ mini_portile (0.6.2)
58
+ multi_json (1.11.1)
56
59
  multi_xml (0.5.5)
57
60
  multipart-post (2.0.0)
58
- nokogiri (1.6.3.1)
59
- mini_portile (= 0.6.0)
61
+ nenv (0.2.0)
62
+ nokogiri (1.6.6.2)
63
+ mini_portile (~> 0.6.0)
64
+ notiffany (0.0.6)
65
+ nenv (~> 0.1)
66
+ shellany (~> 0.0)
60
67
  oauth2 (1.0.0)
61
68
  faraday (>= 0.8, < 0.10)
62
69
  jwt (~> 1.0)
@@ -67,9 +74,9 @@ GEM
67
74
  coderay (~> 1.1.0)
68
75
  method_source (~> 0.8.1)
69
76
  slop (~> 3.4)
70
- rack (1.5.2)
71
- rake (10.3.2)
72
- rb-fsevent (0.9.4)
77
+ rack (1.6.4)
78
+ rake (10.4.2)
79
+ rb-fsevent (0.9.5)
73
80
  rb-inotify (0.9.5)
74
81
  ffi (>= 0.5.0)
75
82
  rdoc (3.12.2)
@@ -81,19 +88,20 @@ GEM
81
88
  rspec-core (2.99.2)
82
89
  rspec-expectations (2.99.2)
83
90
  diff-lcs (>= 1.1.3, < 2.0)
84
- rspec-mocks (2.99.2)
91
+ rspec-mocks (2.99.4)
85
92
  semver (1.0.1)
86
- simplecov (0.9.0)
93
+ shellany (0.0.1)
94
+ simplecov (0.10.0)
87
95
  docile (~> 1.1.0)
88
- multi_json
89
- simplecov-html (~> 0.8.0)
90
- simplecov-html (0.8.0)
96
+ json (~> 1.8)
97
+ simplecov-html (~> 0.10.0)
98
+ simplecov-html (0.10.0)
91
99
  slop (3.6.0)
92
100
  thor (0.19.1)
93
- thread_safe (0.3.4)
101
+ thread_safe (0.3.5)
94
102
  timers (4.0.1)
95
103
  hitimes
96
- yard (0.8.7.4)
104
+ yard (0.8.7.6)
97
105
 
98
106
  PLATFORMS
99
107
  ruby
@@ -1,5 +1,7 @@
1
1
  = K-Tree
2
2
 
3
+ {<img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join the chat at https://gitter.im/flajann2/k-tree">}[https://gitter.im/flajann2/k-tree?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge]
4
+
3
5
  K-Tree is a data structure that generalizes the notion of Quadtrees and
4
6
  Octrees. The nodes subdivides the n-dimentional space into equal subsections
5
7
  of 2^n k-tants (quadrants for 2-dimensional spaces, octants for 3-dimensional)
data/Rakefile CHANGED
@@ -35,7 +35,7 @@ Jeweler::Tasks.new do |gem|
35
35
  and immediately after the creation of the children, will check to see if there's
36
36
  enough variance among the children to keep them. If not, they are pruned immediately.
37
37
  }
38
- gem.email = "lordalveric@yahoo.com"
38
+ gem.email = "fred.mitchell@gmx.de"
39
39
  gem.authors = ["Fred Mitchell"]
40
40
  gem.required_ruby_version = '>= 2.0'
41
41
  gem.version = s_version
@@ -2,18 +2,18 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: k-tree 0.0.2 ruby lib
5
+ # stub: k-tree 0.0.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "k-tree"
9
- s.version = "0.0.2"
9
+ s.version = "0.0.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Fred Mitchell"]
14
- s.date = "2014-09-15"
14
+ s.date = "2015-06-21"
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 "
16
- s.email = "lordalveric@yahoo.com"
16
+ s.email = "fred.mitchell@gmx.de"
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE.txt",
19
19
  "README.rdoc"
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
36
36
  s.homepage = "http://github.com/flajann2/k-tree"
37
37
  s.licenses = ["MIT"]
38
38
  s.required_ruby_version = Gem::Requirement.new(">= 2.0")
39
- s.rubygems_version = "2.2.2"
39
+ s.rubygems_version = "2.4.5"
40
40
  s.summary = "K-Tree is a generalization of quadtrees and octrees."
41
41
 
42
42
  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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Mitchell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-15 00:00:00.000000000 Z
11
+ date: 2015-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -130,7 +130,7 @@ description: "\n This is a data structure to represent and manage k-trees,\n p
130
130
  to the desired resolution,\n and immediately after the creation of the children,
131
131
  will check to see if there's\n enough variance among the children to keep them.
132
132
  If not, they are pruned immediately.\n "
133
- email: lordalveric@yahoo.com
133
+ email: fred.mitchell@gmx.de
134
134
  executables: []
135
135
  extensions: []
136
136
  extra_rdoc_files:
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  version: '0'
171
171
  requirements: []
172
172
  rubyforge_project:
173
- rubygems_version: 2.2.2
173
+ rubygems_version: 2.4.5
174
174
  signing_key:
175
175
  specification_version: 4
176
176
  summary: K-Tree is a generalization of quadtrees and octrees.