jekyll-attendease 0.8.1 → 0.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de752c969b58b8254e8dd083824ab2f329c39164
4
- data.tar.gz: 02f6849d5932c536a26eeb9e0c3aa3e9c5683ca8
3
+ metadata.gz: 5c687a85802b526ea4c9c1b57f8c27850094f638
4
+ data.tar.gz: 4d83c676537d6223d294ee231afc5291b9417350
5
5
  SHA512:
6
- metadata.gz: bf7668a97908eb3e9b72b1d75081a238493830c5243959c8c9ce52dd13b26267529f915151c15c881fbca99f7a430d146ed5c76c36174ce340e46de62f79f8af
7
- data.tar.gz: 675010722819e724cad9ba143760fb292293b177bb82ce6d085d75340f9ea7759f3b091322f034b17c38185ff14f3f3f1f6ca854cb78dd40f6d997ff914ed7e7
6
+ metadata.gz: 71cc976fb7d50a94a1a2d10826b51d594f107be6681038917e8c507a82e91906e8f22a72bc8ed8dd24da2556731bcc5fd90e9214dd22f5cca888f8b3eea49019
7
+ data.tar.gz: 752d930b72871831cdfd37cd33b3a50b9b05325e4a6ce20281e88b0c903256fa972d9e5c833f68112f2ef5d13e3d1f31f78ac30aee3e9e256ece04ffb6dd3a9d
@@ -227,7 +227,7 @@ _EOT
227
227
  when 'preview'
228
228
  url = '//cdn.attendease.com/blockrenderer/ci-latest.js'
229
229
  else
230
- url = '//dashboard.attendease.com/webpack_assets/blockrenderer.bundle.js'
230
+ url = '//cdn.attendease.com/blockrenderer/latest.js'
231
231
  end
232
232
  end
233
233
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module AttendeasePlugin
3
- VERSION = '0.8.1'
3
+ VERSION = '0.8.2'
4
4
  end
5
5
  end
@@ -91,7 +91,7 @@ RSpec.describe "Jekyll Attendease tags" do
91
91
  it { is_expected.to match(/orgURL: "https:\/\/foobar.org\/"/) }
92
92
  it { is_expected.to match(/orgId: "batbaz"/) }
93
93
  it { is_expected.to match(/authApiEndpoint: "https:\/\/foobar.auth\/api"/) }
94
- it { is_expected.to match(/dashboard.attendease.com\/webpack_assets\/blockrenderer.bundle.js/) }
94
+ it { is_expected.to match(/cdn.attendease.com\/blockrenderer\/latest.js/) }
95
95
  it { is_expected.to_not match(/orgLocales/) }
96
96
  end
97
97
 
@@ -109,7 +109,7 @@ RSpec.describe "Jekyll Attendease tags" do
109
109
  it { is_expected.to match(/orgURL: "https:\/\/foobar\/"/) }
110
110
  it { is_expected.to match(/orgId: "foobar"/) }
111
111
  it { is_expected.to match(/authApiEndpoint: "https:\/\/foobar.auth\/api"/) }
112
- it { is_expected.to match(/dashboard.attendease.com\/webpack_assets\/blockrenderer.bundle.js/) }
112
+ it { is_expected.to match(/cdn.attendease.com\/blockrenderer\/latest.js/) }
113
113
  it { is_expected.to match(/orgLocales: \["en","fr","it","es","de"\]/) }
114
114
 
115
115
  it { is_expected.to_not match(/eventApiEndpoint/) }
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.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Wood