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: 4cec102f903d67ff5d30fef92aa7748089ade11a2cb67b4177fe2c06795b24e9
4
- data.tar.gz: 6e0eb8bdc6c859ba4981dff3c450629d41b3328d0cb1fad8f9e7e7e209b09287
3
+ metadata.gz: 3b75f44a96fcea045bf07300ecfca9b780060c70b390d5cf7539230a43df1f26
4
+ data.tar.gz: 627d9eec9ef5399318479149321a550e5bb1257882bba5b44e02524ea6c04f3f
5
5
  SHA512:
6
- metadata.gz: 6a456e51630ba2a33de9c84ab904aaa859d67f678846f5ffd9039489cf7d8927c7fec3e096f3dbd8c0fe94358da0e08d6021f5d70e1a08b3c80bbcbb8b12c1e8
7
- data.tar.gz: 015f7f3d5f64d24b3e044acf82364a4672e97f8f840280850d2661e964c0d321979192406109a9b20b8c900b788408fc0b381c12ac02a6fb2e49dafd1917f6bf
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
- ...coming soon!
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.0.0-beta.2/dist/index.umd.js"
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
 
@@ -30,7 +30,7 @@ module JamComments
30
30
  headers: {
31
31
  Authorization: "Bearer #{api_key}",
32
32
  Accept: "application/json",
33
- "X-Platform": "jekyll",
33
+ "X-Platform": "bridgetown",
34
34
  },
35
35
  }
36
36
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JamComments
4
- VERSION = "0.0.1"
4
+ VERSION = "0.1.0"
5
5
  end
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.1
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-04-22 00:00:00.000000000 Z
11
+ date: 2023-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty