middlemac-extras 1.0.8 → 1.0.9

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
  SHA1:
3
- metadata.gz: 495994db42495680f0b1120222ed61daa388c862
4
- data.tar.gz: 1b2a542810f637be1ddcad663a6294b2845c5c4a
3
+ metadata.gz: 1f1bf37078cfe11386a8818f85d6590977f7bce8
4
+ data.tar.gz: 6f7f71d6d9659d01893fe251f1050a5cd7df7ea8
5
5
  SHA512:
6
- metadata.gz: 7772bd7134d91de59d3aac5c3fb17dbeda7e9e6e1fe55207b05c174521120fc490d0c7c5d39230060e7b4dbb4dccfdb6e77ae944b110c82872d8c8bfcc292ac9
7
- data.tar.gz: cb51007b3c6706795746ccc35864c3ad18dbb5674a4cbe164d22e7d61f3ceabc740b6d8278b1343aff06a2c432fce6f037dd9c3ce31a8a6dbfd1774cc26f25c4
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.8 / 2016-May-15
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-08
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-08
27
+ - Version 1.0.4 / 2016-April-07
24
28
 
25
29
  - Final gem fix.
26
30
 
27
- - Version 1.0.3 / 2016-April-08
31
+ - Version 1.0.3 / 2016-April-07
28
32
 
29
33
  - Gem fixes.
30
34
 
31
- - Version 1.0.2 / 2016-April-08
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-08
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.8'
12
+ gem 'middlemac-extras', '~> 1.0.9'
13
13
  gem 'middleman', '~> 4.1.7'
14
14
  gem 'middleman-syntax'
15
15
 
@@ -58,7 +58,7 @@ helpers do
58
58
  end
59
59
 
60
60
  def product_version
61
- '1.0.8'
61
+ '1.0.9'
62
62
  end
63
63
 
64
64
  end
@@ -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
- - (<tt>Boolean</tt>) <strong>options[:img_auto_extensions]=</strong>(value)
12
+ #<strong>options[:img_auto_extensions]=</strong>(value) &#x21d2; <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
- - (<tt>Array&lt;String&gt;</tt>) <strong>options[:img_auto_extensions_order]=</strong>(value)
76
+ #<strong>options[:img_auto_extensions_order]=</strong>(value) &#x21d2; <tt>Array&lt;String&gt;</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
- - (<tt>Boolean</tt>) <strong>options[:retina_srcset]=</strong>(value)
139
+ #<strong>options[:retina_srcset]=</strong>(value) &#x21d2; <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
- - (<tt>String</tt>) <strong>css_image_sizes</strong>
13
+ #<strong>css_image_sizes</strong> &#x21d2; <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
- - (<tt>String</tt>) <strong>md_images</strong>
58
+ #<strong>md_images</strong> &#x21d2; <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
- - (<tt>String</tt>) <strong>md_links</strong>
102
+ #<strong>md_links</strong> &#x21d2; <tt>String</tt>
103
103
 
104
104
 
105
105
 
@@ -10,7 +10,7 @@
10
10
  <div class="method_details first">
11
11
  <h3 class="signature first" id="image_tag-instance_method">
12
12
 
13
- - (<tt>String</tt>) <strong>image_tag</strong>(path, params = {})
13
+ #<strong>image_tag</strong>(path, params = {}) &#x21d2; <tt>String</tt>
14
14
 
15
15
 
16
16
 
@@ -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| "[#{l[:reference]}]: #{l[:link]} \"#{l[:title]}\"" }
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
 
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module MiddlemacExtras
3
- VERSION = '1.0.8'
3
+ VERSION = '1.0.9'
4
4
  end
5
5
  end
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.8
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: 2016-05-15 00:00:00.000000000 Z
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.5.1
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: