will_mostly_paginate 2.4.2 → 2.4.3
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.
- data/README.rdoc +1 -1
- data/lib/will_mostly_paginate/version.rb +1 -1
- metadata +6 -11
data/README.rdoc
CHANGED
|
@@ -96,7 +96,7 @@ More detailed documentation:
|
|
|
96
96
|
|
|
97
97
|
== Authors and credits
|
|
98
98
|
|
|
99
|
-
Authors:: Mislav Marohnić, PJ Hyett
|
|
99
|
+
Authors:: Mislav Marohnić, PJ Hyett, Joshua Ballanco
|
|
100
100
|
Original announcement:: http://errtheblog.com/post/929
|
|
101
101
|
Original PHP source:: http://www.strangerstudios.com/sandbox/pagination/diggstyle.php
|
|
102
102
|
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: will_mostly_paginate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 27
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 2
|
|
8
7
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 2.4.
|
|
8
|
+
- 3
|
|
9
|
+
version: 2.4.3
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- "Mislav Marohni\xC4\x87"
|
|
@@ -17,12 +16,12 @@ autorequire:
|
|
|
17
16
|
bindir: bin
|
|
18
17
|
cert_chain: []
|
|
19
18
|
|
|
20
|
-
date: 2011-
|
|
19
|
+
date: 2011-12-15 00:00:00 -05:00
|
|
21
20
|
default_executable:
|
|
22
21
|
dependencies: []
|
|
23
22
|
|
|
24
23
|
description: The will_mostly_paginate library is a fork of the will_paginate gem with one extra trick...
|
|
25
|
-
email:
|
|
24
|
+
email: engineering@patch.com
|
|
26
25
|
executables: []
|
|
27
26
|
|
|
28
27
|
extensions: []
|
|
@@ -70,7 +69,7 @@ files:
|
|
|
70
69
|
- LICENSE
|
|
71
70
|
- CHANGELOG.rdoc
|
|
72
71
|
has_rdoc: true
|
|
73
|
-
homepage:
|
|
72
|
+
homepage:
|
|
74
73
|
licenses: []
|
|
75
74
|
|
|
76
75
|
post_install_message:
|
|
@@ -81,27 +80,23 @@ rdoc_options:
|
|
|
81
80
|
require_paths:
|
|
82
81
|
- lib
|
|
83
82
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
84
|
-
none: false
|
|
85
83
|
requirements:
|
|
86
84
|
- - ">="
|
|
87
85
|
- !ruby/object:Gem::Version
|
|
88
|
-
hash: 3
|
|
89
86
|
segments:
|
|
90
87
|
- 0
|
|
91
88
|
version: "0"
|
|
92
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
|
-
none: false
|
|
94
90
|
requirements:
|
|
95
91
|
- - ">="
|
|
96
92
|
- !ruby/object:Gem::Version
|
|
97
|
-
hash: 3
|
|
98
93
|
segments:
|
|
99
94
|
- 0
|
|
100
95
|
version: "0"
|
|
101
96
|
requirements: []
|
|
102
97
|
|
|
103
98
|
rubyforge_project:
|
|
104
|
-
rubygems_version: 1.3.
|
|
99
|
+
rubygems_version: 1.3.6
|
|
105
100
|
signing_key:
|
|
106
101
|
specification_version: 3
|
|
107
102
|
summary: Pagination for Rails
|