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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b24dbe64c979804933619756ff3c956eae922cb53aa00a84d974a2f1e51fe4c
4
- data.tar.gz: 1f73a92236f30de69bab315ddc02e193b3ea76f494adbfff4e6cb76341f53de0
3
+ metadata.gz: c4bc2715b40188ac745b72592d96fdd9ba440788db5fcd00fe257b5a2a89fd6d
4
+ data.tar.gz: d9f10d17e26ce16242246d77f66da66ae93b1e360c784fd774881d03438877bc
5
5
  SHA512:
6
- metadata.gz: e18ca1234a2c8aeb1362808bbb51734a259831ebecf932217f97250628d29294849c4ed8d4e72bee6b70d6cac67b5976d8f896b8fec25714f7392998fe5a0452
7
- data.tar.gz: 10008adc53eb0e1e99c76e6215a30726659433612761bda35e359ddf94061cd2349fbd8133b9aa44f6874002cc337abbef3cf0792b9d13956fe72fb2f7dc6fbf
6
+ metadata.gz: 6c248db991414b47f00a42c9e1e09604b45fd9a9c5928f1b61712e2a89bfb6f020dcbedaa5cfa58cf019e54edcb7223179a3fd6aea07a3248205fc2738bfcbdf
7
+ data.tar.gz: 8c48303a5e4a3a9f43b0254b2b4d4175da71914e2cf8b486ee4cbb2abd030d242128c7dcdef5cec0ad08bde202693fbe166bf3048930d5f66608849d83acdaca
@@ -1,3 +1,3 @@
1
1
  Count Name
2
2
  ======= ====
3
- 3 Thomas Leitner <t_leitner@gmx.at>
3
+ 5 Thomas Leitner <t_leitner@gmx.at>
data/COPYING CHANGED
@@ -1,5 +1,5 @@
1
- kramdown - fast, pure-Ruby Markdown-superset converter
2
- Copyright (C) 2009-2013 Thomas Leitner <t_leitner@gmx.at>
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
+ 1.0.2
@@ -1,9 +1,9 @@
1
1
  # -*- coding: utf-8; frozen_string_literal: true -*-
2
2
  #
3
3
  #--
4
- # Copyright (C) 2009-2019 Thomas Leitner <t_leitner@gmx.at>
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.1'
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.1
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 00:00:00.000000000 Z
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: :development
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: :development
48
+ type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements: