jekyll-attendease 0.8.1 → 0.8.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c687a85802b526ea4c9c1b57f8c27850094f638
|
4
|
+
data.tar.gz: 4d83c676537d6223d294ee231afc5291b9417350
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71cc976fb7d50a94a1a2d10826b51d594f107be6681038917e8c507a82e91906e8f22a72bc8ed8dd24da2556731bcc5fd90e9214dd22f5cca888f8b3eea49019
|
7
|
+
data.tar.gz: 752d930b72871831cdfd37cd33b3a50b9b05325e4a6ce20281e88b0c903256fa972d9e5c833f68112f2ef5d13e3d1f31f78ac30aee3e9e256ece04ffb6dd3a9d
|
@@ -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(/
|
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(/
|
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/) }
|