jnicklas-eb_nested_set 0.3.6 → 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.
Files changed (4) hide show
  1. data/README.md +6 -1
  2. data/Rakefile +1 -1
  3. data/lib/eb_nested_set.rb +1 -1
  4. metadata +3 -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
@@ -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.6"
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"
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jnicklas-eb_nested_set
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
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 -07:00
12
+ date: 2009-06-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -28,8 +28,6 @@ files:
28
28
  - Rakefile
29
29
  - init.rb
30
30
  - lib/eb_nested_set.rb
31
- - spec/db
32
- - spec/db/test.sqlite3
33
31
  - spec/directory_spec.rb
34
32
  - spec/employee_spec.rb
35
33
  - spec/nested_set_behavior.rb
@@ -58,7 +56,7 @@ requirements: []
58
56
  rubyforge_project:
59
57
  rubygems_version: 1.2.0
60
58
  signing_key:
61
- specification_version: 2
59
+ specification_version: 3
62
60
  summary: A cool acts_as_nested_set alternative
63
61
  test_files: []
64
62