jekyll-truty 0.1.1 → 0.1.2
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
- metadata +15 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e5cbbe729a9ba3198a47a7baab7b0eb822f4b1e
|
|
4
|
+
data.tar.gz: 709d38d84fa3025cc0ec6add4934a73ca7dd2d59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 006393063c24f8f9954f36cbb295328d834c53dad48ac816f8f817ca31cf5e038253854fbb8dc30ea95dd5a1c8e45b33f42305c985f04df5088c2276ca512d3f
|
|
7
|
+
data.tar.gz: 73fe719a331cfad71f844a208904354a642db94fd9ac3d3a1d6c15606f9da88a815dc1260f7dc1cbe66d5f41d20d98741bcfed32781d6beaad112af511e0cb66
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matěj Kašpar Jirásek
|
|
@@ -52,6 +52,20 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '2.5'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: rubygems-tasks
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - "~>"
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: '0.2'
|
|
62
|
+
type: :development
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - "~>"
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: '0.2'
|
|
55
69
|
description: Kramdown extension for Jekyll, which improves plain text typography.
|
|
56
70
|
email: matej.jirasek@me.com
|
|
57
71
|
executables: []
|
|
@@ -88,4 +102,3 @@ signing_key:
|
|
|
88
102
|
specification_version: 4
|
|
89
103
|
summary: True typography converter for Jekyll and Kramdown
|
|
90
104
|
test_files: []
|
|
91
|
-
has_rdoc:
|