bridgetown-paginate 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bridgetown-paginate/pagination_generator.rb +2 -2
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37cd6f80730b8840301587a011653e0b5b2168b2e4ca545d5001946c2091b955
|
4
|
+
data.tar.gz: 493efc6dc86bde904a90305b10217eeecf5ad8509af4bffe95660fb2903818ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22fe35fff98561b026b66711a71349a25893836a90d2a138ca2505f81c13eeacd746e991748fd89625bef144614a7859709aa6c9b0c2e6c57f265e06b962f042
|
7
|
+
data.tar.gz: 10ddb619d0d55f10f9931dbb4c68e6e932a0107be9756c83ef8ccec8ad64683da0f656d85069ab54472778619a3933708ae79c919e196959442c98865218c640
|
@@ -80,14 +80,14 @@ module Bridgetown
|
|
80
80
|
doc.data.key?("pagination") || doc.data.key?("paginate")
|
81
81
|
end
|
82
82
|
end
|
83
|
-
|
83
|
+
coll
|
84
84
|
end
|
85
85
|
|
86
86
|
# Create the proc that constructs the real-life site page
|
87
87
|
# This is necessary to decouple the code from the Bridgetown site object
|
88
88
|
page_add_lambda = ->(newpage) do
|
89
89
|
site.add_generated_page newpage
|
90
|
-
|
90
|
+
newpage # Return the site to the calling code
|
91
91
|
end
|
92
92
|
|
93
93
|
# lambda that removes a page from the site pages list
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bridgetown-paginate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bridgetown Team
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bridgetown-core
|
@@ -16,15 +16,15 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.3.
|
19
|
+
version: 1.3.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.3.
|
27
|
-
description:
|
26
|
+
version: 1.3.2
|
27
|
+
description:
|
28
28
|
email: maintainers@bridgetownrb.com
|
29
29
|
executables: []
|
30
30
|
extensions: []
|
@@ -50,7 +50,7 @@ metadata:
|
|
50
50
|
bug_tracker_uri: https://github.com/bridgetownrb/bridgetown/issues
|
51
51
|
changelog_uri: https://github.com/bridgetownrb/bridgetown/releases
|
52
52
|
homepage_uri: https://github.com/bridgetownrb/bridgetown/tree/main/bridgetown-paginate
|
53
|
-
post_install_message:
|
53
|
+
post_install_message:
|
54
54
|
rdoc_options: []
|
55
55
|
require_paths:
|
56
56
|
- lib
|
@@ -65,8 +65,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
|
-
rubygems_version: 3.
|
69
|
-
signing_key:
|
68
|
+
rubygems_version: 3.2.33
|
69
|
+
signing_key:
|
70
70
|
specification_version: 4
|
71
71
|
summary: A Bridgetown plugin to add pagination support for posts and collection indices.
|
72
72
|
test_files: []
|