jekyll-theme-open-project 2.0.10 → 2.0.11
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/README.md +3 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e6ce40ad9bdf58fed7d6c2020adc610a81ee304
|
|
4
|
+
data.tar.gz: fdf43aa12485024c3c54e8fbe070a6296df4a0d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66e5b3d1d95ea740a04f6cd88cc5b76a9659c1cbde82bc4f2abaf9ed617a4950227de17f30c8c11870c8345329da2657c668164fa246f054a5f24af09729de78
|
|
7
|
+
data.tar.gz: 295a333ffca7c7f0526b4543dc1b79a80aed3e5fb1c4234090bd988a3b6eb7f20bcfd8291d4623537e4724839eed3500b19599aa4137e9b67fee8403b5f1ea9b
|
data/README.md
CHANGED
|
@@ -64,9 +64,12 @@ Also in the `Gemfile`, add two important plugins to the `:jekyll_plugins` group.
|
|
|
64
64
|
```ruby
|
|
65
65
|
group :jekyll_plugins do
|
|
66
66
|
gem "jekyll-seo-tag"
|
|
67
|
+
gem "jekyll-sitemap"
|
|
67
68
|
gem "jekyll-data"
|
|
68
69
|
gem "jekyll-asciidoc"
|
|
70
|
+
|
|
69
71
|
gem "jekyll-theme-open-project-helpers"
|
|
72
|
+
|
|
70
73
|
# ...other plugins, if you use any
|
|
71
74
|
end
|
|
72
75
|
```
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-open-project
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 2.0.
|
|
75
|
+
version: 2.0.11
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 2.0.
|
|
82
|
+
version: 2.0.11
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: bundler
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|