eb_nested_set 0.3.5 → 0.3.7
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.
- data/README.md +6 -1
- data/Rakefile +1 -1
- data/lib/eb_nested_set.rb +1 -1
- data/spec/db/test.sqlite3 +0 -0
- metadata +6 -5
data/README.md
CHANGED
|
@@ -74,4 +74,9 @@ Add these keys to your translation file:
|
|
|
74
74
|
|
|
75
75
|
even_better_nested_set:
|
|
76
76
|
parent_not_in_scope: "nay, thy parent not be in scope {{scope_name}}"
|
|
77
|
-
illegal_nesting: "arr tis be illegal nesting"
|
|
77
|
+
illegal_nesting: "arr tis be illegal nesting"
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## Documentation
|
|
81
|
+
|
|
82
|
+
Is available at [Rubyforge](http://eb-nested-set.rubyforge.org/).
|
data/Rakefile
CHANGED
data/lib/eb_nested_set.rb
CHANGED
data/spec/db/test.sqlite3
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eb_nested_set
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonas Nicklas
|
|
@@ -9,7 +9,7 @@ autorequire: eb_nested_set
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-06-16 00:00:00 +02:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -28,7 +28,6 @@ files:
|
|
|
28
28
|
- Rakefile
|
|
29
29
|
- init.rb
|
|
30
30
|
- lib/eb_nested_set.rb
|
|
31
|
-
- spec/db
|
|
32
31
|
- spec/db/test.sqlite3
|
|
33
32
|
- spec/directory_spec.rb
|
|
34
33
|
- spec/employee_spec.rb
|
|
@@ -36,6 +35,8 @@ files:
|
|
|
36
35
|
- spec/spec_helper.rb
|
|
37
36
|
has_rdoc: true
|
|
38
37
|
homepage: http://github.com/jnicklas/even_better_nested_set/tree/master
|
|
38
|
+
licenses: []
|
|
39
|
+
|
|
39
40
|
post_install_message:
|
|
40
41
|
rdoc_options: []
|
|
41
42
|
|
|
@@ -56,9 +57,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
56
57
|
requirements: []
|
|
57
58
|
|
|
58
59
|
rubyforge_project:
|
|
59
|
-
rubygems_version: 1.3.
|
|
60
|
+
rubygems_version: 1.3.2
|
|
60
61
|
signing_key:
|
|
61
|
-
specification_version:
|
|
62
|
+
specification_version: 3
|
|
62
63
|
summary: A cool acts_as_nested_set alternative
|
|
63
64
|
test_files: []
|
|
64
65
|
|