jekyll-attendease 0.9.8 → 0.9.9.2

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: 999a2c4542a7a2bf28e57ac2615475b3d039f09df9a7da9058a16630f74a3425
4
- data.tar.gz: 1517ab2468ea9b47fc37837a0c450ffbfb83391ff1c1855314e62c87c674cc7a
3
+ metadata.gz: 9c1b457f3838fdc9c53e0f887997feb8783a2e4c7943e76bb80fb2ca162adc1d
4
+ data.tar.gz: 9f594aed5ebce1232ec9496d425e0b39228d80400a096523f09ecac5881d9123
5
5
  SHA512:
6
- metadata.gz: 5da335ad61308e783649ddade55747434a564ba68ceef1aa1d3f566afdeac4c44c9f44043b3cb7caa7d1f80c1e95ec13470ec6d02f851ae59853240e45089fc2
7
- data.tar.gz: 0ded6a271d2cc4e303402a70856feadeac8e18dcd1d3adb4cb72d497d00ac7b64248c540d57d086184178a48fafbb48450d7663e9b6f5a5bf7df3931fe523d12
6
+ metadata.gz: 90f2c588adf981caadf484dee882cc1e70e5549666c006c6f31abbcf41669fe2810108ded6f1415e528a115e5fcecff3072b19b1bbadfaad9a31d133860c7176
7
+ data.tar.gz: 8ee7d5f5353cf33b8276cb44d81727bfc5197309ac9a20ae73c514692ef6af0aeaa3ca7a18338f724fecec02cc7db17d1dbad25add016150aaeba247986ac932
@@ -38,7 +38,7 @@ module Jekyll
38
38
  fallback: lambda { |c| fallback.key?(c) ? fallback[c] : undefined })
39
39
  end
40
40
 
41
- PAGE_KEYS = %w[id name href weight root children parent hidden].freeze
41
+ PAGE_KEYS = %w[id name description href weight root children parent hidden].freeze
42
42
 
43
43
  # filter the raw pages for what's safe to make public
44
44
  def self.public_pages(pages)
@@ -228,8 +228,10 @@ _EOT
228
228
  url = '//cdn.attendease.com/blockrenderer/prerelease-latest.js'
229
229
  when 'staging'
230
230
  url = '//cdn.attendease.com/blockrenderer/staging-latest.js'
231
- when 'preview'
232
- url = '//cdn.attendease.com/blockrenderer/ci-latest.js'
231
+ when 'ops'
232
+ url = '//cdn.attendease.com/blockrenderer/ops-latest.js'
233
+ when 'sandbox'
234
+ url = '//cdn.attendease.com/blockrenderer/sandbox-latest.js'
233
235
  else
234
236
  url = '//cdn.attendease.com/blockrenderer/latest.js'
235
237
  end
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module AttendeasePlugin
3
- VERSION = '0.9.8'
3
+ VERSION = '0.9.9.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-attendease
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
4
+ version: 0.9.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Wood
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2022-03-03 00:00:00.000000000 Z
15
+ date: 2022-05-03 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: httparty