hobo_will_paginate 2.1.0 → 2.1.1

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZjdmYzE1NDE1YzU4NzFkOTM2MzcyZjJkNzM5ODIyYzNiYmNmZTcxYQ==
4
+ YzQ2ZjhlMTFiZmE4Yzg3ZWE3NGZlNmVlODczNzM0YzE5NThhZTgxZA==
5
5
  data.tar.gz: !binary |-
6
- Mzc3MTg1ZDhkNTE1YmM4ZmQ3YzIwMGMzYTM2MTRmNTBkMmQxZmY2Zg==
6
+ ODBhY2FlMjVmODcwNDVlODYwMDg0MzgzNWExNzZhZDYyYTc1MjRjMA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YmJmMzQ1ZWZkMGZkY2Y5ZjMwODg3YjA3ODY1ZDE1YTQzMmVhMzFiZDljMGJi
10
- ODA5YTBhNzdjZWEyYWZiYWU1MzcwZTBiNWIxM2E3Y2QwZWM2NTUxNTRlOWZl
11
- ODBhMmIwOWViMjcyY2NmNTNjZDUwNTBmZDljYTk1NzQ2NWM5MDU=
9
+ YTAyNmUxOGE0ZTQ0Zjc0MTZkMThkYzQzMmU3NDZmOGU5ZGFiNDc2YmRmODFi
10
+ YjJjNDRhZjA5OGJhYTVhYTczZjcyMTE4MTBhMGRiMzRmNzU3OTkwYWIwN2Mx
11
+ Zjg1M2I4MTUzNmRkZDllYTAxODQwNWZjZTFhNTJhYjk5MmVjMTU=
12
12
  data.tar.gz: !binary |-
13
- N2ZmNWM4MDBiM2IxOWRlNGMxOTU5MTQxMjIyMThlOTdiYjhiNTExZTNhZWRl
14
- NDExY2Y5YWMxOGQ5OWEwZjQyYmVmNGIwZWE5MjhhMmRiOTJlMTVlN2QyOWJl
15
- NDA2ZDMxODhlOGYzYzkwYzg0YzBlZmJkMTU0YzQ0YzMyMzFlNTI=
13
+ ZGZjNWM5NWE1YWM2ZTdiNWQxZjUwZDdiZGQ1ZGE2ODMzNmFhMWU3OTE5MGI3
14
+ MzM4MTEzNzNkNDdlNGU0Njc1NTU1ZTE2MTQ3MDc5MmY2NWI2YTM1ZTdmZGU1
15
+ NTdlMDk0NzIwZDQ5M2M2ZGRiNDJlNTgxZDM2ODNhNGJmMGIyNjg=
@@ -64,7 +64,7 @@ module WillPaginate
64
64
  excluded << :includes unless eager_loading?
65
65
  rel = self.except(*excluded)
66
66
  # TODO: hack. decide whether to keep
67
- rel = rel.apply_finder_options(@wp_count_options) if defined? @wp_count_options
67
+ #rel = rel.apply_finder_options(@wp_count_options) if defined? @wp_count_options
68
68
  rel.count
69
69
  else
70
70
  super
@@ -2,8 +2,8 @@ module WillPaginate #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- TINY = '0'
5
+ TINY = '1'
6
6
 
7
- STRING = '2.1.0'
7
+ STRING = '2.1.1'
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo_will_paginate
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mislav Marohnić
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-17 00:00:00.000000000 Z
11
+ date: 2013-12-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: will_paginate provides a simple API for performing paginated queries
14
14
  with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination