jing 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/jing.rb +3 -0
  4. data/lib/jing/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44ebf6b1808776a35ea1a2e98e7ec1738c2be1735ef7c9143c6e3f50a61668cf
4
- data.tar.gz: '09fbb03a85e717c4211961e7f6cc247d8ac88bf5bb5c43fa56bbfa770526a33b'
3
+ metadata.gz: 376b285a6ee933c02c45a72bdf8afe574b37824684d83011c1b99f3010f39614
4
+ data.tar.gz: 9ead39e7612678c7ed4055cf3af382ec677e835a0b3151b601092e32fd761599
5
5
  SHA512:
6
- metadata.gz: 40f13f6dfae9ff73d0c448559fd11dbef242ee545d31015cbabacc48528ee8bde845ee7d87b3a26b160d4d5c09cd653e081a8759aca58cb9f38dc16785ff632b
7
- data.tar.gz: cbdf1e238a9f58035826d92981676dbeb906b632a543a4597519c2796ee25e701d706bc3baede9ca3954869f2f09fe9b03719b4fd482eee92f1678a5758ce24b
6
+ metadata.gz: 659b8e8df42822216fd96cffef760374f4100c991df2c98cee5d2a6adf06800aaefa2c3d4fd781745588b23a5a6c8e49cd9d7ce79617ea22b1f7d5298b54c6a1
7
+ data.tar.gz: e22f3bb17d5d7104e7f7c284f8043473d8e092001d04ad9d57cb2dd0552319bdcc2682842b29291231f114a06e0406518a5a8944b856e33ea8434ca09cae1fcd
data/README.md CHANGED
@@ -7,7 +7,7 @@ Jing tai wang ye sheng cheng qi
7
7
 
8
8
  ---
9
9
 
10
- Has built in support for Erb - and Markdown templates, Typescript compiler, Sass compiler, JavaScript/Css minifier, partial- and layout support, variable support, easily extendable.
10
+ Has built in support for Erb - and Markdown templates, Typescript compiler, Sass compiler, JavaScript/Css minifier, partial- and layout support, variable support, easily extendable, updates your page as soon as you change a file.
11
11
 
12
12
  ## Installation
13
13
 
@@ -50,6 +50,7 @@ Serves the current projects _dst folder on `http://0.0.0.0:8000`:
50
50
  $ jing serve -port 1234 -root somepath # to change port and root directory
51
51
 
52
52
  Options that work in all commands:
53
+
53
54
  -src somepath # changes the source folder - default: ./ (current folder)
54
55
  -dst somepath # changes the output folder - default: ./_dst
55
56
  -layouts folder # changes the layouts folder - default: ./_layouts
@@ -57,6 +57,9 @@ module Jing
57
57
  },
58
58
  %w[md markdown] => ->(body, meta, ctx){
59
59
  Kramdown::Document.new(body).to_html
60
+ },
61
+ %w[xml txt] => ->(body, meta, ctx){
62
+ body
60
63
  }
61
64
  }
62
65
 
@@ -1,3 +1,3 @@
1
1
  module Jing
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - pachacamac
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-08 00:00:00.000000000 Z
11
+ date: 2019-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler