sutty-liquid 0.13.1 → 0.13.2
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/jekyll/filters/social_network.rb +2 -4
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 629c077e3c14ac843396a9d63b88fd67f3eb9e05bf0364ef5c5d4563c0043d77
|
|
4
|
+
data.tar.gz: 737f04a04f9fa3dcddb9e82e254ef13fb9f668e55eb0d04f85f7da958f9db8ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 364dd21fbb07cbe4bd1e9fc5ed21e57bd9340a7ad07544b01f56fd1f9768fe40a65930b58b6c94b154f1de851d92dd2305b38931555291761bfb9616b788f02c
|
|
7
|
+
data.tar.gz: fb6ee63a1162504d592b2a2959a07984f426a77878b43c0a7e77ea352cb28c236549d1c3e1d4faaa40c19878e16a9032bc0e7c0873430c43565a6519945ca3d8
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -29,14 +29,12 @@ module Jekyll
|
|
|
29
29
|
# @return [Hash]
|
|
30
30
|
def social_network(url)
|
|
31
31
|
begin
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
uri = URI url
|
|
32
|
+
uri = Addressable::URI.parse url
|
|
35
33
|
host = uri.host = uri.host.sub SUBDOMAINS, ''
|
|
36
34
|
|
|
37
35
|
name = DOMAIN_MAP[host]
|
|
38
36
|
name ||= mastodon?(uri) ? 'mastodon' : host.split('.', 2).first
|
|
39
|
-
rescue ArgumentError, URI::InvalidURIError => e
|
|
37
|
+
rescue ArgumentError, Addressable::URI::InvalidURIError => e
|
|
40
38
|
Jekyll.logger.warn(e.message) if Jekyll.respond_to?(:logger)
|
|
41
39
|
ensure
|
|
42
40
|
host ||= url
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sutty-liquid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- f
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
AloSNM24NWhA2fme6cgZOLKXvAKgf6pQsNtAnU1Pliou5GvJ62d8l+pdKGxJ4yTn
|
|
36
36
|
fVGcO+Lu49Bx33evJ2ixPmQ2OXc=
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2026-07-
|
|
38
|
+
date: 2026-07-27 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: fast_blank
|
metadata.gz.sig
CHANGED
|
Binary file
|