paru 0.2.4.7 → 0.2.4.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/paru/filter/document.rb +4 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1332fd988cbb97b8dd7cd1c45c20a90706cfb537
4
- data.tar.gz: 168c0c5db7710ac7ae6e7abe4f5219c6a77ea248
3
+ metadata.gz: f287d46ed1a1baf39416d71f0fd52a225062be99
4
+ data.tar.gz: 1ada26f825334fc92975559863c8c2da1dafa87d
5
5
  SHA512:
6
- metadata.gz: 6fd6c4f49fa011d4001151202e5c974f3ed7f972c6b1ed922ef6ca60adfc1821a8b2a773c04fdb6a3462d62ee6cb2d8b6fe8039835ec7f0a531e884a1127e87b
7
- data.tar.gz: 61e852b82fc8844a5b1cb58f1a2ee599aef73fcc06d265bd3f4e924e3a75e5f0a560e6e0e0fff9fe8ceb224ff78c54dc1e38a96067d80986b22a4e7ea914d52a
6
+ metadata.gz: 783f0782f3d3c41a697ef4612c50a1bebf246e414639e66e04534cec150b6e5b6a5d7aa53c8bc89daea76bea4fc278f66825e736f767838267a3e7e94f79228e
7
+ data.tar.gz: 6a88cc2fe3e25510b03613e21a53b332deae52ed1e30f4ec5c19c597c1336b28101d111bf1646cbb823119c2010810b808df1306d4eb464b25c514c4dc71da8d
@@ -58,7 +58,7 @@ module Paru
58
58
  doc = JSON.parse json
59
59
  version, metadata, contents = doc.values_at(VERSION, META, BLOCKS)
60
60
  rescue Exception => e
61
- raise FilterError.new <<~WARNING
61
+ raise FilterError.new <<WARNING
62
62
  Unable to read document.
63
63
 
64
64
  Most likely cause: Paru expects a pandoc installation that has been
@@ -72,12 +72,12 @@ WARNING
72
72
 
73
73
  if -1 == (version <=> CURRENT_PANDOC_VERSION)
74
74
  if metadata.has_key?('_debug')
75
- warn <<~WARNING
75
+ warn <<WARNING
76
76
  pandoc-types API version used in document (version = #{version.join('.')}) is
77
- smaller than the version of pandoc-types used by paru
77
+ lower than the version of pandoc-types used by paru
78
78
  (#{CURRENT_PANDOC_VERSION.join('.')}. If you experience unexpected results,
79
79
  please try updating pandoc or downgrading paru.
80
- WARNING
80
+ WARNING
81
81
  end
82
82
  end
83
83
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4.7
4
+ version: 0.2.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Huub de Beer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-31 00:00:00.000000000 Z
11
+ date: 2017-06-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Use Pandoc (http://www.pandoc.org) with ruby
14
14
  email: Huub@heerdebeer.org