bridgetown_jam_comments 0.0.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b75f44a96fcea045bf07300ecfca9b780060c70b390d5cf7539230a43df1f26
|
4
|
+
data.tar.gz: 627d9eec9ef5399318479149321a550e5bb1257882bba5b44e02524ea6c04f3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d044be8cfb0557f4f397be37b66f19615f6660053d86955f7303855de568c9573483fa4f95547220e81fa2538b3f5bd91ffadaf4e605711c16ad54834c01a09f
|
7
|
+
data.tar.gz: 88fd2c347585b1a7d94e22a2371a6b9a0492b6b2b52183211e4603759f9659dc83f770c13d094886f5e25e1f6f492672db700df18260082a1ad88df16cf66d18
|
data/README.md
CHANGED
@@ -4,4 +4,4 @@ A Ruby gem for setting up your [Bridgetown](https://www.bridgetownrb.com/) blog
|
|
4
4
|
|
5
5
|
## This Package's Documentation
|
6
6
|
|
7
|
-
|
7
|
+
Coming soon! Until then, refer to the [Jekyll integration documentation](https://jamcomments.com/docs/integrations/jekyll/). It's similar.
|
@@ -4,7 +4,7 @@ require "pry"
|
|
4
4
|
|
5
5
|
module JamComments
|
6
6
|
class Renderer
|
7
|
-
CLIENT_SCRIPT_URL = "https://unpkg.com/@jam-comments/client@2.
|
7
|
+
CLIENT_SCRIPT_URL = "https://unpkg.com/@jam-comments/client@2.1.6/dist/index.umd.js"
|
8
8
|
|
9
9
|
attr_reader :provided_configuration
|
10
10
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bridgetown_jam_comments
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex MacArthur
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|