kdbook 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/kdbook +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 953248a531c5184914edef4ed665f37160eced15
|
4
|
+
data.tar.gz: ebb466d1e47220ab50b8bbcdaf3edd4f0c8553dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 834ed0a1fd12100469774d5b06790e658eef54f033af14b82e98e38f1524d4227f92c960ead6cbdbd120e993e0b411e868d06021c2b0c53b989742ddd880eee9
|
7
|
+
data.tar.gz: 434249305b0073cd77e1b82a423c3b8919c08abdd591dea550d8c196a510bddbbd4168a1cff97dd29998c479faf49af3e97e085dde0b3bc492081a1da403cdbe
|
data/bin/kdbook
CHANGED
@@ -6,7 +6,7 @@ require 'colorize'
|
|
6
6
|
require 'kramdown'
|
7
7
|
require 'recursive-open-struct'
|
8
8
|
|
9
|
-
VERSION = '0.0.
|
9
|
+
VERSION = '0.0.4'
|
10
10
|
|
11
11
|
class KdbookBin < Thor
|
12
12
|
class_option :'config-file', type: :string, aliases: 'f', default: 'kdbook.yml'
|
@@ -150,7 +150,7 @@ class KdbookBin < Thor
|
|
150
150
|
end
|
151
151
|
|
152
152
|
def output_file_list(options)
|
153
|
-
file_list(options).map{ |file| output_files(file.input, file.output) }.flatten
|
153
|
+
file_list(options).map{ |file| output_files(file.input, file.output) }.flatten
|
154
154
|
end
|
155
155
|
|
156
156
|
def rm_hidden_comments(input)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kdbook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Porter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|