wiki_md 0.8.12 → 0.9.0
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/wiki_md.rb +5 -0
- data.tar.gz.sig +0 -0
- metadata +10 -10
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7ce4cdaf8ffaa9bc7d299e2fee3dd0d85a29e257f730516c55c4e2ae9e5a52a
|
|
4
|
+
data.tar.gz: a2b64c8a86619f0aac88c881d0f809c5872a77a94637577048737cca1d74923c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 318aeef53087bb161eba1bd06f0d05af3863a1ca5579e981fa99f62bdea238cb260abf00c00eb8edc68bcc5b52364857192ed6f7d0f156d1ceea4d5dfa8fb22e
|
|
7
|
+
data.tar.gz: 0b50c752dcb797306fb3cbd5e21b088ba5f6768a5d697ae25ab08fcb20ab805b5394dadc4fdf3be06ca628653684174dcd570365dea7e3a944ddc29f03c69c7c
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/wiki_md.rb
CHANGED
|
@@ -38,6 +38,10 @@ class WikiMd
|
|
|
38
38
|
self.x = a.join
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
def id()
|
|
42
|
+
@rx.id
|
|
43
|
+
end
|
|
44
|
+
|
|
41
45
|
def x=(s)
|
|
42
46
|
@rx.x = s
|
|
43
47
|
parse_x()
|
|
@@ -482,6 +486,7 @@ EOF
|
|
|
482
486
|
rows.each do |x|
|
|
483
487
|
|
|
484
488
|
e = Rexle::Element.new('panel')
|
|
489
|
+
e.add_attribute(entryid: x.id) if x.respond_to? :id
|
|
485
490
|
e.add_attribute(title: x.heading)
|
|
486
491
|
e.add_attribute(class: 'entry') unless x.respond_to? :tag_goto
|
|
487
492
|
puts 'x.body: ' + x.body.inspect if @debug
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wiki_md
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -35,28 +35,28 @@ cert_chain:
|
|
|
35
35
|
N5hZmnA6M2h3NysLCPRtwS2vMJh8qq6OS5RjU9cc5V08vyIkQ7/YC/x+7kLm5Kn0
|
|
36
36
|
kvoWXxa8gpUBS+qMlSYFDHlq
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2020-04-
|
|
38
|
+
date: 2020-04-23 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: dxsectionx
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
|
-
- - "~>"
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
version: '0.3'
|
|
47
44
|
- - ">="
|
|
48
45
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.
|
|
46
|
+
version: 0.4.0
|
|
47
|
+
- - "~>"
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: '0.4'
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
|
-
- - "~>"
|
|
55
|
-
- !ruby/object:Gem::Version
|
|
56
|
-
version: '0.3'
|
|
57
54
|
- - ">="
|
|
58
55
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 0.
|
|
56
|
+
version: 0.4.0
|
|
57
|
+
- - "~>"
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: '0.4'
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: dynarex-tags
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
Binary file
|