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 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
@@ -6,7 +6,7 @@ require 'spec/rake/spectask'
6
6
  require 'yard'
7
7
 
8
8
  GEM = "eb_nested_set"
9
- GEM_VERSION = "0.3.5"
9
+ GEM_VERSION = "0.3.7"
10
10
  AUTHOR = "Jonas Nicklas"
11
11
  EMAIL = "jonas.nicklas@gmail.com"
12
12
  HOMEPAGE = "http://github.com/jnicklas/even_better_nested_set/tree/master"
data/lib/eb_nested_set.rb CHANGED
@@ -169,7 +169,7 @@ module EvenBetterNestedSet
169
169
  # @return [String] quoted property
170
170
  #
171
171
  def quote_db_property(property)
172
- "`#{property}`".gsub('.','`.`')
172
+ connection.quote_column_name(property)
173
173
  end
174
174
 
175
175
  end
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.5
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-04-07 00:00:00 +02:00
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.1
60
+ rubygems_version: 1.3.2
60
61
  signing_key:
61
- specification_version: 2
62
+ specification_version: 3
62
63
  summary: A cool acts_as_nested_set alternative
63
64
  test_files: []
64
65