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.
@@ -1,3 +1,5 @@
1
+ # encoding: utf-8
2
+
1
3
  module SimpleNestedSet
2
4
  module Inspect
3
5
  def inspect_tree(attributes = [:id, :lft, :rgt, :parent_id, :slug, :path, :level])
@@ -27,4 +29,4 @@ module SimpleNestedSet
27
29
  end
28
30
  end
29
31
  end
30
- end
32
+ end
@@ -1,3 +1,3 @@
1
1
  module SimpleNestedSet
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
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: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 13
10
- version: 0.0.13
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-09-29 00:00:00 +02:00
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
- - !ruby/object:Gem::Dependency
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