jing 0.1.0 → 0.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
  SHA256:
3
- metadata.gz: 47f325ca7dd14ce87ee5f723c99fc304bc3bf6a8a46db119661d25042bad3c46
4
- data.tar.gz: ee9b6a1a936af41ce75f1b1fbb51f1da986f668d5d143fc01437707d0239ba5f
3
+ metadata.gz: 49e5a4b73fce7f4c930288360d80c884deed5ba0e20e774bd81255c56592a39f
4
+ data.tar.gz: c694babbd67b4f14c71e4d9572b2107fa9f5b55df8bea6ab3245ab63acbb6b6d
5
5
  SHA512:
6
- metadata.gz: d024d28256b4c8ccd70122e153df628566c639ffbc90a3ddf939b112c2ae2f0e061a2221592cd9b120a49fc1372e515f4ada4425bc9f98e70e0016d5449c67ae
7
- data.tar.gz: 8dd63e51f46fd3e71ea8744681c0d8beccc9544eda9dd1e079ad2a7e2fa22a1560bfec6cceced9102a9245e690087f80fc6ab10bd0895314d845aedd96108a72
6
+ metadata.gz: e2a7e5194d3bcd31ed06e98676f928b49aa1f11c3e48b72bc0ed21b749ade8619ce0a28369786d623f2ec00629223df79063a8f8a0a63941a12a3b895ab8a45d
7
+ data.tar.gz: 30f260517d398b1e138c793d342d7d7decf95731b8209aa83e46b70e6862a31dc54813ea99f60d2d032e05ca6e9e2d0712151abe736143aa199b95bb45af48be
@@ -0,0 +1,20 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ jing (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ rake (10.4.2)
10
+
11
+ PLATFORMS
12
+ ruby
13
+
14
+ DEPENDENCIES
15
+ bundler (~> 1.16)
16
+ jing!
17
+ rake (~> 10.0)
18
+
19
+ BUNDLED WITH
20
+ 1.16.2
data/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  A tiny static site generator packing a punch
4
4
 
5
+ Jing tai wang ye sheng cheng qi
6
+ 静态网页生成器
7
+
5
8
  ## Installation
6
9
 
7
10
  Add this line to your application's Gemfile:
@@ -1,5 +1,7 @@
1
1
  require "jing/version"
2
2
 
3
+ %w[erb yaml fileutils time webrick ostruct bundler/inline].each { |e| require e }
4
+
3
5
  module Jing
4
6
  class Jing
5
7
  attr_accessor :converters, :converter_extensions
@@ -1,3 +1,3 @@
1
1
  module Jing
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - pachacamac
@@ -48,6 +48,7 @@ extra_rdoc_files: []
48
48
  files:
49
49
  - ".gitignore"
50
50
  - Gemfile
51
+ - Gemfile.lock
51
52
  - LICENSE.txt
52
53
  - README.md
53
54
  - Rakefile