paru 0.3.1.0 → 0.3.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/paru/filter/div.rb +2 -0
  3. data/lib/paru.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e75e80611f871b0583b09bd03c96f83f86f820cb330065d944aed48bfbd54b71
4
- data.tar.gz: 84fb71e39144ffaf39d329d843f00d0fdcd232a3335cea9998626b1f0ebb165d
3
+ metadata.gz: f37a67443ef47fb1858d70a5adba3127991307c6715fe2380c713ba4f67a7922
4
+ data.tar.gz: 2354a97da1b68752b49447d52891a3e1c5f6a0f04583736e9219df48e7041281
5
5
  SHA512:
6
- metadata.gz: c2fd5652fd1d596519eb7b70d19d7e0a08074765df02db31cd3fd2547b8f6991092f5403c2c3289b09e9b157fc4871672aad0a5ab667dd82d789b39959ff0f0e
7
- data.tar.gz: c9afee1fd3e55e6a11120080b717d5bfe8d978948e8c25941566478fc80292065d65f3ba0884c47b64b3fcdd3aa5d6c270b94b5d3804aaa62cd9294d0fa14322
6
+ metadata.gz: d77ca2a1861dd7126daed969a4fe0aa460beb3105376d83e8b096aa371dc5327fd527c4d3ffe920777b07ad6742388a01089aaee066bf12691d38f356f7a5279
7
+ data.tar.gz: 7783b5646d9378cac53bd2e674bce607730f639a0b0f6f2915b065d451dac049d2cef4ffb99d9fc6ebad9d867e1f257257c0d13262adbd010ccb1f4ca084c8ce
@@ -26,6 +26,8 @@ module Paru
26
26
  class Div < Block
27
27
  include InnerMarkdown
28
28
 
29
+ attr_accessor :attr
30
+
29
31
  # Create a new Div node based on the contents
30
32
  #
31
33
  # @param contents [Array] an array containing the attribute object
data/lib/paru.rb CHANGED
@@ -18,5 +18,5 @@
18
18
  #++
19
19
  module Paru
20
20
  # Paru's current version
21
- VERSION = [0, 3, 1, 0]
21
+ VERSION = [0, 3, 1, 1]
22
22
  end
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.3.1.0
4
+ version: 0.3.1.1
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: 2018-12-02 00:00:00.000000000 Z
11
+ date: 2018-12-21 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