github-pages 157 → 158

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: 28cda1e7f0f0c591e841f7922bd87835d51086d8
4
- data.tar.gz: '011174482e53f8753fe05109f2c15320a97743b6'
3
+ metadata.gz: 26c726fddbbd539d41bf596a87f8f82924ee400d
4
+ data.tar.gz: '0088cc6d13920042e54d7655463cadc5fd4fde39'
5
5
  SHA512:
6
- metadata.gz: da77684ff5926a13460b752c24666c0511b872c5c30b4c03e8b70feb9c00a6a1ea4ba5b350c27127e89b9701299198f7c97fd340928f5841b5e641b8b1c5193c
7
- data.tar.gz: 9e2f4a45a661b0ea0a5944f533504d26d4cc45ebecefe5572c74636327247662e2f186da719f53181420c5d3f283966a004e3c1d3dffb828530c9cf011cd666b
6
+ metadata.gz: 1c76db07a3dcc700c6d904e603118e2a71db84de671f96b66d41c9d44d700b7a33d55890ef1794b007fc405315fcbdbe1a58db27df587e779c7131eea3eaf48b
7
+ data.tar.gz: 7b719d880796ea2ef65e35414a7c1234ec2c6a3ea024465bb46be8ce9e72a2c2a3e8205f243cb860a4f20c3278401fa9b9f187b7808ce79b3de963fc54d72048
@@ -137,19 +137,7 @@ module GitHubPages
137
137
  # Set the site's configuration with all the proper defaults and overrides.
138
138
  # Should be called by #set to protect against multiple processings.
139
139
  def set!(site)
140
- config = effective_config(site.config)
141
-
142
- # Assign everything to the site
143
- site.instance_variable_set :@config, config
144
-
145
- # Ensure all
146
- CONFIGS_WITH_METHODS.each do |opt|
147
- site.public_send("#{opt}=", site.config[opt])
148
- end
149
-
150
- # While Configuration renamed the gems key to plugins, Site retained
151
- # backwards compatability and must be set manually
152
- site.gems = site.config["plugins"]
140
+ site.config = effective_config(site.config)
153
141
  end
154
142
  end
155
143
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitHubPages
4
- VERSION = 157
4
+ VERSION = 158
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: '157'
4
+ version: '158'
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-28 00:00:00.000000000 Z
11
+ date: 2017-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll