jekyll-octopod 0.8.7 → 0.8.8

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
  SHA1:
3
- metadata.gz: 26cb45a04fdef45c8d8fe15dface7ef15da4a03b
4
- data.tar.gz: 9affa5bf6000fd63768c97a4de4d5b1fc262e210
3
+ metadata.gz: 0cfa6d1f07d9d0aa2adf9265bc424ee41b38656c
4
+ data.tar.gz: dd46151f4963620a151089cba0d2561e960fb093
5
5
  SHA512:
6
- metadata.gz: 60b2e9f57b1f02246ec66422d0ee04639cfad3329921dc09ace6dc30025bec7fcee200e5f6441f6281fab32c44010c3b812d2194ed7c226a5f0a02b7c3256b25
7
- data.tar.gz: 49153e08f1b423a5c0a05a82b0f224d82e6123be0061f7179ec9fe926cf896dc6773e9767dd9df77678ca123c1d9017fc02d3ee27c36cf580258c01ad3435fb7
6
+ metadata.gz: 5f3f77fe39392bd77722820c39f72c7247d0b074bab080387858261d62cc1c71934fcb3a74970d3ae08b398d86b743dec1387f4e97ca7bff840d5cd59f80b019
7
+ data.tar.gz: cb83d14f836aa16b97d69c834fbc9c649bddcc98e36411fe81e81b96fdfbbab91ae361420c29fa6c9655994694f7366666f203b84210ffdae6eb749d3f3e5698
@@ -3,7 +3,7 @@ module Jekyll
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 8
6
- TINY = 7
6
+ TINY = 8
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.8.7
4
+ version: 0.8.8
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: 2017-02-09 00:00:00.000000000 Z
12
+ date: 2017-03-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: facets
@@ -73,6 +73,20 @@ dependencies:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
75
  version: '2.9'
76
+ - !ruby/object:Gem::Dependency
77
+ name: jekyll-admin
78
+ requirement: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 0.4.0
83
+ type: :runtime
84
+ prerelease: false
85
+ version_requirements: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 0.4.0
76
90
  description: Enables you to publish your podcast using the Jekyll static site generator,
77
91
  creating feeds and a reasonably looking website
78
92
  email:
@@ -84,7 +98,6 @@ extra_rdoc_files: []
84
98
  files:
85
99
  - README.md
86
100
  - Rakefile
87
- - assets/_config.yml
88
101
  - assets/_config.yml.sample
89
102
  - assets/_includes/disqus_count.html
90
103
  - assets/_includes/disqus_thread.html
@@ -177,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
190
  version: '0'
178
191
  requirements: []
179
192
  rubyforge_project: jekyll-
180
- rubygems_version: 2.5.2
193
+ rubygems_version: 2.6.8
181
194
  signing_key:
182
195
  specification_version: 4
183
196
  summary: Podcasting Publishing Extension for Jekyll
data/assets/_config.yml DELETED
@@ -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