jekyll-truty 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +6 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90b3512a9e7e72d3f7fb01151c2a06aee26482fa
|
|
4
|
+
data.tar.gz: f725cb6c774eac52cb2a3e6adea76cde61145e97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37752dc08359d6030376454b2b19271b0329211eeafe501555a5a4a798fbd8b8cbc514412e3824f403b5cb41491490ba2699ec605e1921bd8ab42c6779cea97b
|
|
7
|
+
data.tar.gz: f38c3b3115a159f9b6036d31496558243c4b06fa1146eab4ab91729db70579f0722b5a295bb7fb0a1ce5a153113fdb013c230610fe85699f693decfeeb97f32c
|
data/README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
jekyll-truty
|
|
2
2
|
============
|
|
3
3
|
|
|
4
|
+
[](http://badge.fury.io/rb/jekyll-truty)
|
|
5
|
+
[](https://codeclimate.com/github/mkj-is/jekyll-truty)
|
|
6
|
+
[](https://travis-ci.org/mkj-is/jekyll-truty)
|
|
7
|
+
[](https://gemnasium.com/mkj-is/jekyll-truty)
|
|
8
|
+
[](https://hakiri.io/github/mkj-is/jekyll-truty/master)
|
|
9
|
+
|
|
4
10
|
True typography converter for Jekyll. Markdown files will be converted with various plain text improvements like hyphenation, typographic quotes, non-breaking spaces, ellipses, trailing spaces, widows, etc.
|
|
5
11
|
|
|
6
12
|
For more information about this plugin visit the [Truty project page](https://github.com/mkj-is/Truty).
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-truty
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matěj Kašpar Jirásek
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '2.5'
|
|
55
|
-
description: Kramdown extension for Jekyll, which improves typography.
|
|
55
|
+
description: Kramdown extension for Jekyll, which improves plain text typography.
|
|
56
56
|
email: matej.jirasek@me.com
|
|
57
57
|
executables: []
|
|
58
58
|
extensions: []
|
|
@@ -86,6 +86,6 @@ rubyforge_project:
|
|
|
86
86
|
rubygems_version: 2.4.3
|
|
87
87
|
signing_key:
|
|
88
88
|
specification_version: 4
|
|
89
|
-
summary: True typography converter for Jekyll
|
|
89
|
+
summary: True typography converter for Jekyll and Kramdown
|
|
90
90
|
test_files: []
|
|
91
91
|
has_rdoc:
|