bridgetown-paginate 1.0.0.alpha6 → 1.0.0.alpha10
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/utils.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2142f44e4875bb8ccc35047eb846039c3c16cd9f5ec7f08da66d70c7e349eb16
|
4
|
+
data.tar.gz: c20cf3e7c07e5dbf8981441c1e76651901599873c0f4475aef40b1e88f82a1c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5541b5eb94794f0b43549f302aa87ce1cef8342b76989bb795b40ceab32f838dc1dd1bc81607ce63f7cd812d94a0967fdf0072322fc13f99273d804ac72dfce
|
7
|
+
data.tar.gz: 869f623b5f58c928b6ef24435e6aca26e08dee17fdc788a36a6d78a84de03d9fb207e9db1a539ff9f25dda73fcc238dedaec652eed2913f4ea54881639ac92e7
|
@@ -57,7 +57,7 @@ module Bridgetown
|
|
57
57
|
# @param path [String]
|
58
58
|
# @return [String] the input without the leading slash
|
59
59
|
def self.remove_double_slash(path)
|
60
|
-
path[0..1] == "//" ? path[1
|
60
|
+
path[0..1] == "//" ? path[1..] : path
|
61
61
|
end
|
62
62
|
|
63
63
|
# Static: Return a String version of the input which has a trailing slash.
|
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.0.0.
|
4
|
+
version: 1.0.0.alpha10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bridgetown Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bridgetown-core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.0.0.
|
19
|
+
version: 1.0.0.alpha10
|
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.0.0.
|
26
|
+
version: 1.0.0.alpha10
|
27
27
|
description:
|
28
28
|
email: maintainers@bridgetownrb.com
|
29
29
|
executables: []
|