pandocomatic 0.2.1 → 0.2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8300ffdd25e759cb2192d95cf3d152b65618507b
4
- data.tar.gz: 72e11c0aeb38ccc9d0e88f93e24132a70f500a3a
3
+ metadata.gz: 741eb81107f1b196f3032903067452e0e502ad63
4
+ data.tar.gz: 145818d50f2c8dd74e7ee38dc7e32d11305ae27c
5
5
  SHA512:
6
- metadata.gz: d72562edd9458bf74660ac5c9446dfa861a79a66c79bf940a95deeada6034837fa4f9b28a5dd81f7a05d5fb82d9f47dcd68cf9a5edd2e59fb3d15e7aa8dd84e0
7
- data.tar.gz: c6b9a79dced50944bd7003c2490c9d6cca3d07377f47b9acffea82f6fa3f15b60b4ed9333a5e40c4a7b37580f38086a004ad38b2cbbc9b3913f0e44fbb62162c
6
+ metadata.gz: aadb3e5fb153ca4790ac558dc552a5193aceb518c7cd8966c04101aad0bfa883827addb9f01b02abbefbfa7c393c9b3622b110fd3e8d8f5b02e33ef1950d1717
7
+ data.tar.gz: 1993a9d9335a9899076729e68bb6220722154461493a274f2d0618fe827518f637f5515438e92939356446c65b326c9a301bccf00bfd1b47ec718b4af6f54b6a
@@ -36,7 +36,7 @@ module Pandocomatic
36
36
  require_relative 'command.rb'
37
37
 
38
38
  # Output formats used in pandocomatic
39
- OUTPUT_FORMATS = ["docx", "odt", "pdf", "epub", "epub3", "epub2"]
39
+ OUTPUT_FORMATS = ["docx", "pptx", "odt", "pdf", "epub", "epub3", "epub2"]
40
40
 
41
41
  # Command to convert a file
42
42
  #
@@ -2,12 +2,3 @@ settings:
2
2
  recursive: true
3
3
  follow-symlinks: false
4
4
  skip: ['.*', 'pandocomatic.yaml']
5
- templates:
6
- markdown-to-html:
7
- glob: ['*.markdown', '*.md']
8
- preprocessors: []
9
- pandoc:
10
- from: markdown
11
- to: html5
12
- standalone: true
13
- postprocessors: []
@@ -50,7 +50,7 @@ module Pandocomatic
50
50
  ERROR_STATUS = 1266 # This is the sum of the ascii values of the characters in 'pandocomatic'
51
51
 
52
52
  # Pandocomatic's current version
53
- VERSION = [0, 2, 1]
53
+ VERSION = [0, 2, 1, 1]
54
54
 
55
55
  # Pandocomatic's default configuration file
56
56
  CONFIG_FILE = 'pandocomatic.yaml'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pandocomatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Huub de Beer