bridgetown-paginate 1.0.0.alpha6 → 1.0.0.alpha10

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1be817d4d4e66b274d7f71cb7cdb7f43050d5ad9a31f3d49d1b2cf7ea2afac97
4
- data.tar.gz: ebb6e97011a9925eb6e4e638ed50ca31669c77d02ed1be2465859ae3320d28df
3
+ metadata.gz: 2142f44e4875bb8ccc35047eb846039c3c16cd9f5ec7f08da66d70c7e349eb16
4
+ data.tar.gz: c20cf3e7c07e5dbf8981441c1e76651901599873c0f4475aef40b1e88f82a1c2
5
5
  SHA512:
6
- metadata.gz: d17692bc96dc047ae21f36a9d773430dd4921954c48984efbb89a02e51207c2777fe28f370d2e9353fee07b7fee630d611e262be9ca82ce6df5bfa860228f244
7
- data.tar.gz: 777b37141b65b0ebe061ddb82cb5f94c7faf5491ccf31073980381e3b3d9fef2464e9222bd6f41973821530a8f70bd6e194a4671a79e7c9fdb482b35dc674c7f
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..-1] : path
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.alpha6
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-10-26 00:00:00.000000000 Z
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.alpha6
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.alpha6
26
+ version: 1.0.0.alpha10
27
27
  description:
28
28
  email: maintainers@bridgetownrb.com
29
29
  executables: []