paru 0.4.0.1 → 0.4.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: caf6d2c413d73f52c6fb656498263ec3fb75deb8f9f3413263a43a5653d2d4b4
4
- data.tar.gz: b8427caea5192ca9349a9186b5cda3b8e1511a06178f12667247111a6f2752b7
3
+ metadata.gz: 9bacd79673b9d742566ebcd165a0cd164130c42a0528d6ba73e41c28d0cc0e9c
4
+ data.tar.gz: a5fa86dbb94337d2edd1538a0e14d718612536b77da3b26a327ca05063b8a81f
5
5
  SHA512:
6
- metadata.gz: 86265cd4005e15e7d89b12bc3f2b46484bdf9bfa0eaa5e072aba23a9935d6a7ecf45db96d6700daede91ddc4cfae6c1878df4a75870f763e2dcedf894273d4f1
7
- data.tar.gz: 5dbe56c0683223ea4600c83f152f541d371b2cf32728708638e0b5e4b002cf90657b2075b8fc0be78d1870aeefebb8ff12acdc04dad4b8095b4652dd405337dd
6
+ metadata.gz: 770a70f3fb172c7c4875ddf036f52f75cc40e6b58cfcc444d0cd31a44e21492f652068d5f5ea4ba30aad74ed98d22baff3371688f62f8e28a30603bfde5f0c8a
7
+ data.tar.gz: ed4c7672f0ad7ab24ebb4657660d4ce4e8e6aeb416808e7e8ad71fc7fc5f2073a30ce7f1f415fa7cbf7665722e32fb16fa45eb7cc4e660fbf9e87a5487f0ee1c
@@ -16,7 +16,7 @@ parser = OptionParser.new do |opts|
16
16
  end
17
17
 
18
18
  opts.on("-v", "--version", "Show version") do
19
- puts "do-pandoc.rb is part of paru version 0.2.3"
19
+ puts "do-pandoc.rb is part of paru version 0.4.0.1"
20
20
  exit
21
21
  end
22
22
  end
@@ -18,5 +18,5 @@
18
18
  #++
19
19
  module Paru
20
20
  # Paru's current version
21
- VERSION = [0, 4, 0, 1]
21
+ VERSION = [0, 4, 0, 2]
22
22
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright 2015, 2016, 2017 Huub de Beer <Huub@heerdebeer.org>
2
+ # Copyright 2015, 2016, 2017, 2020 Huub de Beer <Huub@heerdebeer.org>
3
3
  #
4
4
  # This file is part of Paru
5
5
  #
@@ -26,12 +26,12 @@ module Paru
26
26
  # A Paru::Pandoc converter from JSON to markdown
27
27
  AST2MARKDOWN = Paru::Pandoc.new do
28
28
  from "json"
29
- to "markdown"
29
+ to "markdown-smart"
30
30
  end
31
31
 
32
32
  # A Paru::Pandoc converter from markdown to JSON
33
33
  MARKDOWN2JSON = Paru::Pandoc.new do
34
- from "markdown"
34
+ from "markdown+smart"
35
35
  to "json"
36
36
  end
37
37
 
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.1
4
+ version: 0.4.0.2
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: 2020-02-18 00:00:00.000000000 Z
11
+ date: 2020-06-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Use Pandoc (http://www.pandoc.org) with ruby
13
+ description: Control pandoc with Ruby and write pandoc filters in Ruby
14
14
  email: Huub@heerdebeer.org
15
15
  executables:
16
16
  - pandoc2yaml.rb
@@ -99,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - ">="
101
101
  - !ruby/object:Gem::Version
102
- version: '2.4'
102
+ version: '2.5'
103
103
  required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  requirements:
105
105
  - - ">="