jekyll-octopod 0.9.15 → 0.9.17

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: 8e9e047fb9bbf352778c1bae39fbe6fae46268e93679345ce6e04e6696d306dc
4
- data.tar.gz: b76204927ffccefd8ddbc46e2c95a06f0c29eef5cddd6a8814e444298d198d36
3
+ metadata.gz: 7cc3db1f3b9adaf7b344499f2dde45ed1dec9d1b6e9db640ac557011099ade44
4
+ data.tar.gz: df5a1e22bd51a85f14fec62e5eb8b6874e1696fca44a3b4ab3657cc03a0b4a5f
5
5
  SHA512:
6
- metadata.gz: a7ed141db75f3cc81e13c323fab3fe73389c36cef255d2b4b71d069b3e2b7ecb7137f18d29a1552abc93bb4ae903e222e2f236d9e6ee6e1be7e162d80626a19b
7
- data.tar.gz: 38a45348a51f791339a60354a486bd5058422b18a1d68a61e3dd2701af2b61e2f0a82895c065a87a01fa6db8c46719120ef90d634933e2790b58f5793b4f43cd
6
+ metadata.gz: b68099ff0e8223d7fbfd13ed97eb623d94660e75a4cf53df0095980452bf3f3d83a35eb68559d015816096466545c39b25aa3b9f444e41766f030e5bf5dae1fb
7
+ data.tar.gz: 2dea47a3dcaec9774698a0aea13ecf01f0dfbd8a5c8e3f4d40d4e4a4f51bd616df90858faddac9f4f59ff87ac781994153da8051ad5a451c4b5ae0c518c86707
@@ -1,3 +1,6 @@
1
+ require 'kramdown'
2
+ require 'kramdown-parser-gfm'
3
+
1
4
  class Kramdown::Parser::NoopenerGFM < Kramdown::Parser::GFM
2
5
  SAFE_OPTS = { "target" => "_blank", "rel"=>"nofollow noopener noreferrer" }.freeze
3
6
 
@@ -3,7 +3,7 @@ module Jekyll
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 9
6
- TINY = 15
6
+ TINY = 17
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.15
4
+ version: 0.9.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arne Eilermann
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-03-24 00:00:00.000000000 Z
12
+ date: 2020-04-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: facets
@@ -31,56 +31,70 @@ dependencies:
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: '3.8'
34
+ version: '4.0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: '3.8'
41
+ version: '4.0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: jekyll-bootflat
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - "~>"
47
47
  - !ruby/object:Gem::Version
48
- version: 0.2.6
48
+ version: 0.3.1
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - "~>"
54
54
  - !ruby/object:Gem::Version
55
- version: 0.2.6
55
+ version: 0.3.1
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: rspec
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - "~>"
61
61
  - !ruby/object:Gem::Version
62
- version: '2.9'
62
+ version: '3.9'
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: '2.9'
69
+ version: '3.9'
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: jekyll-admin
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: 0.4.0
76
+ version: '0.10'
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - "~>"
82
82
  - !ruby/object:Gem::Version
83
- version: 0.4.0
83
+ version: '0.10'
84
+ - !ruby/object:Gem::Dependency
85
+ name: kramdown-parser-gfm
86
+ requirement: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - "~>"
89
+ - !ruby/object:Gem::Version
90
+ version: '1.1'
91
+ type: :runtime
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - "~>"
96
+ - !ruby/object:Gem::Version
97
+ version: '1.1'
84
98
  description: Enables you to publish your podcast using the Jekyll static site generator,
85
99
  creating feeds and a reasonably looking website
86
100
  email:
@@ -92,7 +106,6 @@ extra_rdoc_files: []
92
106
  files:
93
107
  - README.md
94
108
  - Rakefile
95
- - assets/_config.yml
96
109
  - assets/_config.yml.sample
97
110
  - assets/_includes/disqus_count.html
98
111
  - assets/_includes/disqus_thread.html
@@ -1,47 +0,0 @@
1
- # You have to configure this ###################################################
2
- title: Octopod
3
- # You should configure this ####################################################
4
- url: http://localhost:4000
5
- subtitle: Static Site Podcast Publishing for Geeks
6
- description: My super duper cool podcast.
7
- author: Uncle Octopod
8
- email: octopod@example.com
9
- keywords: [octopod, podcast, magic]
10
- itunes_categories: [Technology]
11
- # additional_feeds:
12
- # itunes: http://itunes.apple.com/de/podcast/podcast_name/id42424242
13
- # torrent_m4a: http://bitlove.org/example_user/example_podcast_m4a/feed
14
- # torrent_mp3: http://bitlove.org/example_user/example_podcast_mp3/feed
15
- episodes_per_feed_page: 100
16
- ## Rsync Deploy config #########################################################
17
- ### Be sure your public key is listed in your server's ~/.ssh/authorized_keys
18
- ### file.
19
- ssh_host: user@host.org
20
- ssh_port: 22
21
- document_root: /path/to/your/htdocs/
22
- rsync_delete: true
23
- # You can configure this #######################################################
24
- twitter_nick: my_twitter_handle
25
- language: en
26
- explicit: 'no' # 'yes'/'no'/clean
27
- license: CC BY 4.0
28
- license_url: https://creativecommons.org/licenses/by/4.0/
29
- license_image_url: https://i.creativecommons.org/l/by/4.0/88x31.png
30
- ## Flattr ######################################################################
31
- flattr_uid: # Flattr will not be used unless this is set
32
- flattr_button: compact # compact | default
33
- flattr_mode: auto # auto | manual(default)
34
- flattr_popout: 1 # 1 | 0 (show popout when hovering mouse over button)
35
- flattr_language: en_GB # available languages - https://api.flattr.com/rest/v2/languages.txt
36
- flattr_category: audio # available categories - https://api.flattr.com/rest/v2/categories.txt
37
- ## Disqus comments #############################################################
38
- disqus_shortname: # Disqus will not be used unless this is set
39
- disqus_developer: 0 # 1 / 0
40
- ## Feed links ###########################################################
41
- itunes_url: https://itunes.apple.com/at/podcast/myname/id#myid#
42
- bitlove_url: https://bitlove.org/myaccount
43
- fyyd_url: https://fyyd.de/podcast/myaccount/myid
44
- gpodder_url: https://gpodder.net/podcast/mypodcast
45
-
46
- gems: [jekyll-octopod]
47
- theme: jekyll-bootflat