jekyll-octopod 0.9.8 → 0.9.9

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: e2be988e79c79be9fe679fb3344c879f35e4fdb08c42b9b83b5222c42c2b29f9
4
- data.tar.gz: b4e8a26f33d3a74eb4156284ce1b7cb06249f51b57c778693146d49534eb8672
3
+ metadata.gz: 15279c742776ce7b6c9656ea90def2c7ebccbb9286a0c4bae46aff591270dcd9
4
+ data.tar.gz: 2592bf80afe7393f38c813e1966859a254b524f1ea8e2d8a02de86e2c93432c3
5
5
  SHA512:
6
- metadata.gz: 0a2fdbc3cca7e67a91e5608c049758970435b6b2ea1b882b10fb56b998f70fa10e79d38c6898df7926f2e15b4e26085d985a23a19736cf624bdc718bc2339c14
7
- data.tar.gz: 57c45cc9693f1b40dea702a645099aeffbda6b2efe248743b356b3d3cffd46ce15ec6a42ae2c616004221d8d01de24a9bce50839d8c85166ace59b415f48c1bb
6
+ metadata.gz: 410683612825c799edafa2acb38b94b24c184f4fbad70e0a70312ff6b31bb46b90d8a24b16035d2569bd5b07595886052a39627bb79475556e303f81a7bf33b1
7
+ data.tar.gz: 822a8c45a2c08a74e60e8254b4cd4d91daaa4e5c97db577e1d09f77e97dec2e3d2ffbd21e6730547b7d83af0d1e603356a5fd7a19b2bdb56f4ed00c95643983c
@@ -63,10 +63,10 @@ disqus_developer: 0 # 1 | 0
63
63
  ### Isso comments
64
64
  use_isso: "no" # "no" | "yes"
65
65
 
66
- gems: [jekyll-octopod]
67
66
  theme: jekyll-bootflat
68
67
 
69
- ### Jekyll Admin: uncomment the last two lines of this paragraph to enable Jekyll Admin.
68
+ ### Jekyll Admin: uncomment the last line of this paragraph to enable Jekyll Admin.
70
69
  ### (but you will loose auto regeneration after code changes with a text editor then)
71
- # plugins:
70
+ plugins:
71
+ - jekyll-octopod
72
72
  # - jekyll-admin
@@ -3,7 +3,7 @@ module Jekyll
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 9
6
- TINY = 8
6
+ TINY = 9
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-octopod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
4
+ version: 0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arne Eilermann