middleman-mdocs 0.1.3.108560 → 0.1.4
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
- data/Gemfile.lock +37 -38
- data/lib/middleman-mdocs/resource.rb +1 -2
- data/lib/middleman-mdocs/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea22551635800798a10393754e186bbc9e04e5b13c897df96e16ea45f4c422cb
|
|
4
|
+
data.tar.gz: d6807edc2bddaf740bdfda08b8e407fb4b8193935923925caebbaea0d6fe60f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8250c745dc121fc4832435168d95fd18af293e123f957bc833c65d77609be398bae0d165bfb29dc4e57908fd79fc017d7ed9dcf1885084fb34c45920e167e977
|
|
7
|
+
data.tar.gz: cd88fa5f8355059e8e662fc8adf19db05f3f36c407ecc55c44c878459efc9e58dde4137b4b37c47ad951f37010503195a319d5e0f360174ebe0e7428fa6f3115
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
middleman-mdocs (0.1.
|
|
4
|
+
middleman-mdocs (0.1.4)
|
|
5
5
|
activesupport
|
|
6
6
|
awesome_print
|
|
7
7
|
kramdown
|
|
@@ -18,45 +18,43 @@ PATH
|
|
|
18
18
|
GEM
|
|
19
19
|
remote: https://rubygems.org/
|
|
20
20
|
specs:
|
|
21
|
-
activesupport (5.2.
|
|
21
|
+
activesupport (5.2.6)
|
|
22
22
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
23
23
|
i18n (>= 0.7, < 2)
|
|
24
24
|
minitest (~> 5.1)
|
|
25
25
|
tzinfo (~> 1.1)
|
|
26
|
-
addressable (2.8.
|
|
27
|
-
public_suffix (>= 2.0.2, <
|
|
26
|
+
addressable (2.8.0)
|
|
27
|
+
public_suffix (>= 2.0.2, < 5.0)
|
|
28
28
|
ansi (1.5.0)
|
|
29
|
-
asciidoctor (2.0.
|
|
30
|
-
asciidoctor-plantuml (0.0.
|
|
29
|
+
asciidoctor (2.0.16)
|
|
30
|
+
asciidoctor-plantuml (0.0.14)
|
|
31
31
|
asciidoctor (>= 1.5.6, < 3.0.0)
|
|
32
32
|
ast (2.4.2)
|
|
33
33
|
awesome_print (1.9.2)
|
|
34
|
-
backports (3.
|
|
34
|
+
backports (3.21.0)
|
|
35
35
|
coffee-script (2.4.1)
|
|
36
36
|
coffee-script-source
|
|
37
37
|
execjs
|
|
38
38
|
coffee-script-source (1.12.2)
|
|
39
|
-
concurrent-ruby (1.1.
|
|
39
|
+
concurrent-ruby (1.1.9)
|
|
40
40
|
contracts (0.13.0)
|
|
41
41
|
diff-lcs (1.4.4)
|
|
42
42
|
docile (1.4.0)
|
|
43
|
-
dotenv (2.
|
|
43
|
+
dotenv (2.7.6)
|
|
44
44
|
erubis (2.7.0)
|
|
45
|
-
escape_utils (1.3.0)
|
|
46
45
|
execjs (2.8.1)
|
|
47
|
-
exifr (1.3.
|
|
46
|
+
exifr (1.3.9)
|
|
48
47
|
fast_blank (1.0.1)
|
|
49
|
-
fastimage (2.2.
|
|
50
|
-
ffi (1.15.
|
|
48
|
+
fastimage (2.2.5)
|
|
49
|
+
ffi (1.15.4)
|
|
51
50
|
fspath (3.1.2)
|
|
52
|
-
gitlab_kramdown (0.
|
|
53
|
-
asciidoctor-plantuml (= 0.0.
|
|
54
|
-
kramdown (~> 2.3.
|
|
55
|
-
nokogiri (~> 1.
|
|
56
|
-
rouge (~> 3.
|
|
57
|
-
haml (
|
|
58
|
-
temple (>= 0.8.
|
|
59
|
-
thor
|
|
51
|
+
gitlab_kramdown (0.14.0)
|
|
52
|
+
asciidoctor-plantuml (= 0.0.14)
|
|
53
|
+
kramdown (~> 2.3.1)
|
|
54
|
+
nokogiri (~> 1.12.0)
|
|
55
|
+
rouge (~> 3.26.0)
|
|
56
|
+
haml (5.2.2)
|
|
57
|
+
temple (>= 0.8.0)
|
|
60
58
|
tilt
|
|
61
59
|
hamster (3.0.0)
|
|
62
60
|
concurrent-ruby (~> 1.0)
|
|
@@ -73,14 +71,14 @@ GEM
|
|
|
73
71
|
fspath (>= 2.1, < 4)
|
|
74
72
|
image_optim (~> 0.19)
|
|
75
73
|
image_size (1.5.0)
|
|
76
|
-
in_threads (1.
|
|
77
|
-
kramdown (2.3.
|
|
74
|
+
in_threads (1.5.4)
|
|
75
|
+
kramdown (2.3.1)
|
|
78
76
|
rexml
|
|
79
77
|
libv8 (3.16.14.19-x86_64-linux)
|
|
80
78
|
listen (3.0.8)
|
|
81
79
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
82
80
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
83
|
-
mdocs_kramdown (0.1.
|
|
81
|
+
mdocs_kramdown (0.1.1.47381)
|
|
84
82
|
gitlab_kramdown (~> 0)
|
|
85
83
|
memoist (0.16.2)
|
|
86
84
|
middleman (4.3.11)
|
|
@@ -123,10 +121,9 @@ GEM
|
|
|
123
121
|
middleman-core (>= 3.2)
|
|
124
122
|
nokogiri (~> 1.6)
|
|
125
123
|
therubyracer (~> 0.12.2)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
mini_portile2 (~> 2.4.0)
|
|
124
|
+
minitest (5.14.4)
|
|
125
|
+
nokogiri (1.12.5-x86_64-linux)
|
|
126
|
+
racc (~> 1.4)
|
|
130
127
|
padrino-helpers (0.13.3.4)
|
|
131
128
|
i18n (~> 0.6, >= 0.6.7)
|
|
132
129
|
padrino-support (= 0.13.3.4)
|
|
@@ -137,18 +134,19 @@ GEM
|
|
|
137
134
|
parser (3.0.2.0)
|
|
138
135
|
ast (~> 2.4.1)
|
|
139
136
|
progress (3.6.0)
|
|
140
|
-
public_suffix (4.0.
|
|
141
|
-
|
|
137
|
+
public_suffix (4.0.6)
|
|
138
|
+
racc (1.5.2)
|
|
139
|
+
rack (2.2.3)
|
|
142
140
|
rainbow (3.0.0)
|
|
143
141
|
rake (13.0.6)
|
|
144
|
-
rb-fsevent (0.11.
|
|
142
|
+
rb-fsevent (0.11.0)
|
|
145
143
|
rb-inotify (0.10.1)
|
|
146
144
|
ffi (~> 1.0)
|
|
147
145
|
redcarpet (3.5.1)
|
|
148
146
|
ref (2.0.0)
|
|
149
147
|
regexp_parser (2.1.1)
|
|
150
148
|
rexml (3.2.5)
|
|
151
|
-
rouge (3.
|
|
149
|
+
rouge (3.26.1)
|
|
152
150
|
rspec (3.10.0)
|
|
153
151
|
rspec-core (~> 3.10.0)
|
|
154
152
|
rspec-expectations (~> 3.10.0)
|
|
@@ -191,19 +189,20 @@ GEM
|
|
|
191
189
|
terminal-table
|
|
192
190
|
simplecov-html (0.12.3)
|
|
193
191
|
simplecov_json_formatter (0.1.3)
|
|
194
|
-
slim (
|
|
195
|
-
|
|
192
|
+
slim (4.1.0)
|
|
193
|
+
temple (>= 0.7.6, < 0.9)
|
|
194
|
+
tilt (>= 2.0.6, < 2.1)
|
|
196
195
|
stringex (2.8.5)
|
|
197
|
-
temple (0.
|
|
196
|
+
temple (0.8.2)
|
|
198
197
|
terminal-table (3.0.2)
|
|
199
198
|
unicode-display_width (>= 1.1.1, < 3)
|
|
200
199
|
therubyracer (0.12.3)
|
|
201
200
|
libv8 (~> 3.16.14.15)
|
|
202
201
|
ref
|
|
203
|
-
thor (1.
|
|
202
|
+
thor (1.1.0)
|
|
204
203
|
thread_safe (0.3.6)
|
|
205
|
-
tilt (2.0.
|
|
206
|
-
tzinfo (1.2.
|
|
204
|
+
tilt (2.0.10)
|
|
205
|
+
tzinfo (1.2.9)
|
|
207
206
|
thread_safe (~> 0.1)
|
|
208
207
|
uglifier (3.2.0)
|
|
209
208
|
execjs (>= 0.3.0, < 3)
|
|
@@ -67,8 +67,7 @@ module MiddlemanMdocs
|
|
|
67
67
|
end
|
|
68
68
|
|
|
69
69
|
def timestamp
|
|
70
|
-
|
|
71
|
-
(mdocs.dependencies(self).map(&:timestamp) + [File.mtime(timestamp_source)]).max
|
|
70
|
+
(mdocs.dependencies(self).map(&:timestamp) + [File.mtime(File.realdirpath(source_file)), File.mtime(source_file)]).max
|
|
72
71
|
end
|
|
73
72
|
|
|
74
73
|
def cache_key
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middleman-mdocs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samoylenko Yuri
|
|
8
8
|
- Poliev Alexey
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2022-11-11 00:00:00.000000000 Z
|
|
@@ -206,7 +206,7 @@ homepage: https://rnds.pro
|
|
|
206
206
|
licenses: []
|
|
207
207
|
metadata:
|
|
208
208
|
homepage_uri: https://rnds.pro
|
|
209
|
-
post_install_message:
|
|
209
|
+
post_install_message:
|
|
210
210
|
rdoc_options: []
|
|
211
211
|
require_paths:
|
|
212
212
|
- lib
|
|
@@ -221,8 +221,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
222
|
version: '0'
|
|
223
223
|
requirements: []
|
|
224
|
-
rubygems_version: 3.
|
|
225
|
-
signing_key:
|
|
224
|
+
rubygems_version: 3.1.4
|
|
225
|
+
signing_key:
|
|
226
226
|
specification_version: 4
|
|
227
227
|
summary: Extension for Middleman
|
|
228
228
|
test_files: []
|