kramdown-plantuml 1.1.9 → 1.1.10

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: 4ffc24d5b020aac9204946744f85793d0ae07da2fe95a27b9301f104aee78c13
4
- data.tar.gz: 83ae8392c10526f3382d327497fee2b85c297f9eb7599798f1e789f947084800
3
+ metadata.gz: 0f3079884f4be0aff2684c326ba38d338463bdeb7948fadb809e5291da704e24
4
+ data.tar.gz: 626333b50918dabde967923545195585060f83198db77df1827fecd12a14308a
5
5
  SHA512:
6
- metadata.gz: 38a1e20a6a08fc178d25737ff9443fecfd8f48bbbc10f1b69eda8fd929f472a05f39150ad91d17cbaf94285757c156101510c16346aecee06f7a712e74c9908b
7
- data.tar.gz: 9d6d3192043170c20829ab97fc5513bc392d5eb8af92eb8017042d6ebbd19000730427a5b8c3ac3809095d4a8ec74945424fe854c0d1667ecce1340b3e88b78a
6
+ metadata.gz: 54fd75fec2cd706bcdbaeeac660449a4b7c0c406689baa0cb234353607dc03042ddd2da796b427d42d93d1ccbc3dfe8fbd4fb4c97e8b629f68feb30686023c76
7
+ data.tar.gz: cb3e10de50b8a30d2522982b941003df0fab61d5ef641008d35acfe13d230ead829e729d6293c65159c3d7d645bb33be368a2e443362ef727dac3c58c234f473
@@ -91,7 +91,6 @@ module Kramdown
91
91
 
92
92
  needle_hash = JSON.parse(json)
93
93
  options_hash = needle_hash['options']
94
- options_hash[:site_destination_dir] = @site_destination_dir
95
94
  options = ::Kramdown::PlantUml::Options.new({ plantuml: options_hash })
96
95
 
97
96
  begin
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Kramdown
4
4
  module PlantUml
5
- VERSION = '1.1.9'
5
+ VERSION = '1.1.10'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kramdown-plantuml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swedbank Pay
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-11-03 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlentities