jekyll-attendease 0.6.34 → 0.6.35
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/jekyll/attendease_plugin/tags.rb +4 -2
- data/lib/jekyll/attendease_plugin/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 6834d5e7fc8f967800886cd50777404496db56ac
|
4
|
+
data.tar.gz: 10c4bffd6d79a7676bd841c9f98fcad866df5f06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99f958de8eebfc428d04e61acddf6bb45041222ca1fb6d26a0a596f827739ac4ebfe4125510d998fa189636d78d8910467a68e25645192dfd4e21e4cda583b41
|
7
|
+
data.tar.gz: 55b9177d22c4aa8bf01be24fbc27bcdf6a18f851469ea4464f1e1f279f01494aae200df514d2ebdc3e64c5f2d495dc6e1a650a032fbb489c91f51a094e03f91a
|
@@ -164,7 +164,8 @@ module Jekyll
|
|
164
164
|
orgId: "#{ config['source_id'] }",
|
165
165
|
privateSite: #{ config['private_site'] },
|
166
166
|
authApiEndpoint: "#{ config['auth_host'] }api",
|
167
|
-
orgLocales: #{ config['available_portal_locales'] }
|
167
|
+
orgLocales: #{ config['available_portal_locales'] },
|
168
|
+
features: #{ config['features'].to_json }
|
168
169
|
}
|
169
170
|
})(window)
|
170
171
|
</script>
|
@@ -181,7 +182,8 @@ _EOT
|
|
181
182
|
orgApiEndpoint: "#{ config['organization_url'] }api",
|
182
183
|
orgId: "#{ config['organization_id'] }",
|
183
184
|
privateSite: #{ config['private_site'] },
|
184
|
-
authApiEndpoint: "#{ config['auth_host'] }api"
|
185
|
+
authApiEndpoint: "#{ config['auth_host'] }api",
|
186
|
+
features: #{ config['features'].to_json }
|
185
187
|
}
|
186
188
|
})(window)
|
187
189
|
</script>
|
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.6.
|
4
|
+
version: 0.6.35
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Wood
|
@@ -238,22 +238,22 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
238
238
|
version: '0'
|
239
239
|
requirements: []
|
240
240
|
rubyforge_project:
|
241
|
-
rubygems_version: 2.
|
241
|
+
rubygems_version: 2.2.5
|
242
242
|
signing_key:
|
243
243
|
specification_version: 4
|
244
244
|
summary: Attendease event helper for Jekyll
|
245
245
|
test_files:
|
246
|
-
- spec/
|
247
|
-
- spec/support/fixtures_helpers.rb
|
248
|
-
- spec/lib/jekyll/attendease_plugin/pre_zero_point_six_link_redirect_generator_spec.rb
|
249
|
-
- spec/lib/jekyll/attendease_plugin/sponsor_generator_spec.rb
|
250
|
-
- spec/lib/jekyll/attendease_plugin/site_page_spec.rb
|
251
|
-
- spec/lib/jekyll/attendease_plugin/site_pages_generator_spec.rb
|
246
|
+
- spec/lib/jekyll/attendease_plugin/event_data_generator_spec.rb
|
252
247
|
- spec/lib/jekyll/attendease_plugin/event_layout_generator_spec.rb
|
253
|
-
- spec/lib/jekyll/attendease_plugin/helpers_spec.rb
|
254
|
-
- spec/lib/jekyll/attendease_plugin/organization_data_generator_spec.rb
|
255
|
-
- spec/lib/jekyll/attendease_plugin/tags_spec.rb
|
256
248
|
- spec/lib/jekyll/attendease_plugin/event_template_generator_spec.rb
|
257
249
|
- spec/lib/jekyll/attendease_plugin/filters_spec.rb
|
250
|
+
- spec/lib/jekyll/attendease_plugin/helpers_spec.rb
|
251
|
+
- spec/lib/jekyll/attendease_plugin/organization_data_generator_spec.rb
|
252
|
+
- spec/lib/jekyll/attendease_plugin/pre_zero_point_six_link_redirect_generator_spec.rb
|
258
253
|
- spec/lib/jekyll/attendease_plugin/schedule_generator_spec.rb
|
259
|
-
- spec/lib/jekyll/attendease_plugin/
|
254
|
+
- spec/lib/jekyll/attendease_plugin/site_page_spec.rb
|
255
|
+
- spec/lib/jekyll/attendease_plugin/site_pages_generator_spec.rb
|
256
|
+
- spec/lib/jekyll/attendease_plugin/sponsor_generator_spec.rb
|
257
|
+
- spec/lib/jekyll/attendease_plugin/tags_spec.rb
|
258
|
+
- spec/spec_helper.rb
|
259
|
+
- spec/support/fixtures_helpers.rb
|