html-pipeline 2.8.2 → 2.8.3

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: 9d0dd5d7948ee18e9306cd9ac5f92d7371a497f8
4
- data.tar.gz: 0435dc58fc812c7c76b45e7e64d1f12715615a0d
3
+ metadata.gz: 9230c1ae1d7123e850b6d0c74a3fb8e65c45a296
4
+ data.tar.gz: 88b241978a3bf1a51c6713df99a46e13fa8f5434
5
5
  SHA512:
6
- metadata.gz: 751562e4561ad814d6d642c551a1d5b48ec90ef9231b00c4e1ac9374de6e19dc4d55bf919fd482c138bb3619b4ff7ac127d9a8150b9f90ce9e72ce0ad2865d4f
7
- data.tar.gz: 97b92120d326e4759d28ef8a571824e9240dd5471d2412dfa147c4b203fa5ffa18cd7dd4078b3736380ee32c55a2899ea9c31ecd68fe25709ae223b872502b72
6
+ metadata.gz: 77f6df3626ec2a3c594e65addcc3b74c5d9ee7b17e308c45a73bd53b1d97d7ece6f47fd080e963e2855cfb9f76b24724990fdad7e21c326809673bd45960b003
7
+ data.tar.gz: 88d578c1cf4dfebd6c025ad4ffa02e710e8ee86975fa61c546f7c529c61d7aa6f2a031f176b39dae4d96c840d840c6b231cf8a8fd835247c8e2dde9a2d7e13ba
@@ -41,7 +41,8 @@ module HTML
41
41
  elements: %w[
42
42
  h1 h2 h3 h4 h5 h6 h7 h8 br b i strong em a pre code img tt
43
43
  div ins del sup sub p ol ul table thead tbody tfoot blockquote
44
- dl dt dd kbd q samp var hr ruby rt rp li tr td th s strike summary details
44
+ dl dt dd kbd q samp var hr ruby rt rp li tr td th s strike summary
45
+ details caption figure figcaption
45
46
  ],
46
47
  remove_contents: ['script'],
47
48
  attributes: {
@@ -52,23 +53,24 @@ module HTML
52
53
  'del' => ['cite'],
53
54
  'ins' => ['cite'],
54
55
  'q' => ['cite'],
55
- :all => ['abbr', 'accept', 'accept-charset',
56
- 'accesskey', 'action', 'align', 'alt', 'axis',
57
- 'border', 'cellpadding', 'cellspacing', 'char',
58
- 'charoff', 'charset', 'checked',
59
- 'clear', 'cols', 'colspan', 'color',
60
- 'compact', 'coords', 'datetime', 'dir',
61
- 'disabled', 'enctype', 'for', 'frame',
62
- 'headers', 'height', 'hreflang',
63
- 'hspace', 'ismap', 'label', 'lang',
64
- 'maxlength', 'media', 'method',
65
- 'multiple', 'name', 'nohref', 'noshade',
66
- 'nowrap', 'open', 'prompt', 'readonly', 'rel', 'rev',
67
- 'rows', 'rowspan', 'rules', 'scope',
68
- 'selected', 'shape', 'size', 'span',
69
- 'start', 'summary', 'tabindex', 'target',
70
- 'title', 'type', 'usemap', 'valign', 'value',
71
- 'vspace', 'width', 'itemprop']
56
+ all: %w[abbr accept accept-charset
57
+ accesskey action align alt
58
+ aria-describedby aria-hidden aria-label aria-labelledby
59
+ axis border cellpadding cellspacing char
60
+ charoff charset checked
61
+ clear cols colspan color
62
+ compact coords datetime dir
63
+ disabled enctype for frame
64
+ headers height hreflang
65
+ hspace ismap label lang
66
+ maxlength media method
67
+ multiple name nohref noshade
68
+ nowrap open prompt readonly rel rev
69
+ rows rowspan rules scope
70
+ selected shape size span
71
+ start summary tabindex target
72
+ title type usemap valign value
73
+ vspace width itemprop]
72
74
  },
73
75
  protocols: {
74
76
  'a' => { 'href' => ANCHOR_SCHEMES },
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class Pipeline
3
- VERSION = '2.8.2'.freeze
3
+ VERSION = '2.8.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html-pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.2
4
+ version: 2.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Tomayko
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-06-27 00:00:00.000000000 Z
12
+ date: 2018-06-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport