middlemac-extras 1.0.8 → 1.0.9
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/CHANGELOG.md +10 -6
- data/documentation_project/Gemfile +1 -1
- data/documentation_project/config.rb +1 -1
- data/documentation_project/source/partials/_yard_config.erb +3 -3
- data/documentation_project/source/partials/_yard_helpers.erb +3 -3
- data/documentation_project/source/partials/_yard_helpers_extended.erb +1 -1
- data/lib/middlemac-extras/extension.rb +7 -1
- data/lib/middlemac-extras/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f1bf37078cfe11386a8818f85d6590977f7bce8
|
|
4
|
+
data.tar.gz: 6f7f71d6d9659d01893fe251f1050a5cd7df7ea8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5451db71c800300cb9ef009e464a1d48b46a2920ad42a8a8d8455bb47432d4bd07dd958f0ea47b94919fb2a0cba15ef1556ff93840a8c9e04c42a839a12dfa1d
|
|
7
|
+
data.tar.gz: 55d393044768891b9a77faa61a445d29c24f9b4fb5ea8f8924ada2db39debb6ebdda0ff38ee579202d8d82f043186b390fa3059217e390e81323788dc14ee7e3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
middlemac-extras change log
|
|
2
2
|
===========================
|
|
3
3
|
|
|
4
|
-
- Version 1.0.
|
|
4
|
+
- Version 1.0.9 / 2018-April-28
|
|
5
5
|
|
|
6
|
+
- Updated to 1.0.9. md_links no longer outputs empty quotes if no description.
|
|
6
7
|
- Bump to 1.0.8 improvements:
|
|
7
8
|
- Better version management in Rakefile.
|
|
8
9
|
- Fixes failing Cucumber testing by forcing capybara development dependency.
|
|
10
|
+
|
|
11
|
+
- Version 1.0.7 / 2016-May-11
|
|
12
|
+
|
|
9
13
|
- Version 1.0.7 supports RAKE, Yard, etc.
|
|
10
14
|
- YARD support added.
|
|
11
15
|
- Cucumber tests added.
|
|
@@ -16,23 +20,23 @@ middlemac-extras change log
|
|
|
16
20
|
|
|
17
21
|
- Works cooperative if middleman-targets is installed to support images without extensions for target-specific images, too. Added CLI help section.
|
|
18
22
|
|
|
19
|
-
- Version 1.0.5 / 2016-April-
|
|
23
|
+
- Version 1.0.5 / 2016-April-07
|
|
20
24
|
|
|
21
25
|
- 1.0.5 Fixes id-ten-t issue.
|
|
22
26
|
|
|
23
|
-
- Version 1.0.4 / 2016-April-
|
|
27
|
+
- Version 1.0.4 / 2016-April-07
|
|
24
28
|
|
|
25
29
|
- Final gem fix.
|
|
26
30
|
|
|
27
|
-
- Version 1.0.3 / 2016-April-
|
|
31
|
+
- Version 1.0.3 / 2016-April-07
|
|
28
32
|
|
|
29
33
|
- Gem fixes.
|
|
30
34
|
|
|
31
|
-
- Version 1.0.2 / 2016-April-
|
|
35
|
+
- Version 1.0.2 / 2016-April-07
|
|
32
36
|
|
|
33
37
|
- Fix bad gem push.
|
|
34
38
|
|
|
35
|
-
- Version 1.0.1 / 2016-April-
|
|
39
|
+
- Version 1.0.1 / 2016-April-07
|
|
36
40
|
|
|
37
41
|
- css_images_sizes fixed for relative_assets
|
|
38
42
|
|
|
@@ -9,7 +9,7 @@ gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw]
|
|
|
9
9
|
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
|
|
10
10
|
|
|
11
11
|
# Middleman Gems
|
|
12
|
-
gem 'middlemac-extras', '~> 1.0.
|
|
12
|
+
gem 'middlemac-extras', '~> 1.0.9'
|
|
13
13
|
gem 'middleman', '~> 4.1.7'
|
|
14
14
|
gem 'middleman-syntax'
|
|
15
15
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<div class="method_details first">
|
|
10
10
|
<h3 class="signature first" id="options[:img_auto_extensions]=-instance_method">
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
#<strong>options[:img_auto_extensions]=</strong>(value) ⇒ <tt>Boolean</tt>
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
@@ -73,7 +73,7 @@ file exists on disk that has one of the extensions in
|
|
|
73
73
|
<div class="method_details ">
|
|
74
74
|
<h3 class="signature " id="options[:img_auto_extensions_order]=-instance_method">
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
#<strong>options[:img_auto_extensions_order]=</strong>(value) ⇒ <tt>Array<String></tt>
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
|
|
@@ -136,7 +136,7 @@ of precedence.</p>
|
|
|
136
136
|
<div class="method_details ">
|
|
137
137
|
<h3 class="signature " id="options[:retina_srcset]=-instance_method">
|
|
138
138
|
|
|
139
|
-
|
|
139
|
+
#<strong>options[:retina_srcset]=</strong>(value) ⇒ <tt>Boolean</tt>
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<div class="method_details first">
|
|
11
11
|
<h3 class="signature first" id="css_image_sizes-instance_method">
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
#<strong>css_image_sizes</strong> ⇒ <tt>String</tt>
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -55,7 +55,7 @@ for every image found in your project.</p>
|
|
|
55
55
|
<div class="method_details ">
|
|
56
56
|
<h3 class="signature " id="md_images-instance_method">
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
#<strong>md_images</strong> ⇒ <tt>String</tt>
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
|
|
@@ -99,7 +99,7 @@ index of every image in your project.</p>
|
|
|
99
99
|
<div class="method_details ">
|
|
100
100
|
<h3 class="signature " id="md_links-instance_method">
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
#<strong>md_links</strong> ⇒ <tt>String</tt>
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
|
|
@@ -255,7 +255,13 @@ class MiddlemacExtras < ::Middleman::Extension
|
|
|
255
255
|
def md_links_b
|
|
256
256
|
unless @md_links_b
|
|
257
257
|
@md_links_b = get_link_data('text/html', 'application/xhtml')
|
|
258
|
-
.collect { |l|
|
|
258
|
+
.collect { |l|
|
|
259
|
+
if l[:title]
|
|
260
|
+
"[#{l[:reference]}]: #{l[:link]} \"#{l[:title]}\""
|
|
261
|
+
else
|
|
262
|
+
"[#{l[:reference]}]: #{l[:link]}"
|
|
263
|
+
end
|
|
264
|
+
}
|
|
259
265
|
.join("\n")
|
|
260
266
|
end
|
|
261
267
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middlemac-extras
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jim Derry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: middleman-core
|
|
@@ -246,11 +246,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
246
246
|
version: '0'
|
|
247
247
|
requirements: []
|
|
248
248
|
rubyforge_project:
|
|
249
|
-
rubygems_version: 2.
|
|
249
|
+
rubygems_version: 2.6.14
|
|
250
250
|
signing_key:
|
|
251
251
|
specification_version: 4
|
|
252
252
|
summary: Implements several useful developer conveniences for Middleman projects.
|
|
253
253
|
test_files:
|
|
254
254
|
- features/helpers.feature
|
|
255
255
|
- features/support/env.rb
|
|
256
|
-
has_rdoc:
|