tree_hierarchy 2.1.0 → 2.1.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.
- metadata +45 -24
- checksums.yaml +0 -7
metadata
CHANGED
@@ -1,50 +1,71 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: tree_hierarchy
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 9
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 2
|
8
|
+
- 1
|
9
|
+
- 1
|
10
|
+
version: 2.1.1
|
5
11
|
platform: ruby
|
6
|
-
authors:
|
12
|
+
authors:
|
7
13
|
- Dheenadhayalan
|
8
14
|
autorequire:
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
|
-
|
17
|
+
|
18
|
+
date: 2014-05-15 00:00:00 +05:30
|
19
|
+
default_executable:
|
12
20
|
dependencies: []
|
13
|
-
|
14
|
-
relationship \n with simple and fast computation for large records. Additional
|
15
|
-
feature of updating\n the parent record with the sum of its child value\n \n"
|
21
|
+
|
22
|
+
description: " \n Tree_hierarchy allows to form a tree structure based on parent-child relationship \n with simple and fast computation for large records. Additional feature of updating\n the parent record with the sum of its child value\n \n"
|
16
23
|
email: dheenaindian@gmail.com
|
17
24
|
executables: []
|
25
|
+
|
18
26
|
extensions: []
|
27
|
+
|
19
28
|
extra_rdoc_files: []
|
20
|
-
|
29
|
+
|
30
|
+
files:
|
21
31
|
- lib/tree_hierarchy.rb
|
22
32
|
- lib/hierarchy/hierarchy_no_level.rb
|
23
33
|
- lib/hierarchy/hierarchy_with_level.rb
|
24
34
|
- lib/hierarchy/added_hierarchy_level.rb
|
25
35
|
- lib/helper/support_method.rb
|
36
|
+
has_rdoc: true
|
26
37
|
homepage: https://github.com/dheenaINDIAN/tree_hierarchy.git
|
27
|
-
licenses:
|
38
|
+
licenses:
|
28
39
|
- MIT
|
29
|
-
metadata: {}
|
30
40
|
post_install_message: Thanks for installing Tree_hierarchy!
|
31
41
|
rdoc_options: []
|
32
|
-
|
42
|
+
|
43
|
+
require_paths:
|
33
44
|
- lib
|
34
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
45
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
46
|
+
none: false
|
47
|
+
requirements:
|
48
|
+
- - ">="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
hash: 3
|
51
|
+
segments:
|
52
|
+
- 0
|
53
|
+
version: "0"
|
54
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
55
|
+
none: false
|
56
|
+
requirements:
|
57
|
+
- - ">="
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
hash: 3
|
60
|
+
segments:
|
61
|
+
- 0
|
62
|
+
version: "0"
|
44
63
|
requirements: []
|
64
|
+
|
45
65
|
rubyforge_project:
|
46
|
-
rubygems_version:
|
66
|
+
rubygems_version: 1.5.0
|
47
67
|
signing_key:
|
48
|
-
specification_version:
|
68
|
+
specification_version: 3
|
49
69
|
summary: Create a tree structure and update the parent with sum of its child value
|
50
70
|
test_files: []
|
71
|
+
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: cd96e4fd227c305f65ee064919210b1b90578a4e
|
4
|
-
data.tar.gz: e06bf8a983ee4c7d4306f306284f5391c373e323
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 81ea22e4fdb6b6d54f90463557e51f428db8ebf928578f0009ec9f3e91e401411bc56130092b2e5f67635e671290a2633f406362eb0417e0f5c80917b50c07d9
|
7
|
-
data.tar.gz: 8f45cdabd4c66953ef4608e3bf1d601848dd4d01bd91c15632ff8748d0ec845a0f0609e3cfa3d90a45d3b5bb4c94bbe78f75a278b8ac0d433a960fc00e567cd0
|