simple_nested_set 0.0.13 → 0.0.14
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/lib/simple_nested_set/inspect.rb +3 -1
- data/lib/simple_nested_set/version.rb +1 -1
- metadata +5 -23
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_nested_set
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 14
|
|
10
|
+
version: 0.0.14
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sven Fuchs
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-10-06 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -90,25 +90,7 @@ dependencies:
|
|
|
90
90
|
version: "0"
|
|
91
91
|
type: :development
|
|
92
92
|
version_requirements: *id005
|
|
93
|
-
|
|
94
|
-
name: pathname_local
|
|
95
|
-
prerelease: false
|
|
96
|
-
requirement: &id006 !ruby/object:Gem::Requirement
|
|
97
|
-
none: false
|
|
98
|
-
requirements:
|
|
99
|
-
- - ">="
|
|
100
|
-
- !ruby/object:Gem::Version
|
|
101
|
-
hash: 3
|
|
102
|
-
segments:
|
|
103
|
-
- 0
|
|
104
|
-
version: "0"
|
|
105
|
-
type: :development
|
|
106
|
-
version_requirements: *id006
|
|
107
|
-
description: |
|
|
108
|
-
SimpleNestedSet is a gem which gives the ability to handle nested sets in ActiveRecord-Objects
|
|
109
|
-
|
|
110
|
-
It is built upon ActiveRecord3 and therefore Rails3-ready
|
|
111
|
-
|
|
93
|
+
description: simple_nested_set allows to easily handle nested sets in ActiveRecord
|
|
112
94
|
email: svenfuchs@artweb-design.de
|
|
113
95
|
executables: []
|
|
114
96
|
|