kramdown-converter-pdf 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CONTRIBUTERS +1 -1
- data/COPYING +2 -11
- data/VERSION +1 -1
- data/lib/kramdown/converter/pdf.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4bc2715b40188ac745b72592d96fdd9ba440788db5fcd00fe257b5a2a89fd6d
|
4
|
+
data.tar.gz: d9f10d17e26ce16242246d77f66da66ae93b1e360c784fd774881d03438877bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c248db991414b47f00a42c9e1e09604b45fd9a9c5928f1b61712e2a89bfb6f020dcbedaa5cfa58cf019e54edcb7223179a3fd6aea07a3248205fc2738bfcbdf
|
7
|
+
data.tar.gz: 8c48303a5e4a3a9f43b0254b2b4d4175da71914e2cf8b486ee4cbb2abd030d242128c7dcdef5cec0ad08bde202693fbe166bf3048930d5f66608849d83acdaca
|
data/CONTRIBUTERS
CHANGED
data/COPYING
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
kramdown
|
2
|
-
Copyright (C)
|
1
|
+
kramdown-converter-pdf
|
2
|
+
Copyright (C) 2019 Thomas Leitner <t_leitner@gmx.at>
|
3
3
|
|
4
4
|
Permission is hereby granted, free of charge, to any person obtaining a
|
5
5
|
copy of this software and associated documentation files (the
|
@@ -19,12 +19,3 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
19
19
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
20
20
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
21
21
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
22
|
-
|
23
|
-
|
24
|
-
Some test cases and the benchmark files are based on test cases from
|
25
|
-
the MDTest test suite:
|
26
|
-
|
27
|
-
MDTest
|
28
|
-
Copyright (c) 2007 Michel Fortin
|
29
|
-
<http://www.michelf.com/>
|
30
|
-
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# -*- coding: utf-8; frozen_string_literal: true -*-
|
2
2
|
#
|
3
3
|
#--
|
4
|
-
# Copyright (C)
|
4
|
+
# Copyright (C) 2019 Thomas Leitner <t_leitner@gmx.at>
|
5
5
|
#
|
6
|
-
# This file is part of kramdown which is licensed under the MIT.
|
6
|
+
# This file is part of kramdown-converter-pdf which is licensed under the MIT.
|
7
7
|
#++
|
8
8
|
#
|
9
9
|
|
@@ -43,7 +43,7 @@ module Kramdown
|
|
43
43
|
#
|
44
44
|
class Pdf < Base
|
45
45
|
|
46
|
-
VERSION = '1.0.
|
46
|
+
VERSION = '1.0.2'
|
47
47
|
|
48
48
|
include Prawn::Measurements
|
49
49
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kramdown-converter-pdf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Leitner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-01-
|
11
|
+
date: 2019-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: kramdown
|
@@ -31,7 +31,7 @@ dependencies:
|
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '2.0'
|
34
|
-
type: :
|
34
|
+
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
@@ -45,7 +45,7 @@ dependencies:
|
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: 0.2.2
|
48
|
-
type: :
|
48
|
+
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|