has_finder 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,4 +16,8 @@
16
16
  == 0.1.4 2007-09-11
17
17
 
18
18
  * Superficial Code Cleanup
19
- * Now running tests in Edge Rails
19
+ * Now running tests in Edge Rails
20
+
21
+ == 0.1.5 2007-09-11
22
+
23
+ * Fixed sum clash
@@ -1,7 +1,7 @@
1
1
  module HasFinder
2
2
  class FinderProxy
3
3
  attr_reader :proxy_finder, :proxy_scope
4
- [].methods.each { |m| delegate m, :to => :proxy_found unless m =~ /(^__|^nil\?|^send|class|extend|find|paginate)/ }
4
+ [].methods.each { |m| delegate m, :to => :proxy_found unless m =~ /(^__|^nil\?|^send|class|extend|find|count|sum|average|maximum|minimum|paginate)/ }
5
5
  delegate :finders, :with_scope, :to => :proxy_finder
6
6
 
7
7
  def initialize(proxy_finder, options, &block)
@@ -2,7 +2,7 @@ module HasFinder #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 4
5
+ TINY = 5
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: has_finder
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.4
6
+ version: 0.1.5
7
7
  date: 2007-09-11 00:00:00 -07:00
8
8
  summary: description of gem
9
9
  require_paths: