will_paginate_bootstrp 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f58b4c9b8ceb5ab802a5be587efc0b148db0d5b73d20ff71ff0015eb34f1038
|
4
|
+
data.tar.gz: a648b7b7a7710d99ab0ca191198403fb396301afaf914126a4bc142f3fcec4ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5692e28a3ab1e966f76806cb420115238eb558cb19e55154e6dcd16e01b8fe8ad846e1f4e990cf40ae3b7e5001cb61573ccb3aba2b5a40afcdd2ba39787b1c46
|
7
|
+
data.tar.gz: 1986c8fa1bd2e0e4e3efacd23fe54bab7093d2308ab7e5eb8331909dfec9fe1e56de39bc50377c9d391ff464f3d81483b16a97e8c5a312521dc556a1811f185e
|
@@ -11,7 +11,7 @@ module WillPaginate
|
|
11
11
|
|
12
12
|
options = options.symbolize_keys
|
13
13
|
options[:renderer] ||= WillPaginateBootstrp::Renderer
|
14
|
-
options[:list_classes] ||= [
|
14
|
+
options[:list_classes] ||= [WillPaginateBootstrp::Renderer::CLASS_NAME]
|
15
15
|
options[:previous_label] ||= WillPaginateBootstrp::Renderer::PREVIOUS_LABEL
|
16
16
|
options[:next_label] ||= WillPaginateBootstrp::Renderer::NEXT_LABEL
|
17
17
|
|
@@ -7,6 +7,7 @@ module WillPaginateBootstrp
|
|
7
7
|
ELLIPSIS = "…" # hellip means horizontal ellipsis and is used to denote … (i.e. three dots)
|
8
8
|
NEXT_LABEL = "→" # →
|
9
9
|
PREVIOUS_LABEL = "←" # ←
|
10
|
+
CLASS_NAME = "pagination" # used as a default className
|
10
11
|
|
11
12
|
def to_html
|
12
13
|
html = pagination.map do |item|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: will_paginate_bootstrp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergii Demianchuk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: will_paginate
|