jekyll-octopod 0.6.5 → 0.6.6

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: 29ae6c8525d645d5c10a3eee6caf016c97cd7a72
4
- data.tar.gz: 3c9c0f52158ca0e528def9b08f167ebb30f0a461
3
+ metadata.gz: d3f0dfdbebdd3f67b688a35b8f4102375fab32b7
4
+ data.tar.gz: 84a2252eba78672eb1a65a01d37802138013d736
5
5
  SHA512:
6
- metadata.gz: 03b759da1d7a2c58f99f7170b1f5d65e517777d3bbbd7011e05a87b0b445140614899c00dae77fe82619b733fee2e212cb44c8849cdfe4e7fefdf98e4b17e43a
7
- data.tar.gz: c85093fb374534fcfba66e1f34cbf0a8b8fcc5800a1cd1f812e35b3713be3a468817abf436cdca8ebbaecb039ad53e3cbafb4a73568d38b8f02666397db7fa45
6
+ metadata.gz: 5bfd102e70c4252f7058a9df700721ea979a0ffaecddd970ebbd90024f352a864dd06778ecc6cc93915eefeeecc2ce82d179807f744173a816c74905ad1b74e4
7
+ data.tar.gz: 4219bab0d5650ca7f84b299754ff9d96da7fdb99b646a10793558add56599e8e1fee058de35ecf56b2ad74acea14316ee6436df83c46c4e19b6ec9999e372d82
@@ -6,6 +6,8 @@ GEM_DIR = Gem::Specification.find_by_name("jekyll-octopod").gem_dir
6
6
  require 'rubygems'
7
7
  require 'optparse'
8
8
  require 'yaml'
9
+ require 'fileutils'
10
+
9
11
 
10
12
  octopod_help = <<HELP
11
13
  Octopod - podcast publishing for geeks
@@ -3,7 +3,7 @@ module Jekyll
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
5
  MINOR = 6
6
- TINY = 5
6
+ TINY = 6
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.6.5
4
+ version: 0.6.6
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: 2016-06-06 00:00:00.000000000 Z
12
+ date: 2016-06-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -50,7 +50,6 @@ extra_rdoc_files: []
50
50
  files:
51
51
  - README.md
52
52
  - Rakefile
53
- - assets/_config.yml
54
53
  - assets/_config.yml.sample
55
54
  - assets/_includes/disqus_count.html
56
55
  - assets/_includes/disqus_thread.html
@@ -205,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
204
  version: '0'
206
205
  requirements: []
207
206
  rubyforge_project: jekyll-
208
- rubygems_version: 2.6.4
207
+ rubygems_version: 2.4.8
209
208
  signing_key:
210
209
  specification_version: 4
211
210
  summary: Podcasting Publishing Extension for Jekyll
@@ -1,53 +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
- ## podlove-web-palyer ##########################################################
17
- poster: /img/logo-360x360.png
18
- alwaysShowHours: true
19
- startVolume: 0.8
20
- width: auto
21
- summaryVisible: false
22
- timecontrolsVisible: false
23
- chaptersVisible: true
24
- sharebuttonsVisible: false
25
- ## Rsync Deploy config #########################################################
26
- ### Be sure your public key is listed in your server's ~/.ssh/authorized_keys
27
- ### file.
28
- ssh_host: user@host.org
29
- ssh_port: 22
30
- document_root: /path/to/your/htdocs/
31
- rsync_delete: true
32
- # You can configure this #######################################################
33
- twitter_nick: my_twitter_handle
34
- language: en
35
- explicit: 'no' # 'yes'/'no'/clean
36
- license: CC BY 4.0
37
- license_url: https://creativecommons.org/licenses/by/4.0/
38
- license_image_url: https://i.creativecommons.org/l/by/4.0/88x31.png
39
- ## Flattr ######################################################################
40
- flattr_uid: # Flattr will not be used unless this is set
41
- flattr_button: compact # compact | default
42
- flattr_mode: auto # auto | manual(default)
43
- flattr_popout: 1 # 1 | 0 (show popout when hovering mouse over button)
44
- flattr_language: en_GB # available languages - https://api.flattr.com/rest/v2/languages.txt
45
- flattr_category: audio # available categories - https://api.flattr.com/rest/v2/categories.txt
46
- ## Disqus comments #############################################################
47
- disqus_shortname: # Disqus will not be used unless this is set
48
- disqus_developer: 0 # 1 / 0
49
- ## Feed links ###########################################################
50
- itunes_url: https://itunes.apple.com/at/podcast/myname/id#myid#
51
- bitlove_url: https://bitlove.org/myaccount
52
- fyyd_url: https://fyyd.de/podcast/myaccount/myid
53
- gpodder_url: https://gpodder.net/podcast/mypodcast