jekyll-open-sdg-plugins 1.2.0.pre.beta1 → 1.2.0.pre.beta6

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.
@@ -347,7 +347,7 @@ module JekyllOpenSdgPlugins
347
347
  doc.data['t'] = site.data['translations'][language]
348
348
 
349
349
  # Set the remote_data_prefix for this page.
350
- if site.config.has_key? 'remote_data_prefix' && opensdg_is_path_remote(site.config['remote_data_prefix'])
350
+ if site.config.has_key?('remote_data_prefix') && opensdg_is_path_remote(site.config['remote_data_prefix'])
351
351
  doc.data['remote_data_prefix'] = site.config['remote_data_prefix']
352
352
  else
353
353
  doc.data['remote_data_prefix'] = normalize_baseurl(baseurl)
@@ -1,3 +1,3 @@
1
1
  module JekyllOpenSdgPlugins
2
- VERSION = "1.2.0-beta1".freeze
2
+ VERSION = "1.2.0-beta6".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-open-sdg-plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.pre.beta1
4
+ version: 1.2.0.pre.beta6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brock Fanning
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-10 00:00:00.000000000 Z
11
+ date: 2020-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll