middleman-mdocs 0.1.1.75134 → 0.1.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: 87712be5c4b9350fd50029258bb04b34c86e264ebfd7188f2d5db57676e86c6d
4
- data.tar.gz: 607a50d2c4f072b50bf3bf3f27a9f58327cf665f954d36b328c7db5cd614199f
3
+ metadata.gz: 0bb42ed4a8dece4789c7fa1af8c1e19f190a9f9f946339385cebbedd18958c14
4
+ data.tar.gz: 680ea9603a64a0237962318bde27a2f83eab6d7df116157828e793d5d1795887
5
5
  SHA512:
6
- metadata.gz: 8321ac400e2515f15ec07a871615da3848434a08618b91208cb1f41301e7645c11bc55e354fdf19a67625e2ab6e5c8548bd6a7f3a9790e6459e488cf9334d3a5
7
- data.tar.gz: c942ed7a32a8da79442e5f9769dfe8803e4619a2c0119e42a5311e33015063442a9fe08353c96322e427fbdf789c067a50e63f628ed36f3456a211c0f8278815
6
+ metadata.gz: dcd902c709c780564a17fda693d291fddde14766e5efa803f4a09eb234f34af6dda20e9545d45282a41a51e1a068dc2d4b89f5990f2ac8c8c2ee25dd52b8f83b
7
+ data.tar.gz: 10bd9bc1d44ee09b0b5fdc139473559fbe3c59e43e6e0c171736630c072ef65191cf3b666bb5e12a7c07315d4821b005bab0eb317a52bdf4e6f0751859f320e8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- middleman-mdocs (0.1.1.75134)
4
+ middleman-mdocs (0.1.2)
5
5
  activesupport
6
6
  awesome_print
7
7
  kramdown
@@ -26,12 +26,12 @@ GEM
26
26
  addressable (2.8.0)
27
27
  public_suffix (>= 2.0.2, < 5.0)
28
28
  ansi (1.5.0)
29
- asciidoctor (2.0.17)
30
- asciidoctor-plantuml (0.0.12)
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.23.0)
34
+ backports (3.21.0)
35
35
  coffee-script (2.4.1)
36
36
  coffee-script-source
37
37
  execjs
@@ -45,14 +45,14 @@ GEM
45
45
  execjs (2.8.1)
46
46
  exifr (1.3.9)
47
47
  fast_blank (1.0.1)
48
- fastimage (2.2.6)
49
- ffi (1.15.5)
48
+ fastimage (2.2.5)
49
+ ffi (1.15.4)
50
50
  fspath (3.1.2)
51
- gitlab_kramdown (0.10.0)
52
- asciidoctor-plantuml (= 0.0.12)
53
- kramdown (~> 2.3.0)
54
- nokogiri (~> 1.10.10)
55
- rouge (~> 3.2)
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
56
  haml (5.2.2)
57
57
  temple (>= 0.8.0)
58
58
  tilt
@@ -71,14 +71,14 @@ GEM
71
71
  fspath (>= 2.1, < 4)
72
72
  image_optim (~> 0.19)
73
73
  image_size (1.5.0)
74
- in_threads (1.6.0)
74
+ in_threads (1.5.4)
75
75
  kramdown (2.3.1)
76
76
  rexml
77
77
  libv8 (3.16.14.19-x86_64-linux)
78
78
  listen (3.0.8)
79
79
  rb-fsevent (~> 0.9, >= 0.9.4)
80
80
  rb-inotify (~> 0.9, >= 0.9.7)
81
- mdocs_kramdown (0.1.2.70482)
81
+ mdocs_kramdown (0.1.1.47381)
82
82
  gitlab_kramdown (~> 0)
83
83
  memoist (0.16.2)
84
84
  middleman (4.3.11)
@@ -121,10 +121,9 @@ GEM
121
121
  middleman-core (>= 3.2)
122
122
  nokogiri (~> 1.6)
123
123
  therubyracer (~> 0.12.2)
124
- mini_portile2 (2.4.0)
125
- minitest (5.15.0)
126
- nokogiri (1.10.10)
127
- mini_portile2 (~> 2.4.0)
124
+ minitest (5.14.4)
125
+ nokogiri (1.12.5-x86_64-linux)
126
+ racc (~> 1.4)
128
127
  padrino-helpers (0.13.3.4)
129
128
  i18n (~> 0.6, >= 0.6.7)
130
129
  padrino-support (= 0.13.3.4)
@@ -136,6 +135,7 @@ GEM
136
135
  ast (~> 2.4.1)
137
136
  progress (3.6.0)
138
137
  public_suffix (4.0.6)
138
+ racc (1.5.2)
139
139
  rack (2.2.3)
140
140
  rainbow (3.0.0)
141
141
  rake (13.0.6)
@@ -146,7 +146,7 @@ GEM
146
146
  ref (2.0.0)
147
147
  regexp_parser (2.1.1)
148
148
  rexml (3.2.5)
149
- rouge (3.27.0)
149
+ rouge (3.26.1)
150
150
  rspec (3.10.0)
151
151
  rspec-core (~> 3.10.0)
152
152
  rspec-expectations (~> 3.10.0)
@@ -199,7 +199,7 @@ GEM
199
199
  therubyracer (0.12.3)
200
200
  libv8 (~> 3.16.14.15)
201
201
  ref
202
- thor (1.2.1)
202
+ thor (1.1.0)
203
203
  thread_safe (0.3.6)
204
204
  tilt (2.0.10)
205
205
  tzinfo (1.2.9)
@@ -67,7 +67,8 @@ module MiddlemanMdocs
67
67
  end
68
68
 
69
69
  def timestamp
70
- (mdocs.dependencies(self).map(&:timestamp) + [File.mtime(source_file)]).max
70
+ timestamp_source = File.symlink?(source_file) ? File.readlink(source_file) : source_file
71
+ (mdocs.dependencies(self).map(&:timestamp) + [File.mtime(timestamp_source)]).max
71
72
  end
72
73
 
73
74
  def cache_key
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MiddlemanMdocs
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-mdocs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.75134
4
+ version: 0.1.2
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
- date: 2022-02-02 00:00:00.000000000 Z
12
+ date: 2022-11-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -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.0.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: []