Skip to content

Commit

Permalink
Fix gamespec
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Kondzior committed Jan 12, 2009
1 parent 926daa7 commit 02f6a0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/sequel_nested_set.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -521,8 +521,6 @@ def move_to(target, position)
other_bound = self.left - 1 other_bound = self.left - 1
end end


DB.logger.info { "#{bound} == #{self.right} || #{bound} == #{self.left}" }

# there would be no change # there would be no change
return if bound == self.right || bound == self.left return if bound == self.right || bound == self.left


Expand Down
2 changes: 1 addition & 1 deletion sequel_nested_set.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.description = "Nested set implementation, ported from the Awesome Nested Set Active Record plugin." s.description = "Nested set implementation, ported from the Awesome Nested Set Active Record plugin."
s.has_rdoc = true s.has_rdoc = true
s.authors = "Paweł Kondzior" s.authors = "Paweł Kondzior"
s.files = ["lib/sequel_nested_set.rb", "log/db.log"] s.files = ["lib/sequel_nested_set.rb"]
s.test_files = ["spec/nested_set_spec.rb", "spec/rcov.opts", "spec/spec.opts", "spec/spec_helper.rb"] s.test_files = ["spec/nested_set_spec.rb", "spec/rcov.opts", "spec/spec.opts", "spec/spec_helper.rb"]
s.rdoc_options = ["--quiet", "--title", "Sequel Nested Set", "--opname", "index.html", "--line-numbers", "--main", "README", "--inline-source", "--charset", "utf8"] s.rdoc_options = ["--quiet", "--title", "Sequel Nested Set", "--opname", "index.html", "--line-numbers", "--main", "README", "--inline-source", "--charset", "utf8"]
s.extra_rdoc_files = ["TODO", "COPYING", "README"] s.extra_rdoc_files = ["TODO", "COPYING", "README"]
Expand Down

0 comments on commit 02f6a0c

Please sign in to comment.