github-pages 63 → 64
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 +4 -4
- data/lib/github-pages/configuration.rb +3 -3
- data/lib/github-pages/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7ccb54c9c462557395c986974568953dbbb61a6
|
4
|
+
data.tar.gz: 7c398fb7defcd1b9f2b211f913db6365fcec3270
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d44543e550efc9abf3732fae325fd6db12699bcc4a8dd8b0e0b73701ee6ce64f95b2a5a7e07aec01ea26c1ed937e691684051d3f166461d4d015383d1a4676f
|
7
|
+
data.tar.gz: bb7fba0f25f96dffeab0d2e3939a51e2eec143f7674f7ec530fa772d23bfd0132f5cad04b64dc49a5fdcd55992ff8e999648c7f5191b8d14db19ba00ca874026
|
@@ -58,9 +58,9 @@ module GitHubPages
|
|
58
58
|
"whitelist" => PLUGIN_WHITELIST,
|
59
59
|
"highlighter" => "rouge",
|
60
60
|
"kramdown" => {
|
61
|
-
"template"
|
62
|
-
"math_engine"
|
63
|
-
"
|
61
|
+
"template" => "",
|
62
|
+
"math_engine" => "mathjax",
|
63
|
+
"syntax_highlighter" => "rouge"
|
64
64
|
},
|
65
65
|
"gist" => {
|
66
66
|
"noscript" => false
|
data/lib/github-pages/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-pages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '
|
4
|
+
version: '64'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub, Inc.
|
@@ -385,7 +385,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
385
385
|
version: '0'
|
386
386
|
requirements: []
|
387
387
|
rubyforge_project:
|
388
|
-
rubygems_version: 2.
|
388
|
+
rubygems_version: 2.6.1
|
389
389
|
signing_key:
|
390
390
|
specification_version: 4
|
391
391
|
summary: Track GitHub Pages dependencies.
|