Skip to content

Commit

Permalink
Updated to latest version of plucky.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jun 16, 2010
1 parent 1744f38 commit 08665e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mongo_mapper/plugins/querying.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def find!(*args)
end

def find_each(options={})
query(options).find_many.each { |doc| yield load(doc) }
query(options).find_each.each { |doc| yield load(doc) }
end

def find_by_id(id)
Expand Down
2 changes: 1 addition & 1 deletion mongo_mapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activesupport', '>= 2.3.4'
s.add_dependency 'jnunemaker-validatable', '~> 1.8.4'
s.add_dependency 'plucky', '~> 0.2.1'
s.add_dependency 'plucky', '~> 0.3.0'

s.add_development_dependency 'json', '>= 1.2.3'
s.add_development_dependency 'jnunemaker-matchy', '>= 0.4.0'
Expand Down

0 comments on commit 08665e0

Please sign in to comment.