bridgetown-paginate 1.3.1 → 1.3.3
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: e1fae0f3af745db9f4cd75071e51bab90eae7e38426f14a5da782c3014df6d71
|
4
|
+
data.tar.gz: 80fec7df2c171b574688b699560bc8e6b18be05989e483fa28eb23a297afd04a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0eeacc1d0dfa6b4f6dbc05c1419738b72b1e510cc981a7bc94578e39a5cebb0157916e3731795091670f59aab1861e534717eb88330a322b66ebaa854e02fb7a
|
7
|
+
data.tar.gz: 3e5a8a22f1088d2bc909071207d532c5df5c6298137ffd176dd9296d4db0a32897aa781d2d458ec9560544157f7fba20cd807b31dcd27350e42954ad67ba7a40
|
@@ -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.3
|
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-03-16 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.3
|
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.3
|
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: []
|