github-pages 198 → 199

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
  SHA256:
3
- metadata.gz: ebca254b1ebc1c7058c72671d96c0ebf99154a2151e0466ede03b658b1323422
4
- data.tar.gz: ef358d89cc50cf4cb2f8efc2ef1a49a467b506acaf8119bbc491edafcb82e9a4
3
+ metadata.gz: 38cb81e15453ecd52f4eb5d94e7f2fee7dfca15624511e18ee6050f1659b9237
4
+ data.tar.gz: 1f3e99976d3a7efd6ab3c1b9b3bf4ee96cf1cbd0b6c1986c2d644a09dfa3e221
5
5
  SHA512:
6
- metadata.gz: 241e5f232939f9f30ea0cfa9fd0d6dc9a6ab3c5903397cbc6a83446ef3b8216b0ac347e7d5b4db773919c88de7bc9c91fc09232cfb4a1e463c0192857b36a78e
7
- data.tar.gz: 414742f92fac02e133c9a3e23677111626a6765a7a1a126133c555a908d05a0e9d69abcbf060bc26958f9341db155f658a39444dcb4afab82c879f683f83529a
6
+ metadata.gz: 99f42ce7c39dbcf961626ee10983b68fc93f01e922dd9564f98af20ed0b21015853a14efcda96bf97d531a9eae211d7bcb4fa442c4c52379759ba851ccd67db5
7
+ data.tar.gz: 78c0d79b88bb64c5e40171ff3745bb81e619607c521f4f11236a658371aee4e707567b37337ddada1c21f3b6ca70e0f4e0cc94888662655b0f7ffdab57f0e641
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitHubPages
4
- # Manages the constants the govern what plugins are allows on GitHub Pages
4
+ # Manages the constants that govern which plugins are allowed on GitHub Pages
5
5
  class Plugins
6
6
  # Plugins which are activated by default
7
7
  DEFAULT_PLUGINS = %w(
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitHubPages
4
- VERSION = 198
4
+ VERSION = 199
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: '198'
4
+ version: '199'
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-23 00:00:00.000000000 Z
11
+ date: 2019-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -618,7 +618,7 @@ dependencies:
618
618
  requirements:
619
619
  - - ">="
620
620
  - !ruby/object:Gem::Version
621
- version: 1.8.5
621
+ version: 1.10.4
622
622
  - - "<"
623
623
  - !ruby/object:Gem::Version
624
624
  version: '2.0'
@@ -628,7 +628,7 @@ dependencies:
628
628
  requirements:
629
629
  - - ">="
630
630
  - !ruby/object:Gem::Version
631
- version: 1.8.5
631
+ version: 1.10.4
632
632
  - - "<"
633
633
  - !ruby/object:Gem::Version
634
634
  version: '2.0'